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