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
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Integer
protected String
protected String
protected Date
protected String
protected String
protected String
protected List<Translation>
protected String
-
Constructor Summary
-
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.void
setBusinessKey
(String businessKey) void
setBusinessStatus
(String businessStatus) void
setDefinitionCategory
(String definitionCategory) void
setDefinitionDeploymentId
(String definitionDeploymentId) void
setDefinitionId
(String definitionId) void
setDefinitionKey
(String definitionKey) void
setDefinitionName
(String definitionName) void
setDefinitionVersion
(Integer definitionVersion) void
void
void
setStartTime
(Date startTime) void
setStartUserId
(String startUserId) void
void
setTenantId
(String tenantId) void
setTranslations
(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:WorkInstanceInfo
The id of the instance- Specified by:
getId
in interfaceWorkInstanceInfo
-
setId
-
getName
Description copied from interface:WorkInstanceInfo
The name of the instance- Specified by:
getName
in interfaceWorkInstanceInfo
-
setName
-
getBusinessKey
Description copied from interface:WorkInstanceInfo
The business key of the instance- Specified by:
getBusinessKey
in interfaceWorkInstanceInfo
-
setBusinessKey
-
getBusinessStatus
Description copied from interface:WorkInstanceInfo
The user provided business status for this process instance.- Specified by:
getBusinessStatus
in interfaceWorkInstanceInfo
-
setBusinessStatus
-
getTenantId
Description copied from interface:WorkInstanceInfo
The tenant id of the instance- Specified by:
getTenantId
in interfaceWorkInstanceInfo
-
setTenantId
-
getType
Description copied from interface:WorkInstanceInfo
- Specified by:
getType
in interfaceWorkInstanceInfo
-
setType
-
getStartTime
Description copied from interface:WorkInstanceInfo
The time the instance was started- Specified by:
getStartTime
in interfaceWorkInstanceInfo
-
setStartTime
-
getStartUserId
Description copied from interface:WorkInstanceInfo
The id of the user that started the instance- Specified by:
getStartUserId
in interfaceWorkInstanceInfo
-
setStartUserId
-
getState
Description copied from interface:WorkInstanceInfo
The state of the instance. Can benull
.- Specified by:
getState
in interfaceWorkInstanceInfo
-
setState
-
getDefinitionId
Description copied from interface:WorkInstanceInfo
The definition id of the instance- Specified by:
getDefinitionId
in interfaceWorkInstanceInfo
-
setDefinitionId
-
getDefinitionName
Description copied from interface:WorkInstanceInfo
The definition name of the instance- Specified by:
getDefinitionName
in interfaceWorkInstanceInfo
-
setDefinitionName
-
getDefinitionKey
Description copied from interface:WorkInstanceInfo
The definition key of the instance- Specified by:
getDefinitionKey
in interfaceWorkInstanceInfo
-
setDefinitionKey
-
getDefinitionVersion
Description copied from interface:WorkInstanceInfo
The definition version of the instance- Specified by:
getDefinitionVersion
in interfaceWorkInstanceInfo
-
setDefinitionVersion
-
getDefinitionDeploymentId
Description copied from interface:WorkInstanceInfo
The definition deployment id of the instance- Specified by:
getDefinitionDeploymentId
in interfaceWorkInstanceInfo
-
setDefinitionDeploymentId
-
getDefinitionCategory
Description copied from interface:WorkInstanceInfo
The definition category of the instance- Specified by:
getDefinitionCategory
in interfaceWorkInstanceInfo
-
setDefinitionCategory
-
getTranslations
Description copied from interface:WorkInstanceInfo
The translations for the work instance.- Specified by:
getTranslations
in interfaceWorkInstanceInfo
-
setTranslations
-