public interface StepProcessorEnablerSearchSession extends StepProcessorEnablerQuerySession
This session provides methods for searching among
StepProcessorEnabler
objects. The search query is constructed
using the StepProcessorEnableryQuery.
getStepProcessorEnablersByQuery()
is the basic search
method and returns a list of StepProcessorEnablers.
A more
advanced search may be performed with
getStepProcessorEnablersBySearch().
It accepts a
StepProcessorEnablerSearch
in addition to the query for the
purpose of specifying additional options affecting the entire search, such
as workflow. getStepProcessorEnablersBySearch()
returns a
StepProcessorEnablerSearchResults
that can be used to
access the resulting StepProcessorEnablerList
or be used to
perform a search within the result set through
StepProcessorEnablerSearch.
This session defines views that offer differing behaviors for searching.
StepProcessorEnablers
may have a query record indicated
by their respective query record types. The record is accessed via the
StepProcessorEnablerQuery.
Modifier and Type | Method and Description |
---|---|
StepProcessorEnablerQuery |
getStepProcessorEnablerQueryFromInspector(StepProcessorEnablerQueryInspector stepProcessorEnablerQueryInspector)
Gets a step processor enabler query from an inspector.
|
StepProcessorEnablerSearchResults |
getStepProcessorEnablersBySearch(StepProcessorEnablerQuery stepProcessorEnablerQuery,
StepProcessorEnablerSearch stepProcessorEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
StepProcessorEnablerSearch |
getStepProcessorEnablerSearch()
Gets a step processor enabler search.
|
StepProcessorEnablerSearchOrder |
getStepProcessorEnablerSearchOrder()
Gets a step processor enabler search order.
|
canSearchStepProcessorEnablers, getOffice, getOfficeId, getStepProcessorEnablerQuery, getStepProcessorEnablersByQuery, useFederatedOfficeView, useIsolatedOfficeView
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactions
close
StepProcessorEnablerSearch getStepProcessorEnablerSearch()
mandatory
- This method must be implemented. StepProcessorEnablerSearchOrder getStepProcessorEnablerSearchOrder()
StepProcessorEnablerSearchOrder
is supplied to a
StepProcessorEnablerSearch
to specify the ordering of results.mandatory
- This method must be implemented. StepProcessorEnablerSearchResults getStepProcessorEnablersBySearch(StepProcessorEnablerQuery stepProcessorEnablerQuery, StepProcessorEnablerSearch stepProcessorEnablerSearch) throws OperationFailedException, PermissionDeniedException
stepProcessorEnablerQuery
- the step processor enabler querystepProcessorEnablerSearch
- the step processor enabler searchNullArgumentException
-
stepProcessorEnablerQuery
or
stepProcessorEnablerSearch
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failureUnsupportedException
- stepProcessorEnablerQuery
or stepProcessorEnablerSearch
is not of
this servicemandatory
- This method must be implemented. StepProcessorEnablerQuery getStepProcessorEnablerQueryFromInspector(StepProcessorEnablerQueryInspector stepProcessorEnablerQueryInspector)
StepProcessorEnablerSearchResults.
stepProcessorEnablerQueryInspector
- a step processor enabler
query inspectorNullArgumentException
-
stepProcessorEnablerQueryInspector
is null
UnsupportedException
-
stepProcessorEnablerQueryInspector
is not of this
servicemandatory
- This method must be implemented.