public interface InquiryEnablerLookupSession extends OsidSession
This session provides methods for retrieving InquiryEnablers.
This session defines views that offer differing behaviors when retrieving multiple objects.
InquiryEnablers
with the
InquiryEnablerAdminSession.
Generally, the comparative view should be used for most applications
as it permits operation even if there is data that cannot be accessed. The
methods useFederatedDistributorView()
and
useIsolatedDistributorView()
behave as a radio group and one
should be selected before invoking the methods in this session.
Modifier and Type | Method and Description |
---|---|
boolean |
canLookupInquiryEnablers()
Tests if this user can perform
InquiryEnablers lookups. |
Inquest |
getInquest()
Gets the
Inquest associated with this session. |
Id |
getInquestId()
Gets the
Inquest Id associated with this
session. |
InquiryEnabler |
getInquiryEnabler(Id inquiryEnablerId)
Gets the
InquiryEnabler specified by its Id. |
InquiryEnablerList |
getInquiryEnablers()
Gets all
InquiryEnablers. |
InquiryEnablerList |
getInquiryEnablersByGenusType(Type inquiryEnablerGenusType)
Gets an
InquiryEnablerList corresponding to the given
inquiry enabler genus Type which does not include
inquiry enablers of genus types derived from the specified
Type. |
InquiryEnablerList |
getInquiryEnablersByIds(IdList inquiryEnablerIds)
Gets an
InquiryEnablerList corresponding to the given
IdList. |
InquiryEnablerList |
getInquiryEnablersByParentGenusType(Type inquiryEnablerGenusType)
Gets an
InquiryEnablerList corresponding to the given
inquiry enabler genus Type and include any additional
inquiry enablers with genus types derived from the specified
Type. |
InquiryEnablerList |
getInquiryEnablersByRecordType(Type inquiryEnablerRecordType)
Gets an
InquiryEnablerList containing the given inquiry
enabler record Type. |
InquiryEnablerList |
getInquiryEnablersOnDate(DateTime from,
DateTime to)
Gets an
InquiryEnablerList that are effective for the
entire given date range but not confined to the date range. |
InquiryEnablerList |
getInquiryEnablersOnDateWithAgent(Id agentId,
DateTime from,
DateTime to)
Gets an
InquiryEnablerList that are effective for the
entire given date range but not confined to the date range and
evaluated against the given agent. |
void |
useActiveInquiryEnablerView()
Only active inquiry enablers are returned by methods in this session.
|
void |
useAnyStatusInquiryEnablerView()
All active and inactive inquiry enablers are returned by methods in
this session.
|
void |
useComparativeInquiryEnablerView()
The returns from the lookup methods may omit or translate elements
based on this session, such as authorization, and not result in an
error.
|
void |
useFederatedInquestView()
Federates the view for methods in this session.
|
void |
useIsolatedInquestView()
Isolates the view for methods in this session.
|
void |
usePlenaryInquiryEnablerView()
A complete view of the
InquiryEnabler returns is
desired. |
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactions
close
Id getInquestId()
Inquest
Id
associated with this
session. Inquest Id
associated with this sessionmandatory
- This method must be implemented. Inquest getInquest() throws OperationFailedException, PermissionDeniedException
Inquest
associated with this session.OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. boolean canLookupInquiryEnablers()
InquiryEnablers
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 opt not to offer lookup operations to
unauthorized users. false
if lookup methods are not authorized,
true
otherwisemandatory
- This method must be implemented. void useComparativeInquiryEnablerView()
mandatory
- This method is must be implemented. void usePlenaryInquiryEnablerView()
InquiryEnabler
returns is
desired. Methods will return what is requested or result in an error.
This view is used when greater precision is desired at the expense of
interoperability.mandatory
- This method is must be implemented. void useFederatedInquestView()
mandatory
- This method is must be implemented. void useIsolatedInquestView()
mandatory
- This method is must be implemented. void useActiveInquiryEnablerView()
mandatory
- This method is must be implemented. void useAnyStatusInquiryEnablerView()
mandatory
- This method is must be implemented. InquiryEnabler getInquiryEnabler(Id inquiryEnablerId) throws NotFoundException, OperationFailedException, PermissionDeniedException
InquiryEnabler
specified by its Id.
In plenary mode, the exact Id
is found
or a NOT_FOUND
results. Otherwise, the returned
InquiryEnabler
may have a different Id
than
requested, such as the case where a duplicate Id
was
assigned to an InquiryEnabler
and retained for
compatibility.
In active mode, inquiry enablers are returned that are currently
active. In any status mode, active and inactive inquiry enablers are
returned.inquiryEnablerId
- Id
of the
InquiryEnabler
NotFoundException
- inquiryEnablerId
not
foundNullArgumentException
- inquiryEnablerId
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method is must be implemented. InquiryEnablerList getInquiryEnablersByIds(IdList inquiryEnablerIds) throws NotFoundException, OperationFailedException, PermissionDeniedException
InquiryEnablerList
corresponding to the given
IdList.
In plenary mode, the returned list contains all of the
inquiry enablers specified in the Id
list, in the order
of the list, including duplicates, or an error results if an Id
in the supplied list is not found or inaccessible. Otherwise,
inaccessible InquiryEnablers
may be omitted from the
list and may present the elements in any order including returning a
unique set.
In active mode, inquiry enablers are returned that are currently
active. In any status mode, active and inactive inquiry enablers are
returned.inquiryEnablerIds
- the list of Ids
to retrieve InquiryEnabler
listNotFoundException
- an Id was
not foundNullArgumentException
- inquiryEnablerIds
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. InquiryEnablerList getInquiryEnablersByGenusType(Type inquiryEnablerGenusType) throws OperationFailedException, PermissionDeniedException
InquiryEnablerList
corresponding to the given
inquiry enabler genus Type
which does not include
inquiry enablers of genus types derived from the specified
Type.
In plenary mode, the returned list contains all known
inquiry enablers or an error results. Otherwise, the returned list may
contain only those inquiry enablers that are accessible through this
session.
In active mode, inquiry enablers are returned that are currently
active. In any status mode, active and inactive inquiry enablers are
returned.inquiryEnablerGenusType
- an inquiry enabler genus type InquiryEnabler
listNullArgumentException
- inquiryEnablerGenusType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. InquiryEnablerList getInquiryEnablersByParentGenusType(Type inquiryEnablerGenusType) throws OperationFailedException, PermissionDeniedException
InquiryEnablerList
corresponding to the given
inquiry enabler genus Type
and include any additional
inquiry enablers with genus types derived from the specified
Type.
In plenary mode, the returned list contains all known
inquiry enablers or an error results. Otherwise, the returned list may
contain only those inquiry enablers that are accessible through this
session.
In active mode, inquiry enablers are returned that are currently
active. In any status mode, active and inactive inquiry enablers are
returned.inquiryEnablerGenusType
- an inquiry enabler genus type InquiryEnabler
listNullArgumentException
- inquiryEnablerGenusType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. InquiryEnablerList getInquiryEnablersByRecordType(Type inquiryEnablerRecordType) throws OperationFailedException, PermissionDeniedException
InquiryEnablerList
containing the given inquiry
enabler record Type.
In plenary mode, the returned list contains all known
inquiry enablers or an error results. Otherwise, the returned list may
contain only those inquiry enablers that are accessible through this
session.
In active mode, inquiry enablers are returned that are currently
active. In any status mode, active and inactive inquiry enablers are
returned.inquiryEnablerRecordType
- an inquiry enabler record type InquiryEnabler
listNullArgumentException
- inquiryEnablerRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. InquiryEnablerList getInquiryEnablersOnDate(DateTime from, DateTime to) throws OperationFailedException, PermissionDeniedException
InquiryEnablerList
that are effective for the
entire given date range but not confined to the date range.
In plenary mode, the returned list contains all known
inquiry enablers or an error results. Otherwise, the returned list may
contain only those inquiry enablers that are accessible through this
session.
In active mode, inquiry enablers are returned that are currently
active in addition to being effective during the given date range. In
any status mode, active and inactive inquiry enablers are returned.from
- a start dateto
- an end date InquiryEnabler
listInvalidArgumentException
- from
is
greater than to
NullArgumentException
- from
or
to
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. InquiryEnablerList getInquiryEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) throws OperationFailedException, PermissionDeniedException
InquiryEnablerList
that are effective for the
entire given date range but not confined to the date range and
evaluated against the given agent.
In plenary mode, the returned list contains all known
inquiry enablers or an error results. Otherwise, the returned list may
contain only those inquiry enablers that are accessible through this
session.
In active mode, inquiry enablers are returned that are currently
active in addition to being effective during the given date range. In
any status mode, active and inactive inquiry enablers are returned.agentId
- an agent Idfrom
- a start dateto
- an end date InquiryEnabler
listInvalidArgumentException
- from
is
greater than to
NullArgumentException
- agentId, from,
or to
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented. InquiryEnablerList getInquiryEnablers() throws OperationFailedException, PermissionDeniedException
InquiryEnablers.
In plenary mode, the returned list contains all known inquiry enablers
or an error results. Otherwise, the returned list may contain only
those inquiry enablers that are accessible through this session.
In active mode, inquiry enablers are returned that are currently
active. In any status mode, active and inactive inquiry enablers are
returned. InquiryEnabler
listOperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failuremandatory
- This method must be implemented.