当前页面: 
在线文档首页 > 
JBoss JBPM 3.0.4 API 英文版文档
TaskCreateLog (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.taskmgmt.log
Class TaskCreateLog
java.lang.Object
  
org.jbpm.logging.log.ProcessLog
      
org.jbpm.taskmgmt.log.TaskLog
          
org.jbpm.taskmgmt.log.TaskCreateLog
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class TaskCreateLog
- extends TaskLog
  
- See Also:
 - Serialized Form
 
 
 
 
 
| 
Method Summary | 
 java.lang.String | 
getTaskActorId()
 
            | 
 java.lang.String | 
toString()
 
          provides a text description for this update
 which can be used e.g. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
taskActorId
protected java.lang.String taskActorId
TaskCreateLog
public TaskCreateLog()
TaskCreateLog
public TaskCreateLog(TaskInstance taskInstance,
                     java.lang.String taskActorId)
toString
public java.lang.String toString()
- Description copied from class: 
ProcessLog 
- provides a text description for this update
 which can be used e.g. in the admin web console.
- Specified by:
 toString in class ProcessLog
 
 
 
getTaskActorId
public java.lang.String getTaskActorId()
 
Version : jbpm-3.0.4