Interface TypeProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
TypeManager, TypeProxyManager
The TypeProfile describes the interoperability among type
services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if aTypeadministrative service is supported.booleanTests ifTypelookup is supported.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersionMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
supportsTypeLookup
boolean supportsTypeLookup()Tests ifTypelookup is supported.- Returns:
trueifTypelookup is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsTypeAdmin
boolean supportsTypeAdmin()Tests if aTypeadministrative service is supported.- Returns:
trueifTypeadministration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-