Package com.soffid.iam.bpm.api
Class ProcessInstance
java.lang.Object
com.soffid.iam.bpm.api.ProcessInstance
- All Implemented Interfaces:
Serializable
ValueObject ProcessInstance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstance(long id, long processDefinition, boolean dummyProcess) ProcessInstance(long id, UIClassLoader processClassLoader, Long processNumber, Long tenantId, String description, Date start, Date end, Map<String, Object> variables, String currentTask, List<Comment> comments, long processDefinition, boolean dummyProcess, String initiator, Date deletedOn, String deletedBy, Date createdOn) ProcessInstance(ProcessInstance otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute variablesGets value for attribute commentsGets value for attribute createdOnGets value for attribute currentTaskGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptiongetEnd()Gets value for attribute endlonggetId()Gets value for attribute idGets value for attribute initiatorGets value for attribute processClassLoaderlongGets value for attribute processDefinitionGets value for attribute processNumbergetStart()Gets value for attribute startGets value for attribute tenantIdGets value for attribute variablesbooleanGets value for attribute dummyProcessvoidsetAttributes(Map<String, Object> variables) Sets value for attribute variablesvoidsetComments(List<Comment> comments) Sets value for attribute commentsvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetCurrentTask(String currentTask) Sets value for attribute currentTaskvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidsetDummyProcess(boolean dummyProcess) Sets value for attribute dummyProcessvoidSets value for attribute endvoidsetId(long id) Sets value for attribute idvoidsetInitiator(String initiator) Sets value for attribute initiatorvoidsetProcessClassLoader(UIClassLoader processClassLoader) Sets value for attribute processClassLoadervoidsetProcessDefinition(long processDefinition) Sets value for attribute processDefinitionvoidsetProcessNumber(Long processNumber) Sets value for attribute processNumbervoidSets value for attribute startvoidsetTenantId(Long tenantId) Sets value for attribute tenantIdvoidsetVariables(Map<String, Object> variables) Sets value for attribute variablestoString()Returns a string representation of the value object.
-
Constructor Details
-
ProcessInstance
public ProcessInstance() -
ProcessInstance
public ProcessInstance(long id, UIClassLoader processClassLoader, Long processNumber, Long tenantId, String description, Date start, Date end, Map<String, Object> variables, String currentTask, List<Comment> comments, long processDefinition, boolean dummyProcess, String initiator, Date deletedOn, String deletedBy, Date createdOn) -
ProcessInstance
public ProcessInstance(long id, long processDefinition, boolean dummyProcess) -
ProcessInstance
-
-
Method Details
-
getId
public long getId()Gets value for attribute id -
setId
public void setId(long id) Sets value for attribute id -
getProcessClassLoader
Gets value for attribute processClassLoader -
setProcessClassLoader
Sets value for attribute processClassLoader -
getProcessNumber
Gets value for attribute processNumber -
setProcessNumber
Sets value for attribute processNumber -
getTenantId
Gets value for attribute tenantId -
setTenantId
Sets value for attribute tenantId -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getVariables
Gets value for attribute variables -
setVariables
Sets value for attribute variables -
getAttributes
Gets value for attribute variables -
setAttributes
Sets value for attribute variables -
getCurrentTask
Gets value for attribute currentTask -
setCurrentTask
Sets value for attribute currentTask -
getComments
Gets value for attribute comments -
setComments
Sets value for attribute comments -
getProcessDefinition
public long getProcessDefinition()Gets value for attribute processDefinition -
setProcessDefinition
public void setProcessDefinition(long processDefinition) Sets value for attribute processDefinition -
isDummyProcess
public boolean isDummyProcess()Gets value for attribute dummyProcess -
setDummyProcess
public void setDummyProcess(boolean dummyProcess) Sets value for attribute dummyProcess -
getInitiator
Gets value for attribute initiator -
setInitiator
Sets value for attribute initiator -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
toString
Returns a string representation of the value object.
-