public class ProcessResult extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProcessResult() |
Modifier and Type | Method and Description |
---|---|
PageHandle |
getPageHandle()
Gets the PageHandle for dealing with pages of results.
|
ProcessData[] |
getProcessData()
Gets the list of ProcessData for each ProcessInstance.
|
ProcessData |
getProcessData(int index)
Gets the value at the specified index in the ProcessData array.
|
ProcessInstance[] |
getProcesses()
Gets the list of ProcessInstances based on the settings in the PageHandle object.
|
ProcessInstance |
getProcesses(int index)
Gets the value at the specified index in the Processes array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setPageHandle(PageHandle value)
Sets the PageHandle for dealing with pages of results.
|
void |
setProcessData(int index,
ProcessData value)
Sets the value at the specified index in the fProcessData array.
|
void |
setProcessData(ProcessData[] value)
Sets the list of ProcessData for each ProcessInstance.
|
void |
setProcesses(int index,
ProcessInstance value)
Sets the value at the specified index in the fProcesses array.
|
void |
setProcesses(ProcessInstance[] value)
Sets the list of ProcessInstances based on the settings in the PageHandle object.
|
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 setPageHandle(PageHandle value)
public PageHandle getPageHandle()
public void setProcessData(ProcessData[] value)
public ProcessData[] getProcessData()
public void setProcessData(int index, ProcessData value)
public ProcessData getProcessData(int index)
public void setProcesses(ProcessInstance[] value)
public ProcessInstance[] getProcesses()
public void setProcesses(int index, ProcessInstance value)
public ProcessInstance getProcesses(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.