Class BaseWorkInstanceImpl
java.lang.Object
com.flowable.platform.engine.impl.work.BaseWorkInstanceImpl
- All Implemented Interfaces:
WorkInstanceInfo
- Direct Known Subclasses:
HistoricWorkInstanceImpl,WorkInstanceImpl
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected List<Translation>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe business key of the instanceThe user provided business status for this process instance.The definition category of the instanceThe definition deployment id of the instanceThe definition id of the instanceThe definition key of the instanceThe definition name of the instanceThe definition version of the instancegetId()The id of the instancegetName()The name of the instanceThe time the instance was startedThe id of the user that started the instancegetState()The state of the instance.The tenant id of the instanceThe translations for the work instance.getType()The type of the instance, e.g.voidsetBusinessKey(String businessKey) voidsetBusinessStatus(String businessStatus) voidsetDefinitionCategory(String definitionCategory) voidsetDefinitionDeploymentId(String definitionDeploymentId) voidsetDefinitionId(String definitionId) voidsetDefinitionKey(String definitionKey) voidsetDefinitionName(String definitionName) voidsetDefinitionVersion(Integer definitionVersion) voidvoidvoidsetStartTime(Date startTime) voidsetStartUserId(String startUserId) voidvoidsetTenantId(String tenantId) voidsetTranslations(List<Translation> translations) void
-
Field Details
-
id
-
name
-
businessKey
-
businessStatus
-
tenantId
-
type
-
startTime
-
startUserId
-
state
-
definitionId
-
definitionName
-
definitionKey
-
definitionVersion
-
definitionDeploymentId
-
definitionCategory
-
translations
-
-
Constructor Details
-
BaseWorkInstanceImpl
public BaseWorkInstanceImpl()
-
-
Method Details
-
getId
Description copied from interface:WorkInstanceInfoThe id of the instance- Specified by:
getIdin interfaceWorkInstanceInfo
-
setId
-
getName
Description copied from interface:WorkInstanceInfoThe name of the instance- Specified by:
getNamein interfaceWorkInstanceInfo
-
setName
-
getBusinessKey
Description copied from interface:WorkInstanceInfoThe business key of the instance- Specified by:
getBusinessKeyin interfaceWorkInstanceInfo
-
setBusinessKey
-
getBusinessStatus
Description copied from interface:WorkInstanceInfoThe user provided business status for this process instance.- Specified by:
getBusinessStatusin interfaceWorkInstanceInfo
-
setBusinessStatus
-
getTenantId
Description copied from interface:WorkInstanceInfoThe tenant id of the instance- Specified by:
getTenantIdin interfaceWorkInstanceInfo
-
setTenantId
-
getType
Description copied from interface:WorkInstanceInfo- Specified by:
getTypein interfaceWorkInstanceInfo
-
setType
-
getStartTime
Description copied from interface:WorkInstanceInfoThe time the instance was started- Specified by:
getStartTimein interfaceWorkInstanceInfo
-
setStartTime
-
getStartUserId
Description copied from interface:WorkInstanceInfoThe id of the user that started the instance- Specified by:
getStartUserIdin interfaceWorkInstanceInfo
-
setStartUserId
-
getState
Description copied from interface:WorkInstanceInfoThe state of the instance. Can benull.- Specified by:
getStatein interfaceWorkInstanceInfo
-
setState
-
getDefinitionId
Description copied from interface:WorkInstanceInfoThe definition id of the instance- Specified by:
getDefinitionIdin interfaceWorkInstanceInfo
-
setDefinitionId
-
getDefinitionName
Description copied from interface:WorkInstanceInfoThe definition name of the instance- Specified by:
getDefinitionNamein interfaceWorkInstanceInfo
-
setDefinitionName
-
getDefinitionKey
Description copied from interface:WorkInstanceInfoThe definition key of the instance- Specified by:
getDefinitionKeyin interfaceWorkInstanceInfo
-
setDefinitionKey
-
getDefinitionVersion
Description copied from interface:WorkInstanceInfoThe definition version of the instance- Specified by:
getDefinitionVersionin interfaceWorkInstanceInfo
-
setDefinitionVersion
-
getDefinitionDeploymentId
Description copied from interface:WorkInstanceInfoThe definition deployment id of the instance- Specified by:
getDefinitionDeploymentIdin interfaceWorkInstanceInfo
-
setDefinitionDeploymentId
-
getDefinitionCategory
Description copied from interface:WorkInstanceInfoThe definition category of the instance- Specified by:
getDefinitionCategoryin interfaceWorkInstanceInfo
-
setDefinitionCategory
-
getTranslations
Description copied from interface:WorkInstanceInfoThe translations for the work instance.- Specified by:
getTranslationsin interfaceWorkInstanceInfo
-
setTranslations
-