public interface FilingAllocationProfile extends OsidProfile
The filing allocation profile describes the interoperability among filing allocation services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getAllocationRecordTypes()
Gets the supported allocation record types.
|
boolean |
supportsAllocation()
Tests if filing allocation is supported.
|
boolean |
supportsAllocationAdmin()
Tests if quota administration is supported.
|
boolean |
supportsAllocationLookup()
Tests if filing allocation lookup is supported.
|
boolean |
supportsAllocationNotification()
Tests if an allocation
notification service is
supported. |
boolean |
supportsAllocationRecordType(Type allocationRecordType)
Tests if the given allocation record type is supported.
|
boolean |
supportsVisibleFederation()
Tests if any dictionary federation is exposed.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if federation is visible false
otherwisemandatory - This method must be implemented. boolean supportsAllocation()
true if a AllocationSession is
available, false otherwisemandatory - This method must be implemented. boolean supportsAllocationLookup()
true if a AllocationLookupSession
is available, false otherwisemandatory - This method must be implemented. boolean supportsAllocationAdmin()
true if a AllocationAdminSession
is available, false otherwisemandatory - This method must be implemented. boolean supportsAllocationNotification()
notification service is
supported. true if a AllocationNotificationSession
is available, false otherwisemandatory - This method must be implemented. TypeList getAllocationRecordTypes()
Allocation
record typesmandatory - This method must be implemented. boolean supportsAllocationRecordType(Type allocationRecordType)
allocationRecordType - a Type indicating an
allocation record type true if the given record Type is
supported, false otherwiseNullArgumentException - allocationRecordType
is nullmandatory - This method must be implemented.