Interface ChecklistMasonProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
ChecklistMasonManager, ChecklistMasonProxyManager
The checklist mason profile describes the interoperability among checklist mason services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supportedTodoProducerrecord types.Gets the supportedTodoProducersearch record types.booleanTests if a todo producer administrative service is supported.booleanTests if a todo producer checklist lookup service is supported.booleanTests if a todo producer checklist service is supported.booleanTests if looking up todo producers is supported.booleanTests if a todo producer notification service is supported.booleanTests if querying todo producers is supported.booleansupportsTodoProducerRecordType(Type todoProducerRecordType) Tests if the givenTodoProducerrecord type is supported.booleanTests if searching todo producers is supported.booleansupportsTodoProducerSearchRecordType(Type todoProducerSearchRecordType) Tests if the givenTodoProducersearch record type is supported.booleanTests if a todo producer checklist lookup service is supported.booleanTests if any broker federation is exposed.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
supportsVisibleFederation
boolean supportsVisibleFederation()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.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerLookup
boolean supportsTodoProducerLookup()Tests if looking up todo producers is supported.- Returns:
trueif todo producer lookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerQuery
boolean supportsTodoProducerQuery()Tests if querying todo producers is supported.- Returns:
trueif todo producer query is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerSearch
boolean supportsTodoProducerSearch()Tests if searching todo producers is supported.- Returns:
trueif todo producer search is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerAdmin
boolean supportsTodoProducerAdmin()Tests if a todo producer administrative service is supported.- Returns:
trueif todo producer administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerNotification
boolean supportsTodoProducerNotification()Tests if a todo producer notification service is supported.- Returns:
trueif todo producer notification is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerChecklist
boolean supportsTodoProducerChecklist()Tests if a todo producer checklist lookup service is supported.- Returns:
trueif a todo producer checklist lookup service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerChecklistAssignment
boolean supportsTodoProducerChecklistAssignment()Tests if a todo producer checklist service is supported.- Returns:
trueif todo producer checklist assignment service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerSmartChecklist
boolean supportsTodoProducerSmartChecklist()Tests if a todo producer checklist lookup service is supported.- Returns:
trueif a todo producer checklist service is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getTodoProducerRecordTypes
TypeList getTodoProducerRecordTypes()Gets the supportedTodoProducerrecord types.- Returns:
- a list containing the supported
TodoProducerrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerRecordType
Tests if the givenTodoProducerrecord type is supported.- Parameters:
todoProducerRecordType- aTypeindicating aTodoProducerrecord type- Returns:
trueif the given record type is supported,falseotherwise- Throws:
NullArgumentException-todoProducerRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-
getTodoProducerSearchRecordTypes
TypeList getTodoProducerSearchRecordTypes()Gets the supportedTodoProducersearch record types.- Returns:
- a list containing the supported
TodoProducersearch record types - Compliance:
mandatory- This method must be implemented.
-
supportsTodoProducerSearchRecordType
Tests if the givenTodoProducersearch record type is supported.- Parameters:
todoProducerSearchRecordType- aTypeindicating aTodoProducersearch record type- Returns:
trueif the given search record type is supported,falseotherwise- Throws:
NullArgumentException-todoProducerSearchRecordTypeisnull- Compliance:
mandatory- This method must be implemented.
-