public class SaWsTask extends Object
Constructor and Description |
---|
SaWsTask()
Instantiates a new sa ws task.
|
SaWsTask(com.saperion.connector.wf.SaWFTask task,
boolean loadHistory,
boolean loadUndefined)
Instantiates a new sa ws task.
|
Modifier and Type | Method and Description |
---|---|
String |
getActivityName()
Gets the activity name.
|
List<SaWsCommand> |
getCommands()
Gets the commands.
|
Date |
getCreateDate()
Gets the creates the date.
|
String |
getDescription()
Gets the description.
|
String |
getDocDefinition()
Gets the doc definition.
|
String |
getDocId()
Gets the doc id.
|
String |
getDocVersionId()
Gets the doc version id.
|
String |
getErrorMsg()
Gets the error msg.
|
Date |
getEscalationDate()
Gets the escalation date.
|
List<SaWsHistoryEntry> |
getHistoryEntries()
Gets the history entries.
|
Date |
getHoldDate()
Gets the hold date.
|
SaWsActor |
getOwner()
Gets the owner.
|
int |
getPriority()
Gets the priority.
|
String |
getProcessDefinitionName()
Gets the process definition name.
|
String |
getProcessName()
Gets the process name.
|
Date |
getReceiveDate()
Gets the receive date.
|
String |
getSubject()
Gets the subject.
|
String |
getTaskID()
Gets the task id.
|
String |
getTaskUID()
Gets the task uid.
|
int |
getTransitionID()
Gets the transition id.
|
SaWsActor |
getUser()
Gets the user.
|
List<SaWsPropertyValue> |
getUserDefinedFields()
Gets the user defined fields.
|
void |
setActivityName(String newActivityName)
Sets the activity name.
|
void |
setCommands(List<SaWsCommand> newCommands)
Sets the commands.
|
void |
setCreateDate(Date newCreateDate)
Sets the creates the date.
|
void |
setDescription(String newDescription)
Sets the description.
|
void |
setDocDefinition(String newDocDefinition)
Sets the doc definition.
|
void |
setDocId(String newDocId)
Sets the doc id.
|
void |
setDocVersionId(String newDocVersionId)
Sets the doc version id.
|
void |
setErrorMsg(String newErrorMsg)
Sets the error msg.
|
void |
setEscalationDate(Date newEscalationDate)
Sets the escalation date.
|
void |
setHistoryEntries(List<SaWsHistoryEntry> newHistoryEntries)
Sets the history entries.
|
void |
setHoldDate(Date newHoldDate)
Sets the hold date.
|
void |
setOwner(SaWsActor newOwner)
Sets the owner.
|
void |
setPriority(int newPriority)
Sets the priority.
|
void |
setProcessDefinitionName(String newProcessDefinitionName)
Sets the process definition name.
|
void |
setProcessName(String newProcessName)
Sets the process name.
|
void |
setReceiveDate(Date newReceiveDate)
Sets the receive date.
|
void |
setSubject(String newSubject)
Sets the subject.
|
void |
setTaskID(String newTaskID)
Sets the task id.
|
void |
setTaskUID(String newTaskUID)
Sets the task uid.
|
void |
setTransitionID(int newTransitionID)
Sets the transition id.
|
void |
setUser(SaWsActor newUser)
Sets the user.
|
void |
setUserDefinedFields(List<SaWsPropertyValue> newUserDefinedFields)
Sets the user defined fields.
|
public SaWsTask()
public SaWsTask(com.saperion.connector.wf.SaWFTask task, boolean loadHistory, boolean loadUndefined) throws com.saperion.exception.wf.SaWorkflowException, com.saperion.exception.SaAuthenticationException, com.saperion.exception.SaSystemException
task
- the taskloadHistory
- the load historyloadUndefined
- the load undefinedcom.saperion.exception.wf.SaWorkflowException
- the sa workflow exceptioncom.saperion.exception.SaAuthenticationException
- the sa authentication exceptioncom.saperion.exception.SaSystemException
- the sa system exceptionpublic String getSubject()
public void setSubject(String newSubject)
newSubject
- the new subjectpublic String getDescription()
public void setDescription(String newDescription)
newDescription
- the new descriptionpublic String getErrorMsg()
public void setErrorMsg(String newErrorMsg)
newErrorMsg
- the new error msgpublic Date getReceiveDate()
public void setReceiveDate(Date newReceiveDate)
newReceiveDate
- the new receive datepublic int getPriority()
public void setPriority(int newPriority)
newPriority
- the new prioritypublic String getActivityName()
public void setActivityName(String newActivityName)
newActivityName
- the new activity namepublic String getTaskID()
public void setTaskID(String newTaskID)
newTaskID
- the new task idpublic String getTaskUID()
public void setTaskUID(String newTaskUID)
newTaskUID
- the new task uidpublic int getTransitionID()
public void setTransitionID(int newTransitionID)
newTransitionID
- the new transition idpublic String getProcessDefinitionName()
public void setProcessDefinitionName(String newProcessDefinitionName)
newProcessDefinitionName
- the new process definition namepublic String getProcessName()
public void setProcessName(String newProcessName)
newProcessName
- the new process namepublic Date getCreateDate()
public void setCreateDate(Date newCreateDate)
newCreateDate
- the new creates the datepublic String getDocId()
public void setDocId(String newDocId)
newDocId
- the new doc idpublic String getDocVersionId()
public void setDocVersionId(String newDocVersionId)
newDocVersionId
- the new doc version idpublic String getDocDefinition()
public void setDocDefinition(String newDocDefinition)
newDocDefinition
- the new doc definitionpublic Date getEscalationDate()
public void setEscalationDate(Date newEscalationDate)
newEscalationDate
- the new escalation datepublic Date getHoldDate()
public void setHoldDate(Date newHoldDate)
newHoldDate
- the new hold datepublic SaWsActor getUser()
public void setUser(SaWsActor newUser)
newUser
- the new userpublic SaWsActor getOwner()
public void setOwner(SaWsActor newOwner)
newOwner
- the new ownerpublic List<SaWsHistoryEntry> getHistoryEntries()
public void setHistoryEntries(List<SaWsHistoryEntry> newHistoryEntries)
newHistoryEntries
- the new history entriespublic List<SaWsCommand> getCommands()
public void setCommands(List<SaWsCommand> newCommands)
newCommands
- the new commandspublic List<SaWsPropertyValue> getUserDefinedFields()
public void setUserDefinedFields(List<SaWsPropertyValue> newUserDefinedFields)
newUserDefinedFields
- the new user defined fieldsCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.