public interface TypeProfile extends OsidProfile
The TypeProfile describes the interoperability among
type services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsTypeAdmin()
Tests if a
Type administrative service is supported. |
boolean |
supportsTypeLookup()
Tests if
Type lookup is supported. |
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsTypeLookup()
Type lookup is supported. true if Type lookup is
supported, false otherwisemandatory - This method must be implemented. boolean supportsTypeAdmin()
Type administrative service is supported. true if Type administration is
supported, false otherwisemandatory - This method must be implemented.