public class ProcessStartData extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProcessStartData() |
Modifier and Type | Method and Description |
---|---|
ApplicationData[] |
getApplicationData()
Gets the list of ApplicationData objects (e.g.
|
ApplicationData |
getApplicationData(int index)
Gets the value at the specified index in the ApplicationData array.
|
String |
getInstructions()
Gets the general instructions for the starting the Process.
|
long |
getObjectID()
Gets the ID of the ProcessDefinition.
|
String |
getTitle()
Gets the title of the ProcessInstance to be created.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setApplicationData(ApplicationData[] value)
Sets the list of ApplicationData objects (e.g.
|
void |
setApplicationData(int index,
ApplicationData value)
Sets the value at the specified index in the fApplicationData array.
|
void |
setInstructions(String value)
Sets the general instructions for the starting the Process.
|
void |
setObjectID(long value)
Sets the ID of the ProcessDefinition.
|
void |
setTitle(String value)
Sets the title of the ProcessInstance to be created.
|
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 setApplicationData(ApplicationData[] value)
public ApplicationData[] getApplicationData()
public void setApplicationData(int index, ApplicationData value)
public ApplicationData getApplicationData(int index)
public void setInstructions(String value)
public String getInstructions()
public void setObjectID(long value)
public long getObjectID()
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.