Interface SAAutomaticTaskInstanceBuilderFactory
-
- All Superinterfaces:
SAActivityInstanceBuilderFactory,SAFlowElementInstanceBuilderFactory,SAFlowNodeInstanceBuilderFactory,SANamedElementBuilderFactory
- All Known Implementing Classes:
SAAutomaticTaskInstanceBuilderFactoryImpl
public interface SAAutomaticTaskInstanceBuilderFactory extends SAActivityInstanceBuilderFactory
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAAutomaticTaskInstanceBuildercreateNewAutomaticTaskInstance(SAutomaticTaskInstance sAutomaticTaskInstance)-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAActivityInstanceBuilderFactory
getActivityInstanceIdKey, getAssigneeIdKey, getPriorityKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAFlowElementInstanceBuilderFactory
getDescriptionKey, getKindKey, getParentActivityInstanceIndex, getParentActivityInstanceKey, getParentContainerIdKey, getParentProcessInstanceIndex, getParentProcessInstanceKey, getProcessDefinitionIndex, getProcessDefinitionKey, getRootContainerIdKey, getRootProcessInstanceIndex, getRootProcessInstanceKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SAFlowNodeInstanceBuilderFactory
getDisplayNameKey, getLastUpdateKey, getReachedStateDateKey, getStateIdKey, getStateNameKey, getTerminalKey
-
Methods inherited from interface org.bonitasoft.engine.core.process.instance.model.archive.builder.SANamedElementBuilderFactory
getArchivedDateKey, getIdKey, getNameKey, getSourceObjectIdKey
-
-
-
-
Method Detail
-
createNewAutomaticTaskInstance
SAAutomaticTaskInstanceBuilder createNewAutomaticTaskInstance(SAutomaticTaskInstance sAutomaticTaskInstance)
-
-