Class SASendTaskInstance
- 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.SASendTaskInstance
-
- All Implemented Interfaces:
java.io.Serializable,ArchivedPersistentObject,PersistentObject
@Entity public class SASendTaskInstance extends SAActivityInstance
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SASendTaskInstance(SSendTaskInstance sSendTaskInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends PersistentObject>getPersistentObjectInterface()SFlowNodeTypegetType()-
Methods inherited from class org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance
getLogicalGroup, getParentActivityInstanceId, getParentProcessInstanceId, getProcessDefinitionId, getRootProcessInstanceId, 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, getSourceObjectId
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-
-
-
Constructor Detail
-
SASendTaskInstance
public SASendTaskInstance(SSendTaskInstance sSendTaskInstance)
-
-
Method Detail
-
getType
public SFlowNodeType getType()
- Specified by:
getTypein classSAFlowNodeInstance
-
getPersistentObjectInterface
public java.lang.Class<? extends PersistentObject> getPersistentObjectInterface()
-
-