Interface ResourcingBatchProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
ResourcingBatchManager, ResourcingBatchProxyManager
The ResourcingBatchProfile describes the interoperability among
batch resourcing services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if bulk administration of availabilities is available.booleanTests if bulk administration of commissions is available.booleanTests if bulk administration of competencies is available.booleanTests if bulk administration of efforts is available.booleanTests if bulk administration of foundries is available.booleanTests if bulk administration of jobs is available.booleanTests if federation is visible.booleanTests if bulk administration of works is available.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 federation is visible.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsJobBatchAdmin
boolean supportsJobBatchAdmin()Tests if bulk administration of jobs is available.- Returns:
trueif a job bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsWorkBatchAdmin
boolean supportsWorkBatchAdmin()Tests if bulk administration of works is available.- Returns:
trueif a work bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCompetencyBatchAdmin
boolean supportsCompetencyBatchAdmin()Tests if bulk administration of competencies is available.- Returns:
trueif a competency bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsAvailabilityBatchAdmin
boolean supportsAvailabilityBatchAdmin()Tests if bulk administration of availabilities is available.- Returns:
trueif an availability bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsCommissionBatchAdmin
boolean supportsCommissionBatchAdmin()Tests if bulk administration of commissions is available.- Returns:
trueif a commission bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsEffortBatchAdmin
boolean supportsEffortBatchAdmin()Tests if bulk administration of efforts is available.- Returns:
trueif an effort bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsFoundryBatchAdmin
boolean supportsFoundryBatchAdmin()Tests if bulk administration of foundries is available.- Returns:
trueif a foundry bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-