public interface ChecklistMasonProfile extends OsidProfile
The checklist mason profile describes the interoperability among checklist mason services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getTodoProducerRecordTypes()
Gets the supported
TodoProducer record types. |
TypeList |
getTodoProducerSearchRecordTypes()
Gets the supported
TodoProducer search record types. |
boolean |
supportsTodoProducerAdmin()
Tests if a todo producer administrative service is supported.
|
boolean |
supportsTodoProducerChecklist()
Tests if a todo producer checklist lookup service is supported.
|
boolean |
supportsTodoProducerChecklistAssignment()
Tests if a todo producer checklist service is supported.
|
boolean |
supportsTodoProducerLookup()
Tests if looking up todo producers is supported.
|
boolean |
supportsTodoProducerNotification()
Tests if a todo producer notification service is supported.
|
boolean |
supportsTodoProducerQuery()
Tests if querying todo producers is supported.
|
boolean |
supportsTodoProducerRecordType(Type todoProducerRecordType)
Tests if the given
TodoProducer record type is
supported. |
boolean |
supportsTodoProducerSearch()
Tests if searching todo producers is supported.
|
boolean |
supportsTodoProducerSearchRecordType(Type todoProducerSearchRecordType)
Tests if the given
TodoProducer search record type is
supported. |
boolean |
supportsTodoProducerSmartChecklist()
Tests if a todo producer checklist lookup service is supported.
|
boolean |
supportsVisibleFederation()
Tests if any broker federation is exposed.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported,
false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerLookup()
true if todo producer lookup is supported,
false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerQuery()
true if todo producer query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerSearch()
true if todo producer search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerAdmin()
true if todo producer administration is
supported, false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerNotification()
true if todo producer notification is
supported, false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerChecklist()
true if a todo producer checklist lookup
service is supported, false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerChecklistAssignment()
true if todo producer checklist assignment
service is supported, false otherwisemandatory - This method must be implemented. boolean supportsTodoProducerSmartChecklist()
true if a todo producer checklist service is
supported, false otherwisemandatory - This method must be implemented. TypeList getTodoProducerRecordTypes()
TodoProducer record types. TodoProducer
record typesmandatory - This method must be implemented. boolean supportsTodoProducerRecordType(Type todoProducerRecordType)
TodoProducer record type is
supported.todoProducerRecordType - a Type indicating a
TodoProducer record type true if the given record type is supported,
false otherwiseNullArgumentException - todoProducerRecordType
is null mandatory - This method must be implemented. TypeList getTodoProducerSearchRecordTypes()
TodoProducer search record types. TodoProducer
search record typesmandatory - This method must be implemented. boolean supportsTodoProducerSearchRecordType(Type todoProducerSearchRecordType)
TodoProducer search record type is
supported.todoProducerSearchRecordType - a Type indicating
a TodoProducer search record type true if the given search record type is
supported, false otherwiseNullArgumentException -
todoProducerSearchRecordType is null mandatory - This method must be implemented.