public final class ExternalSearchRequest extends ExternalCommonRequest
Constructor and Description |
---|
ExternalSearchRequest(com.onwbp.adaptation.AdaptationHome home,
com.orchestranetworks.service.Session session,
String driveId,
String digitalAssetComponentId)
Instantiates a new
ExternalSearchRequest |
Modifier and Type | Method and Description |
---|---|
int |
getPageIndex()
Returns the page index.
|
int |
getPageSize()
Returns the page size.
|
SearchFilter |
getSearchFilter()
Returns the search filter.
|
void |
setPageIndex(int pageIndex)
Specifies the page index.
|
void |
setPageSize(int pageSize)
Specifies the page size.
|
void |
setSearchFilter(SearchFilter searchFilter)
Specifies the search filter.
|
getDigitalAssetComponentId, getDriveId, getHome, getSession
public ExternalSearchRequest(com.onwbp.adaptation.AdaptationHome home, com.orchestranetworks.service.Session session, String driveId, String digitalAssetComponentId)
ExternalSearchRequest.
home
- the user dataspacesession
- the EBX® sessiondriveId
- the Drive ID for the Drive that accesses an externally managed storage locationdigitalAssetComponentId
- the Digital Asset Component's IDpublic int getPageIndex()
public void setPageIndex(int pageIndex)
public int getPageSize()
public void setPageSize(int pageSize)
public SearchFilter getSearchFilter()
public void setSearchFilter(SearchFilter searchFilter)