Interface ResourcingBatchManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidManager, OsidManager, OsidProfile, ResourcingBatchProfile, Sourceable
The resourcing batch manager provides access to resourcing batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
-
JobBatchAdminSession: a session to create, modify and delete jobs in bulk -
WorkBatchAdminSession: a session to create, modify and delete works in bulk -
CompetencyBatchAdminSession: a session to create, modify and delete competencies in bulk -
AvailabilityBatchAdminSession: a session to create, modify and delete availabilities in bulk -
CommissionBatchSession: a session to create, modify and delete commissions in bulk -
EffortBatchAdminSession: a session to create, modify and delete efforts in bulk -
FoundryBatchAdminSession: a session to create, modify and delete foundries in bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk availability administration service.getAvailabilityBatchAdminSessionForFoundry(Id foundryId) Gets theOsidSessionassociated with the bulk availability administration service for the given foundry.Gets theOsidSessionassociated with the bulk commission administration service.getCommissionBatchAdminSessionForFoundry(Id foundryId) Gets theOsidSessionassociated with the bulk commission administration service for the given foundry.Gets theOsidSessionassociated with the bulk competency administration service.getCompetencyBatchAdminSessionForFoundry(Id foundryId) Gets theOsidSessionassociated with the bulk competency administration service for the given foundry.Gets theOsidSessionassociated with the bulk effort administration service.getEffortBatchAdminSessionForFoundry(Id foundryId) Gets theOsidSessionassociated with the bulk effort administration service for the given foundry.Gets theOsidSessionassociated with the bulk foundry administration service.Gets theOsidSessionassociated with the bulk job administration service.getJobBatchAdminSessionForFoundry(Id foundryId) Gets theOsidSessionassociated with the bulk job administration service for the given foundry.Gets theOsidSessionassociated with the bulk work administration service.getWorkBatchAdminSessionForFoundry(Id foundryId) Gets theOsidSessionassociated with the bulk work administration service for the given foundry.Methods inherited from interface OsidManager
closeMethods inherited from interface OsidManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime) Rolls back this service to a point in time.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 ResourcingBatchProfile
supportsAvailabilityBatchAdmin, supportsCommissionBatchAdmin, supportsCompetencyBatchAdmin, supportsEffortBatchAdmin, supportsFoundryBatchAdmin, supportsJobBatchAdmin, supportsVisibleFederation, supportsWorkBatchAdminModifier 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 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
-
getJobBatchAdminSession
Gets theOsidSessionassociated with the bulk job administration service.- Returns:
- a
JobBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsJobBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsJobBatchAdmin()} is {@code true} .
-
getJobBatchAdminSessionForFoundry
JobBatchAdminSession getJobBatchAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk job administration service for the given foundry.- Parameters:
foundryId- theIdof theFoundry- Returns:
- a
JobBatchAdminSession - Throws:
NotFoundException- noFoundryfound by the givenIdNullArgumentException-foundryIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsJobBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsJobBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getWorkBatchAdminSession
Gets theOsidSessionassociated with the bulk work administration service.- Returns:
- a
WorkBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsWorkBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsWorkBatchAdmin()} is {@code true} .
-
getWorkBatchAdminSessionForFoundry
WorkBatchAdminSession getWorkBatchAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk work administration service for the given foundry.- Parameters:
foundryId- theIdof theFoundry- Returns:
- a
WorkBatchAdminSession - Throws:
NotFoundException- noFoundryfound by the givenIdNullArgumentException-foundryIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsWorkBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsWorkBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCompetencyBatchAdminSession
Gets theOsidSessionassociated with the bulk competency administration service.- Returns:
- a
CompetencyBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsCompetencyBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCompetencyBatchAdmin()} is {@code true} .
-
getCompetencyBatchAdminSessionForFoundry
CompetencyBatchAdminSession getCompetencyBatchAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk competency administration service for the given foundry.- Parameters:
foundryId- theIdof theFoundry- Returns:
- a
CompetencyBatchAdminSession - Throws:
NotFoundException- noFoundryfound by the givenIdNullArgumentException-foundryIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCompetencyBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCompetencyBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getAvailabilityBatchAdminSession
Gets theOsidSessionassociated with the bulk availability administration service.- Returns:
- an
AvailabilityBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsAvailabilityBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAvailabilityBatchAdmin()} is {@code true} .
-
getAvailabilityBatchAdminSessionForFoundry
AvailabilityBatchAdminSession getAvailabilityBatchAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk availability administration service for the given foundry.- Parameters:
foundryId- theIdof theFoundry- Returns:
- an
AvailabilityBatchAdminSession - Throws:
NotFoundException- noFoundryfound by the givenIdNullArgumentException-foundryIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsAvailabilityBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsAvailabilityBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getCommissionBatchAdminSession
Gets theOsidSessionassociated with the bulk commission administration service.- Returns:
- a
CommissionBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsCommissionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCommissionBatchAdmin()} is {@code true} .
-
getCommissionBatchAdminSessionForFoundry
CommissionBatchAdminSession getCommissionBatchAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk commission administration service for the given foundry.- Parameters:
foundryId- theIdof theFoundry- Returns:
- a
CommissionBatchAdminSession - Throws:
NotFoundException- noFoundryfound by the givenIdNullArgumentException-foundryIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsCommissionBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCommissionBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getEffortBatchAdminSession
Gets theOsidSessionassociated with the bulk effort administration service.- Returns:
- an
EffortBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsEffortBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEffortBatchAdmin()} is {@code true} .
-
getEffortBatchAdminSessionForFoundry
EffortBatchAdminSession getEffortBatchAdminSessionForFoundry(Id foundryId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk effort administration service for the given foundry.- Parameters:
foundryId- theIdof theFoundry- Returns:
- an
EffortBatchAdminSession - Throws:
NotFoundException- noFoundryfound by the givenIdNullArgumentException-foundryIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsEffortBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEffortBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getFoundryBatchAdminSession
Gets theOsidSessionassociated with the bulk foundry administration service.- Returns:
- a
FoundryBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsFoundryBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsFoundryBatchAdmin()} is {@code true} .
-