Interface FilingAllocationProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
FilingAllocationManager, FilingAllocationProxyManager
The filing allocation profile describes the interoperability among filing allocation services.
-
Method Summary
Modifier and TypeMethodDescriptionGets the supported allocation record types.booleanTests if filing allocation is supported.booleanTests if quota administration is supported.booleanTests if filing allocation lookup is supported.booleanTests if an allocation notification service is supported.booleansupportsAllocationRecordType(Type allocationRecordType) Tests if the given allocation record type is supported.booleanTests if any dictionary 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 dictionary federation is exposed. Federation is exposed when a specific dictionary may be identified, selected and used to create a lookup or admin session. Federation is not exposed when a set of dictionaries appears as a single dictionary.- Returns:
trueif federation is visiblefalseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAllocation
boolean supportsAllocation()Tests if filing allocation is supported.- Returns:
trueif aAllocationSessionis available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAllocationLookup
boolean supportsAllocationLookup()Tests if filing allocation lookup is supported.- Returns:
trueif aAllocationLookupSessionis available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAllocationAdmin
boolean supportsAllocationAdmin()Tests if quota administration is supported.- Returns:
trueif aAllocationAdminSessionis available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAllocationNotification
boolean supportsAllocationNotification()Tests if an allocation notification service is supported.- Returns:
trueif aAllocationNotificationSessionis available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getAllocationRecordTypes
TypeList getAllocationRecordTypes()Gets the supported allocation record types.- Returns:
- a list containing the supported
Allocationrecord types - Compliance:
mandatory- This method must be implemented.
-
supportsAllocationRecordType
Tests if the given allocation record type is supported.- Parameters:
allocationRecordType- aTypeindicating an allocation record type- Returns:
trueif the given recordTypeis supported,falseotherwise- Throws:
NullArgumentException-allocationRecordTypeis null- Compliance:
mandatory- This method must be implemented.
-