public class UserTaskInstanceWithPotOwnerDesc extends UserTaskInstanceDesc implements UserTaskInstanceWithPotOwnerDesc, Serializable
Constructor and Description |
---|
UserTaskInstanceWithPotOwnerDesc(Long taskId,
String name,
String formName,
String subject,
String actualOwner,
String potOwner,
String correlationKey,
Date createdOn,
String createdBy,
Date expirationDate,
Date lastModificationDate,
String lastModificationUser,
Integer priority,
String status,
Long processInstanceId,
String processId,
String deploymentId,
String processInstanceDescription) |
UserTaskInstanceWithPotOwnerDesc(String actualOwner,
String createdBy,
Date createdOn,
Date expirationDate,
Long taskId,
String name,
Integer priority,
Long processInstanceId,
String processId,
String status,
String potOwner,
String formName,
String correlationKey,
String subject,
String deploymentId,
String processInstanceDescription) |
Modifier and Type | Method and Description |
---|---|
void |
addExtraData(String variable,
Object variableValue) |
void |
addInputdata(String variable,
Object variableValue) |
void |
addOutputdata(String variable,
Object variableValue) |
void |
addPotOwner(String potOwners) |
void |
addProcessVariable(String variable,
Object variableValue) |
String |
getCorrelationKey()
Returns the user task correlation key
|
Map<String,Object> |
getExtraData()
return the user task process extra data from query
|
Map<String,Object> |
getInputdata()
Returns the user task input data
|
Date |
getLastModificationDate()
Returns the user task potential modification date
|
String |
getLastModificationUser()
Returns the user task last modification user
|
Map<String,Object> |
getOutputdata()
Returns the user task output data
|
List<String> |
getPotentialOwners()
Returns the user task potential owners
|
String |
getProcessInstanceDescription()
Returns the user task process instance description
|
Map<String,Object> |
getProcessVariables()
Returns the process variables this task belongs
|
String |
getSubject()
Returns the user task subject
|
void |
setCorrelationKey(String correlationKey) |
void |
setExtraData(Map<String,Object> data) |
void |
setInputdata(Map<String,Object> inputdata) |
void |
setLastModificationDate(Date lastModificationDate) |
void |
setLastModificationUser(String lastModificationUser) |
void |
setOutputdata(Map<String,Object> outputdata) |
void |
setPotentialOwners(List<String> potOwners) |
void |
setProcessInstanceDescription(String processInstanceDescription) |
void |
setProcessVariables(Map<String,Object> processVariables) |
void |
setSubject(String subject) |
getActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getSlaCompliance, getSlaDueDate, getStatus, getTaskId, getWorkItemId, setDescription, setDueDate, setFormName, setName, setPriority, setSlaCompliance, setSlaDueDate, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getSlaCompliance, getSlaDueDate, getStatus, getTaskId, getWorkItemId, setSlaCompliance, setSlaDueDate
public UserTaskInstanceWithPotOwnerDesc(Long taskId, String name, String formName, String subject, String actualOwner, String potOwner, String correlationKey, Date createdOn, String createdBy, Date expirationDate, Date lastModificationDate, String lastModificationUser, Integer priority, String status, Long processInstanceId, String processId, String deploymentId, String processInstanceDescription)
public UserTaskInstanceWithPotOwnerDesc(String actualOwner, String createdBy, Date createdOn, Date expirationDate, Long taskId, String name, Integer priority, Long processInstanceId, String processId, String status, String potOwner, String formName, String correlationKey, String subject, String deploymentId, String processInstanceDescription)
public List<String> getPotentialOwners()
UserTaskInstanceWithPotOwnerDesc
getPotentialOwners
in interface UserTaskInstanceWithPotOwnerDesc
public String getCorrelationKey()
UserTaskInstanceWithPotOwnerDesc
getCorrelationKey
in interface UserTaskInstanceWithPotOwnerDesc
public Date getLastModificationDate()
UserTaskInstanceWithPotOwnerDesc
getLastModificationDate
in interface UserTaskInstanceWithPotOwnerDesc
public String getSubject()
UserTaskInstanceWithPotOwnerDesc
getSubject
in interface UserTaskInstanceWithPotOwnerDesc
public String getLastModificationUser()
UserTaskInstanceWithPotOwnerDesc
getLastModificationUser
in interface UserTaskInstanceWithPotOwnerDesc
public void addPotOwner(String potOwners)
public void setCorrelationKey(String correlationKey)
public void setLastModificationDate(Date lastModificationDate)
public void setSubject(String subject)
public void setLastModificationUser(String lastModificationUser)
public Map<String,Object> getInputdata()
UserTaskInstanceWithPotOwnerDesc
getInputdata
in interface UserTaskInstanceWithPotOwnerDesc
public Map<String,Object> getOutputdata()
UserTaskInstanceWithPotOwnerDesc
getOutputdata
in interface UserTaskInstanceWithPotOwnerDesc
public String getProcessInstanceDescription()
UserTaskInstanceWithPotOwnerDesc
getProcessInstanceDescription
in interface UserTaskInstanceWithPotOwnerDesc
public void setProcessInstanceDescription(String processInstanceDescription)
public Map<String,Object> getProcessVariables()
UserTaskInstanceWithPotOwnerDesc
getProcessVariables
in interface UserTaskInstanceWithPotOwnerDesc
public Map<String,Object> getExtraData()
UserTaskInstanceWithPotOwnerDesc
getExtraData
in interface UserTaskInstanceWithPotOwnerDesc
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.