public interface StepConstrainerEnablerSearchSession extends StepConstrainerEnablerQuerySession
This session provides methods for searching among
StepConstrainerEnabler
objects. The search query is constructed
using the StepConstrainerEnableryQuery.
getStepConstrainerEnablersByQuery()
is the basic search
method and returns a list of StepConstrainerEnablers.
A
more advanced search may be performed with
getStepConstrainerEnablersBySearch().
It accepts a
StepConstrainerEnablerSearch
in addition to the query for the
purpose of specifying additional options affecting the entire search, such
as workflow. getStepConstrainerEnablersBySearch()
returns a
StepConstrainerEnablerSearchResults
that can be used to
access the resulting StepConstrainerEnablerList
or be used
to perform a search within the result set through
StepConstrainerEnablerSearch.
This session defines views that offer differing behaviors for searching.
StepConstrainerEnablers
may have a query record
indicated by their respective record types. The query record is accessed
via the StepConstrainerEnablerQuery.
Modifier and Type | Method and Description |
---|---|
StepConstrainerEnablerQuery |
getStepConstrainerEnablerQueryFromInspector(StepConstrainerEnablerQueryInspector stepConstrainerEnablerQueryInspector)
Gets a step constrainer enabler query from an inspector.
|
StepConstrainerEnablerSearchResults |
getStepConstrainerEnablersBySearch(StepConstrainerEnablerQuery stepConstrainerEnablerQuery,
StepConstrainerEnablerSearch stepConstrainerEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
StepConstrainerEnablerSearch |
getStepConstrainerEnablerSearch()
Gets a step constrainer enabler search.
|
StepConstrainerEnablerSearchOrder |
getStepConstrainerEnablerSearchOrder()
Gets a step constrainer enabler search order.
|
canSearchStepConstrainerEnablers, getOffice, getOfficeId, getStepConstrainerEnablerQuery, getStepConstrainerEnablersByQuery, useFederatedOfficeView, useIsolatedOfficeView
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactions
close
StepConstrainerEnablerSearch getStepConstrainerEnablerSearch()
mandatory
- This method must be implemented. StepConstrainerEnablerSearchOrder getStepConstrainerEnablerSearchOrder()
StepConstrainerEnablerSearchOrder
is supplied to a
StepConstrainerEnablerSearch
to specify the ordering of
results.mandatory
- This method must be implemented. StepConstrainerEnablerSearchResults getStepConstrainerEnablersBySearch(StepConstrainerEnablerQuery stepConstrainerEnablerQuery, StepConstrainerEnablerSearch stepConstrainerEnablerSearch) throws OperationFailedException, PermissionDeniedException
stepConstrainerEnablerQuery
- the step constrainer enabler querystepConstrainerEnablerSearch
- the step constrainer enabler
searchNullArgumentException
-
stepConstrainerEnablerQuery
or
stepConstrainerEnablerSearch
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failureUnsupportedException
-
stepConstrainerEnablerQuery
or
stepConstrainerEnablerSearch
is not of this servicemandatory
- This method must be implemented. StepConstrainerEnablerQuery getStepConstrainerEnablerQueryFromInspector(StepConstrainerEnablerQueryInspector stepConstrainerEnablerQueryInspector)
StepConstrainerEnablerSearchResults.
stepConstrainerEnablerQueryInspector
- a step constrainer
enabler query inspectorNullArgumentException
-
stepConstrainerEnablerQueryInspector
is null
UnsupportedException
-
stepConstrainerEnablerQueryInspector
is not of this
servicemandatory
- This method must be implemented.