public class UserTaskInstanceWithVarsDesc extends UserTaskInstanceDesc implements UserTaskInstanceWithVarsDesc, Serializable
| Constructor and Description |
|---|
UserTaskInstanceWithVarsDesc(Long taskId,
String status,
Date activationTime,
String name,
String description,
Integer priority,
String actualOwner,
String createdBy,
String deploymentId,
String processId,
Long processInstanceId,
Date createdOn,
Date dueDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(String variable,
Object variableValue) |
Map<String,Object> |
getVariables()
Returns the uer task variables
|
void |
setVariables(Map<String,Object> variables) |
getActivationTime, getActualOwner, getCorrelationKey, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getProcessType, getSlaCompliance, getSlaDueDate, getStatus, getSubject, getTaskId, getWorkItemId, setCorrelationKey, setDescription, setDueDate, setFormName, setName, setPriority, setProcessType, setSlaCompliance, setSlaDueDate, setSubject, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActivationTime, getActualOwner, getCorrelationKey, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getProcessType, getSlaCompliance, getSlaDueDate, getStatus, getSubject, getTaskId, getWorkItemId, setCorrelationKey, setProcessType, setSlaCompliance, setSlaDueDate, setSubjectpublic Map<String,Object> getVariables()
UserTaskInstanceWithVarsDescgetVariables in interface UserTaskInstanceWithVarsDescCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.