public class ProcessSearchOptions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProcessSearchOptions() |
Modifier and Type | Method and Description |
---|---|
SearchFilter |
getFilter()
Gets how to filter ProcessInstances during a search.
|
int |
getPageSize()
Gets the number of results per page.
|
Boolean |
getRetrieveActivities()
Gets whether or not to retrieve the ActivityInstances for the Process.
|
Boolean |
getRetrieveProcessData()
Gets whether or not to retrieve the ApplicationData for the Process.
|
String |
getWhere()
Gets the advanced search filtering options.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setFilter(SearchFilter value)
Sets how to filter ProcessInstances during a search.
|
void |
setPageSize(int value)
Sets the number of results per page.
|
void |
setRetrieveActivities(Boolean value)
Sets whether or not to retrieve the ActivityInstances for the Process.
|
void |
setRetrieveProcessData(Boolean value)
Sets whether or not to retrieve the ApplicationData for the Process.
|
void |
setWhere(String value)
Sets the advanced search filtering options.
|
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 setFilter(SearchFilter value)
public SearchFilter getFilter()
public void setPageSize(int value)
public int getPageSize()
public void setRetrieveActivities(Boolean value)
public Boolean getRetrieveActivities()
public void setRetrieveProcessData(Boolean value)
public Boolean getRetrieveProcessData()
public void setWhere(String value)
public String getWhere()
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.