public interface CompositionEnablerSearchSession extends CompositionEnablerQuerySession
This session provides methods for searching among
CompositionEnabler objects. The search query is constructed using
the CompositionEnableryQuery.
getCompositionEnablersByQuery() is the basic search
method and returns a list of CompositionEnablers. A more
advanced search may be performed with
getCompositionEnablersBySearch(). It accepts a
CompositionEnablerSearch in addition to the query for the purpose
of specifying additional options affecting the entire search, such as
ordering. getCompositionEnablersBySearch() returns a
CompositionEnablerSearchResults that can be used to access the
resulting CompositionEnablerList or be used to perform a
search within the result set through CompositionEnablerSearch.
This session defines views that offer differing behaviors for searching.
CompositionEnablers may have a query record indicated
by their respective record types. The query record is accessed via the
CompositionEnablerQuery.
| Modifier and Type | Method and Description |
|---|---|
CompositionEnablerQuery |
getCompositionEnablerQueryFromInspector(CompositionEnablerQueryInspector compositionEnablerQueryInspector)
Gets a composition enabler query from an inspector.
|
CompositionEnablerSearchResults |
getCompositionEnablersBySearch(CompositionEnablerQuery compositionEnablerQuery,
CompositionEnablerSearch compositionEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
CompositionEnablerSearch |
getCompositionEnablerSearch()
Gets a composition enabler search.
|
CompositionEnablerSearchOrder |
getCompositionEnablerSearchOrder()
Gets a composition enabler search order.
|
canSearchCompositionEnablers, getCompositionEnablerQuery, getCompositionEnablersByQuery, getRepository, getRepositoryId, useFederatedRepositoryView, useIsolatedRepositoryViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseCompositionEnablerSearch getCompositionEnablerSearch()
mandatory - This method must be implemented. CompositionEnablerSearchOrder getCompositionEnablerSearchOrder()
CompositionEnablerSearchOrder is supplied to a
CompositionEnablerSearch to specify the ordering of results.mandatory - This method must be implemented. CompositionEnablerSearchResults getCompositionEnablersBySearch(CompositionEnablerQuery compositionEnablerQuery, CompositionEnablerSearch compositionEnablerSearch) throws OperationFailedException, PermissionDeniedException
compositionEnablerQuery - the composition enabler querycompositionEnablerSearch - the composition enabler searchNullArgumentException - compositionEnablerQuery
or compositionEnablerSearch is
null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException - compositionEnablerQuery
or compositionEnablerSearch is not of
this servicemandatory - This method must be implemented. CompositionEnablerQuery getCompositionEnablerQueryFromInspector(CompositionEnablerQueryInspector compositionEnablerQueryInspector)
CompositionEnablerSearchResults. compositionEnablerQueryInspector - a composition enabler query
inspectorNullArgumentException -
compositionEnablerQueryInspector is null
UnsupportedException -
compositionEnablerQueryInspector is not of this
servicemandatory - This method must be implemented.