Package | Description |
---|---|
org.osid.tracking |
The Open Service Interface Definitions for the org.osid.tracking
service.
|
org.osid.tracking.rules |
The Open Service Interface Definitions for the org.osid.tracking.rules
service.
|
Modifier and Type | Method and Description |
---|---|
FrontOfficeQuery |
FrontOfficeQuery.getAncestorFrontOfficeQuery()
Gets the query for a frontOffice/ Multiple retrievals produce a nested
OR term. |
FrontOfficeQuery |
FrontOfficeQuery.getDescendantFrontOfficeQuery()
Gets the query for a frontOffice/ Multiple retrievals produce a nested
OR term. |
FrontOfficeQuery |
FrontOfficeQuerySession.getFrontOfficeQuery()
Gets a front office query.
|
FrontOfficeQuery |
IssueQuery.getFrontOfficeQuery()
Gets the query for a front office.
|
FrontOfficeQuery |
LogEntryQuery.getFrontOfficeQuery()
Gets the query for a front office.
|
FrontOfficeQuery |
QueueQuery.getFrontOfficeQuery()
Gets the query for a front office.
|
FrontOfficeQuery |
FrontOfficeSearchSession.getFrontOfficeQueryFromInspector(FrontOfficeQueryInspector frontOfficeQueryInspector)
Gets a front office query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
FrontOfficeList |
FrontOfficeQuerySession.getFrontOfficesByQuery(FrontOfficeQuery frontOfficeQuery)
Gets a list of
FrontOffices matching the given fromt
office query. |
FrontOfficeSearchResults |
FrontOfficeSearchSession.getFrontOfficesBySearch(FrontOfficeQuery frontOfficeQuery,
FrontOfficeSearch frontOfficeSearch)
Gets the search results matching the given search query using the
given search.
|
Modifier and Type | Method and Description |
---|---|
FrontOfficeQuery |
QueueConstrainerEnablerQuery.getFrontOfficeQuery()
Gets the query for a front office.
|
FrontOfficeQuery |
QueueConstrainerQuery.getFrontOfficeQuery()
Gets the query for a front office.
|
FrontOfficeQuery |
QueueProcessorEnablerQuery.getFrontOfficeQuery()
Gets the query for a front office.
|
FrontOfficeQuery |
QueueProcessorQuery.getFrontOfficeQuery()
Gets the query for a front office.
|