public class ProcessDefinition extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
Activity[] |
getActivities()
Gets the list of Activities that make up the ProcessDefinition.
|
Activity |
getActivities(int index)
Gets the value at the specified index in the Activities array.
|
ApplicationData[] |
getApplicationData()
Gets the list of ApplicationData objects associated with the ProcessDefinition.
|
ApplicationData |
getApplicationData(int index)
Gets the value at the specified index in the ApplicationData array.
|
ActionOnComplete |
getCompleteAction()
Gets the ActionOnComplete object for the ProcessDefinition.
|
Boolean |
getDeleteMap()
Gets whether or not to delete the map on completion.
|
String |
getDescription()
Gets the description of the ProcessDefinition.
|
EmailAttachmentAction |
getEmailAction()
Gets the EmailAttachmentAction object for the ProcessDefinition.
|
String |
getMessage()
Gets the custom message set for the ProcessDefinition.
|
long |
getObjectID()
Gets the ID of the ProcessDefinition.
|
Boolean |
getResumeOnComplete()
Gets whether or not to resume on completion.
|
String[] |
getRoles()
Gets the list of Roles to be used with the ProcessDefinition.
|
String |
getRoles(int index)
Gets the value at the specified index in the Roles array.
|
Boolean |
getSkipWeekends()
Gets whether or not to skip weekends in date calculations.
|
String |
getTitle()
Gets the title of the ProcessDefinition.
|
TransitionLink[] |
getTransitionLinks()
Gets the links between Activities in the ProcessDefinition.
|
TransitionLink |
getTransitionLinks(int index)
Gets the value at the specified index in the TransitionLinks array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setActivities(Activity[] value)
Sets the list of Activities that make up the ProcessDefinition.
|
void |
setActivities(int index,
Activity value)
Sets the value at the specified index in the fActivities array.
|
void |
setApplicationData(ApplicationData[] value)
Sets the list of ApplicationData objects associated with the ProcessDefinition.
|
void |
setApplicationData(int index,
ApplicationData value)
Sets the value at the specified index in the fApplicationData array.
|
void |
setCompleteAction(ActionOnComplete value)
Sets the ActionOnComplete object for the ProcessDefinition.
|
void |
setDeleteMap(Boolean value)
Sets whether or not to delete the map on completion.
|
void |
setDescription(String value)
Sets the description of the ProcessDefinition.
|
void |
setEmailAction(EmailAttachmentAction value)
Sets the EmailAttachmentAction object for the ProcessDefinition.
|
void |
setMessage(String value)
Sets the custom message set for the ProcessDefinition.
|
void |
setObjectID(long value)
Sets the ID of the ProcessDefinition.
|
void |
setResumeOnComplete(Boolean value)
Sets whether or not to resume on completion.
|
void |
setRoles(int index,
String value)
Sets the value at the specified index in the fRoles array.
|
void |
setRoles(String[] value)
Sets the list of Roles to be used with the ProcessDefinition.
|
void |
setSkipWeekends(Boolean value)
Sets whether or not to skip weekends in date calculations.
|
void |
setTitle(String value)
Sets the title of the ProcessDefinition.
|
void |
setTransitionLinks(int index,
TransitionLink value)
Sets the value at the specified index in the fTransitionLinks array.
|
void |
setTransitionLinks(TransitionLink[] value)
Sets the links between Activities in the ProcessDefinition.
|
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(Activity[] value)
public Activity[] getActivities()
public void setActivities(int index, Activity value)
public Activity getActivities(int index)
public void setApplicationData(ApplicationData[] value)
public ApplicationData[] getApplicationData()
public void setApplicationData(int index, ApplicationData value)
public ApplicationData getApplicationData(int index)
public void setCompleteAction(ActionOnComplete value)
public ActionOnComplete getCompleteAction()
public void setDeleteMap(Boolean value)
public Boolean getDeleteMap()
public void setDescription(String value)
public String getDescription()
public void setEmailAction(EmailAttachmentAction value)
public EmailAttachmentAction getEmailAction()
public void setMessage(String value)
public String getMessage()
public void setObjectID(long value)
public long getObjectID()
public void setResumeOnComplete(Boolean value)
public Boolean getResumeOnComplete()
public void setRoles(String[] value)
public String[] getRoles()
public void setRoles(int index, String value)
public String getRoles(int index)
public void setSkipWeekends(Boolean value)
public Boolean getSkipWeekends()
public void setTitle(String value)
public String getTitle()
public void setTransitionLinks(TransitionLink[] value)
public TransitionLink[] getTransitionLinks()
public void setTransitionLinks(int index, TransitionLink value)
public TransitionLink getTransitionLinks(int index)
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.