OSID Logo
OSID Specifications
checklist mason package
Version 3.0.0
Release Candidate Preview
Interfaceosid.checklist.mason.ChecklistMasonProfile
Implementsosid.OsidProfile
Description

The checklist mason profile describes the interoperability among checklist mason services.

MethodsupportsVisibleFederation
Description

Tests if any broker federation is exposed. Federation is exposed when a specific broker may be identified, selected and used to create a lookup or admin session. Federation is not exposed when a set of brokers appears as a single broker.

Returnboolean true if visible federation is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerLookup
Description

Tests if looking up todo producers is supported.

Returnboolean true if todo producer lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerQuery
Description

Tests if querying todo producers is supported.

Returnboolean true if todo producer query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerSearch
Description

Tests if searching todo producers is supported.

Returnboolean true if todo producer search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerAdmin
Description

Tests if a todo producer administrative service is supported.

Returnboolean true if todo producer administration is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerNotification
Description

Tests if a todo producer notification service is supported.

Returnboolean true if todo producer notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerChecklist
Description

Tests if a todo producer checklist lookup service is supported.

Returnboolean true if a todo producer checklist lookup service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerChecklistAssignment
Description

Tests if a todo producer checklist service is supported.

Returnboolean true if todo producer checklist assignment service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerSmartChecklist
Description

Tests if a todo producer checklist lookup service is supported.

Returnboolean true if a todo producer checklist service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetTodoProducerRecordTypes
Description

Gets the supported TodoProducer record types.

Returnosid.type.TypeLista list containing the supported TodoProducer record types
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerRecordType
Description

Tests if the given TodoProducer record type is supported.

Parametersosid.type.TypetodoProducerRecordTypea Type indicating a TodoProducer record type
Returnboolean true if the given record type is supported, false otherwise
ErrorsNULL_ARGUMENT todoProducerRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetTodoProducerSearchRecordTypes
Description

Gets the supported TodoProducer search record types.

Returnosid.type.TypeLista list containing the supported TodoProducer search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsTodoProducerSearchRecordType
Description

Tests if the given TodoProducer search record type is supported.

Parametersosid.type.TypetodoProducerSearchRecordTypea Type indicating a TodoProducer search record type
Returnboolean true if the given search record type is supported, false otherwise
ErrorsNULL_ARGUMENT todoProducerSearchRecordType is null
CompliancemandatoryThis method must be implemented.