Interface SAProcessInstanceBuilderFactory
-
- All Known Implementing Classes:
SAProcessInstanceBuilderFactoryImpl
public interface SAProcessInstanceBuilderFactory- Author:
- Baptiste Mesta, Yanyan Liu, Celine Souchet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAProcessInstanceBuildercreateNewInstance(SProcessInstance processInstance)create a new Server Archived Process Instance from a Server Process Instance the id is keptjava.lang.StringgetArchiveDateKey()java.lang.StringgetCallerIdKey()java.lang.StringgetEndDateKey()java.lang.StringgetIdKey()java.lang.StringgetLastUpdateKey()java.lang.StringgetNameKey()java.lang.StringgetProcessDefinitionIdKey()java.lang.StringgetSourceObjectIdKey()java.lang.StringgetStartDateKey()java.lang.StringgetStartedByKey()java.lang.StringgetStartedBySubstituteKey()java.lang.StringgetStateIdKey()
-
-
-
Method Detail
-
createNewInstance
SAProcessInstanceBuilder createNewInstance(SProcessInstance processInstance)
create a new Server Archived Process Instance from a Server Process Instance the id is kept- Parameters:
processInstance-- Returns:
-
getArchiveDateKey
java.lang.String getArchiveDateKey()
-
getProcessDefinitionIdKey
java.lang.String getProcessDefinitionIdKey()
-
getIdKey
java.lang.String getIdKey()
-
getSourceObjectIdKey
java.lang.String getSourceObjectIdKey()
-
getEndDateKey
java.lang.String getEndDateKey()
-
getStartDateKey
java.lang.String getStartDateKey()
-
getLastUpdateKey
java.lang.String getLastUpdateKey()
-
getStartedByKey
java.lang.String getStartedByKey()
-
getStartedBySubstituteKey
java.lang.String getStartedBySubstituteKey()
-
getStateIdKey
java.lang.String getStateIdKey()
-
getNameKey
java.lang.String getNameKey()
-
getCallerIdKey
java.lang.String getCallerIdKey()
-
-