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) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
addInputdata(String variable,
Object variableValue) |
void |
addOutputdata(String variable,
Object variableValue) |
void |
addPotOwner(String potOwners) |
String |
getCorrelationKey() |
Map<String,Object> |
getInputdata() |
Date |
getLastModificationDate() |
String |
getLastModificationUser() |
Map<String,Object> |
getOutputdata() |
List<String> |
getPotentialOwners() |
String |
getSubject() |
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 |
setSubject(String subject) |
getActivationTime, getActualOwner, getCreatedBy, getCreatedOn, getDeploymentId, getDescription, getDueDate, getFormName, getName, getPriority, getProcessId, getProcessInstanceId, getStatus, getTaskId, 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, getStatus, getTaskId
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)
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)
public List<String> getPotentialOwners()
getPotentialOwners
in interface UserTaskInstanceWithPotOwnerDesc
public String getCorrelationKey()
getCorrelationKey
in interface UserTaskInstanceWithPotOwnerDesc
public Date getLastModificationDate()
getLastModificationDate
in interface UserTaskInstanceWithPotOwnerDesc
public String getSubject()
getSubject
in interface UserTaskInstanceWithPotOwnerDesc
public String getLastModificationUser()
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()
getInputdata
in interface UserTaskInstanceWithPotOwnerDesc
public Map<String,Object> getOutputdata()
getOutputdata
in interface UserTaskInstanceWithPotOwnerDesc
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.