Class SHumanTaskInstance
java.lang.Object
org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
org.bonitasoft.engine.core.process.instance.model.SActivityInstance
org.bonitasoft.engine.core.process.instance.model.SHumanTaskInstance
- All Implemented Interfaces:
Serializable,PersistentObject
- Direct Known Subclasses:
SManualTaskInstance,SUserTaskInstance
- Author:
- Baptiste Mesta
- See Also:
-
Field Summary
Fields inherited from class org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
loopCounter -
Constructor Summary
ConstructorsConstructorDescriptionSHumanTaskInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parenteContainerId, long actorId, STaskPriority priority, long logicalGroup1, long logicalGroup2) -
Method Summary
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance
getContainerType, getLogicalGroup, getParentActivityInstanceId, getParentContainerType, getParentProcessInstanceId, getProcessDefinitionId, getRootProcessInstanceId, getType, isAborting, isCanceling, mustExecuteOnAbortOrCancelProcess, setLogicalGroupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Constructor Details
-
SHumanTaskInstance
public SHumanTaskInstance(String name, long flowNodeDefinitionId, long rootContainerId, long parenteContainerId, long actorId, STaskPriority priority, long logicalGroup1, long logicalGroup2)
-