public class MemberSearchOptions extends ServiceDataObject implements Serializable
Constructor and Description |
---|
MemberSearchOptions() |
Modifier and Type | Method and Description |
---|---|
SearchColumn |
getColumn()
Gets the column to search.
|
long |
getDomainID()
Gets the ID of the domain to search in.
|
SearchFilter |
getFilter()
Gets the types to return in the output.
|
long |
getGroupID()
Gets the ID of the group to search in.
|
SearchMatching |
getMatching()
Gets the matching method for the search.
|
int |
getPageSize()
Gets the maximum number of members to return.
|
SearchScope |
getScope()
Gets the scope of the search.
|
String |
getSearch()
Gets the string to search for.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setColumn(SearchColumn value)
Sets the column to search.
|
void |
setDomainID(long value)
Sets the ID of the domain to search in.
|
void |
setFilter(SearchFilter value)
Sets the types to return in the output.
|
void |
setGroupID(long value)
Sets the ID of the group to search in.
|
void |
setMatching(SearchMatching value)
Sets the matching method for the search.
|
void |
setPageSize(int value)
Sets the maximum number of members to return.
|
void |
setScope(SearchScope value)
Sets the scope of the search.
|
void |
setSearch(String value)
Sets the string to search for.
|
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 setColumn(SearchColumn value)
public SearchColumn getColumn()
public void setDomainID(long value)
public long getDomainID()
public void setFilter(SearchFilter value)
public SearchFilter getFilter()
public void setGroupID(long value)
public long getGroupID()
public void setMatching(SearchMatching value)
public SearchMatching getMatching()
public void setPageSize(int value)
public int getPageSize()
public void setScope(SearchScope value)
public SearchScope getScope()
public void setSearch(String value)
public String getSearch()
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.