public interface StepConstrainerEnablerQuerySession extends OsidSession
This session provides methods for searching among
StepConstrainerEnabler
objects. The search query is constructed
using the StepConstrainerEnablerQuery.
This session defines views that offer differing behaviors for searching.
Step constrainer enablers 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 |
---|---|
boolean |
canSearchStepConstrainerEnablers()
Tests if this user can perform
StepConstrainerEnabler
lookups. |
Office |
getOffice()
Gets the
Office associated with this session. |
Id |
getOfficeId()
Gets the
Office Id associated with this
session. |
StepConstrainerEnablerQuery |
getStepConstrainerEnablerQuery()
Gets a step constrainer enabler query.
|
StepConstrainerEnablerList |
getStepConstrainerEnablersByQuery(StepConstrainerEnablerQuery stepConstrainerEnablerQuery)
Gets a list of
StepConstrainerEnablers matching the
given step constrainer enabler query. |
void |
useFederatedOfficeView()
Federates the view for methods in this session.
|
void |
useIsolatedOfficeView()
Isolates the view for methods in this session.
|
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactions
close
Id getOfficeId()
Office
Id
associated with this
session. Office Id
associated with this sessionmandatory
- This method must be implemented. Office getOffice() throws OperationFailedException, PermissionDeniedException
Office
associated with this session.OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. boolean canSearchStepConstrainerEnablers()
StepConstrainerEnabler
lookups. A return of true does not guarantee successful authorization.
A return of false indicates that it is known all methods in this
session will result in a PERMISSION_DENIED.
This is
intended as a hint to an application that may not offer lookup
operations to unauthorized users. false
if search methods are not authorized,
true
otherwisemandatory
- This method must be implemented. void useFederatedOfficeView()
mandatory
- This method is must be implemented. void useIsolatedOfficeView()
mandatory
- This method is must be implemented. StepConstrainerEnablerQuery getStepConstrainerEnablerQuery()
mandatory
- This method must be implemented. StepConstrainerEnablerList getStepConstrainerEnablersByQuery(StepConstrainerEnablerQuery stepConstrainerEnablerQuery) throws OperationFailedException, PermissionDeniedException
StepConstrainerEnablers
matching the
given step constrainer enabler query.stepConstrainerEnablerQuery
- the sestep constrainer enabler
query StepConstrainerEnablerList
NullArgumentException
-
stepConstrainerEnablerQuery
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failureUnsupportedException
-
stepConstrainerEnablerQuery
is not of this servicemandatory
- This method must be implemented.