Package com.soffid.iam.bpm.api
Class TaskInstance
java.lang.Object
com.soffid.iam.bpm.api.TaskInstance
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LighweightTaskInstance
ValueObject TaskInstance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskInstance(long id, long processDefinition, boolean dummyTask, boolean cancelled, boolean open, boolean signalling, boolean blocking) TaskInstance(long id, UIClassLoader processClassLoader, String processName, long processId, Long processNumber, long processDefinition, boolean dummyTask, String name, String description, String actorId, Date create, Date start, Date end, Date dueDate, int priority, boolean cancelled, boolean open, boolean signalling, boolean blocking, String swimlane, Set<String> pooledActors, Map variables, String[] transitions) TaskInstance(TaskInstance otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actorIdGets value for attribute createGets value for attribute descriptionGets value for attribute dueDategetEnd()Gets value for attribute endlonggetId()Gets value for attribute idgetName()Gets value for attribute nameGets value for attribute pooledActorsintGets value for attribute priorityGets value for attribute processClassLoaderlongGets value for attribute processDefinitionlongGets value for attribute processIdGets value for attribute processNameGets value for attribute processNumbergetStart()Gets value for attribute startGets value for attribute swimlaneString[]Gets value for attribute transitionsGets value for attribute variablesbooleanGets value for attribute blockingbooleanGets value for attribute cancelledbooleanGets value for attribute dummyTaskbooleanisOpen()Gets value for attribute openbooleanGets value for attribute signallingvoidsetActorId(String actorId) Sets value for attribute actorIdvoidsetBlocking(boolean blocking) Sets value for attribute blockingvoidsetCancelled(boolean cancelled) Sets value for attribute cancelledvoidSets value for attribute createvoidsetDescription(String description) Sets value for attribute descriptionvoidsetDueDate(Date dueDate) Sets value for attribute dueDatevoidsetDummyTask(boolean dummyTask) Sets value for attribute dummyTaskvoidSets value for attribute endvoidsetId(long id) Sets value for attribute idvoidSets value for attribute namevoidsetOpen(boolean open) Sets value for attribute openvoidsetPooledActors(Set<String> pooledActors) Sets value for attribute pooledActorsvoidsetPriority(int priority) Sets value for attribute priorityvoidsetProcessClassLoader(UIClassLoader processClassLoader) Sets value for attribute processClassLoadervoidsetProcessDefinition(long processDefinition) Sets value for attribute processDefinitionvoidsetProcessId(long processId) Sets value for attribute processIdvoidsetProcessName(String processName) Sets value for attribute processNamevoidsetProcessNumber(Long processNumber) Sets value for attribute processNumbervoidsetSignalling(boolean signalling) Sets value for attribute signallingvoidSets value for attribute startvoidsetSwimlane(String swimlane) Sets value for attribute swimlanevoidsetTransitions(String[] transitions) Sets value for attribute transitionsvoidsetVariables(Map variables) Sets value for attribute variablestoString()Returns a string representation of the value object.
-
Constructor Details
-
TaskInstance
public TaskInstance() -
TaskInstance
public TaskInstance(long id, UIClassLoader processClassLoader, String processName, long processId, Long processNumber, long processDefinition, boolean dummyTask, String name, String description, String actorId, Date create, Date start, Date end, Date dueDate, int priority, boolean cancelled, boolean open, boolean signalling, boolean blocking, String swimlane, Set<String> pooledActors, Map variables, String[] transitions) -
TaskInstance
public TaskInstance(long id, long processDefinition, boolean dummyTask, boolean cancelled, boolean open, boolean signalling, boolean blocking) -
TaskInstance
-
-
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 -
getProcessName
Gets value for attribute processName -
setProcessName
Sets value for attribute processName -
getProcessId
public long getProcessId()Gets value for attribute processId -
setProcessId
public void setProcessId(long processId) Sets value for attribute processId -
getProcessNumber
Gets value for attribute processNumber -
setProcessNumber
Sets value for attribute processNumber -
getProcessDefinition
public long getProcessDefinition()Gets value for attribute processDefinition -
setProcessDefinition
public void setProcessDefinition(long processDefinition) Sets value for attribute processDefinition -
isDummyTask
public boolean isDummyTask()Gets value for attribute dummyTask -
setDummyTask
public void setDummyTask(boolean dummyTask) Sets value for attribute dummyTask -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getActorId
Gets value for attribute actorId -
setActorId
Sets value for attribute actorId -
getCreate
Gets value for attribute create -
setCreate
Sets value for attribute create -
getStart
Gets value for attribute start -
setStart
Sets value for attribute start -
getEnd
Gets value for attribute end -
setEnd
Sets value for attribute end -
getDueDate
Gets value for attribute dueDate -
setDueDate
Sets value for attribute dueDate -
getPriority
public int getPriority()Gets value for attribute priority -
setPriority
public void setPriority(int priority) Sets value for attribute priority -
isCancelled
public boolean isCancelled()Gets value for attribute cancelled -
setCancelled
public void setCancelled(boolean cancelled) Sets value for attribute cancelled -
isOpen
public boolean isOpen()Gets value for attribute open -
setOpen
public void setOpen(boolean open) Sets value for attribute open -
isSignalling
public boolean isSignalling()Gets value for attribute signalling -
setSignalling
public void setSignalling(boolean signalling) Sets value for attribute signalling -
isBlocking
public boolean isBlocking()Gets value for attribute blocking -
setBlocking
public void setBlocking(boolean blocking) Sets value for attribute blocking -
getSwimlane
Gets value for attribute swimlane -
setSwimlane
Sets value for attribute swimlane -
getPooledActors
Gets value for attribute pooledActors -
setPooledActors
Sets value for attribute pooledActors -
getVariables
Gets value for attribute variables -
setVariables
Sets value for attribute variables -
getTransitions
Gets value for attribute transitions -
setTransitions
Sets value for attribute transitions -
toString
Returns a string representation of the value object.
-