public class ProcessInstance extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProcessInstance() |
Modifier and Type | Method and Description |
---|---|
ActivityInstance[] |
getActivities()
Gets the list of ActivityInstances contained within this ProcessInstance.
|
ActivityInstance |
getActivities(int index)
Gets the value at the specified index in the Activities array.
|
Date |
getCompletedDate()
Gets the date the ProcessInstance was completed.
|
Date |
getDueDate()
Gets the date the ProcessInstance is due.
|
Date |
getInitiatedDate()
Gets the date the ProcessInstance was initiated.
|
long |
getInitiatorID()
Gets the ID of the user that initiated the ProcessInstance.
|
long |
getManagerID()
Gets the ID of user that manages the ProcessInstance.
|
long |
getProcessID()
Gets the ID of the ProcessInstance.
|
ProcessStatus |
getStatus()
Gets the current status of the ProcessInstance (suspended=1,executing=2,done=-1,stopped=-2,archived=-3).
|
long |
getSubProcessID()
Gets the ID of the SubProcess of this ProcessInstance.
|
String |
getTitle()
Gets the title of the ProcessInstance.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setActivities(ActivityInstance[] value)
Sets the list of ActivityInstances contained within this ProcessInstance.
|
void |
setActivities(int index,
ActivityInstance value)
Sets the value at the specified index in the fActivities array.
|
void |
setCompletedDate(Date value)
Sets the date the ProcessInstance was completed.
|
void |
setDueDate(Date value)
Sets the date the ProcessInstance is due.
|
void |
setInitiatedDate(Date value)
Sets the date the ProcessInstance was initiated.
|
void |
setInitiatorID(long value)
Sets the ID of the user that initiated the ProcessInstance.
|
void |
setManagerID(long value)
Sets the ID of user that manages the ProcessInstance.
|
void |
setProcessID(long value)
Sets the ID of the ProcessInstance.
|
void |
setStatus(ProcessStatus value)
Sets the current status of the ProcessInstance (suspended=1,executing=2,done=-1,stopped=-2,archived=-3).
|
void |
setSubProcessID(long value)
Sets the ID of the SubProcess of this ProcessInstance.
|
void |
setTitle(String value)
Sets the title of the ProcessInstance.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setActivities(ActivityInstance[] value)
public ActivityInstance[] getActivities()
public void setActivities(int index, ActivityInstance value)
public ActivityInstance getActivities(int index)
public void setCompletedDate(Date value)
public Date getCompletedDate()
public void setDueDate(Date value)
public Date getDueDate()
public void setInitiatedDate(Date value)
public Date getInitiatedDate()
public void setInitiatorID(long value)
public long getInitiatorID()
public void setManagerID(long value)
public long getManagerID()
public void setProcessID(long value)
public long getProcessID()
public void setStatus(ProcessStatus value)
public ProcessStatus getStatus()
public void setSubProcessID(long value)
public long getSubProcessID()
public void setTitle(String value)
public String getTitle()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.