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 |
addInputdata(String variable,
Object variableValue) |
void |
addOutputdata(String variable,
Object variableValue) |
void |
addPotOwner(String potOwners) |
String |
getCorrelationKey()
Returns the uer task correlation key
|
Map<String,Object> |
getInputdata()
Returns the uer task input data
|
Date |
getLastModificationDate()
Returns the uer task potential modification date
|
String |
getLastModificationUser()
Returns the uer task last modification user
|
Map<String,Object> |
getOutputdata()
Returns the uer task output data
|
List<String> |
getPotentialOwners()
Returns the uer task potential owners
|
String |
getProcessInstanceDescription()
Returns the uer task process instance description
|
String |
getSubject()
Returns the uer task subject
|
void |
setCorrelationKey(String correlationKey) |
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 |
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, 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
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)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.