Interface SAProcessInstanceBuilderFactory
- All Known Implementing Classes:
SAProcessInstanceBuilderFactoryImpl
public interface SAProcessInstanceBuilderFactory
- Author:
- Baptiste Mesta, Yanyan Liu, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewInstance(SProcessInstance processInstance) create a new Server Archived Process Instance from a Server Process Instance the id is keptgetIdKey()
-
Method Details
-
createNewInstance
create a new Server Archived Process Instance from a Server Process Instance the id is kept- Parameters:
processInstance-- Returns:
-
getArchiveDateKey
String getArchiveDateKey() -
getProcessDefinitionIdKey
String getProcessDefinitionIdKey() -
getIdKey
String getIdKey() -
getSourceObjectIdKey
String getSourceObjectIdKey() -
getRootProcessInstanceIdKey
String getRootProcessInstanceIdKey() -
getEndDateKey
String getEndDateKey() -
getStartDateKey
String getStartDateKey() -
getLastUpdateKey
String getLastUpdateKey() -
getStartedByKey
String getStartedByKey() -
getStartedBySubstituteKey
String getStartedBySubstituteKey() -
getStateIdKey
String getStateIdKey() -
getNameKey
String getNameKey() -
getCallerIdKey
String getCallerIdKey()
-