Class SAHumanTaskInstance
- java.lang.Object
-
- org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
-
- org.bonitasoft.engine.core.process.instance.model.archive.SAActivityInstance
-
- org.bonitasoft.engine.core.process.instance.model.archive.SAHumanTaskInstance
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
- Direct Known Subclasses:
SAManualTaskInstance,SAUserTaskInstance
@Entity public abstract class SAHumanTaskInstance extends SAActivityInstance
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAHumanTaskInstance(SHumanTaskInstance sHumanTaskInstance)
-
Method Summary
-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
getLogicalGroup, getParentActivityInstanceId, getParentProcessInstanceId, getProcessDefinitionId, getRootProcessInstanceId, getType, setLogicalGroup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.ArchivedPersistentObject
getArchiveDate, getPersistentObjectInterface, getSourceObjectId
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Constructor Detail
-
SAHumanTaskInstance
public SAHumanTaskInstance(SHumanTaskInstance sHumanTaskInstance)
-
-