Interface ControlBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, ControlBatchProfile, OsidProfile, OsidProxyManager, OsidProxyManager, Sourceable
The control batch manager provides access to control 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:
-
DeviceBatchAdminSession: a session to create, modify and deleteDevicesin bulk -
ControllerBatchAdminSession: a session to create, modify and delete Controllers in bulk -
InputBatchAdminSession: a session to create, modify and delete Inputs in bulk -
SettingBatchAdminSession: a session to create, modify and deleteSettingsin bulk -
SceneBatchAdminSession: a session to create, modify and deleteScenesin bulk -
TriggerBatchAdminSession: a session to create, modify and deleteTriggersin bulk -
ActionGroupBatchAdminSession: a session to create, modify and deleteActionGroupsin bulk -
SystemBatchAdminSession: a session to create, modify and deleteSystemsin bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk action group administration service.getActionGroupBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk action group administration service for the given system.Gets theOsidSessionassociated with the bulk controller administration service.getControllerBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk controller administration service for the given system.getDeviceBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk device administration service.getDeviceBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk device administration service for the given system.getInputBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk input administration service.getInputBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk input administration service for the given system.getSceneBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk scene administration service.getSceneBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk scene administration service for the given system.getSettingBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk setting administration service.getSettingBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk setting administration service for the given system.getSystemBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk system administration service.getTriggerBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk trigger administration service.getTriggerBatchAdminSessionForSystem(Id systemId, Proxy proxy) Gets theOsidSessionassociated with the bulk trigger administration service for the given system.Methods inherited from interface ControlBatchProfile
supportsActionGroupBatchAdmin, supportsControllerBatchAdmin, supportsDeviceBatchAdmin, supportsInputBatchAdmin, supportsSceneBatchAdmin, supportsSettingBatchAdmin, supportsSystemBatchAdmin, supportsTriggerBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of action groups is available.booleanTests if bulk administration of controllers is available.booleanTests if bulk administration of devices is available.booleanTests if bulk administration of inputs is available.booleanTests if bulk administration of scenes is available.booleanTests if bulk administration of setting is available.booleanTests if bulk administration of systems is available.booleanTests if bulk administration of triggers is available.booleanTests if federation is visible.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 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
-
getDeviceBatchAdminSession
Gets theOsidSessionassociated with the bulk device administration service.- Parameters:
proxy- a proxy- Returns:
- a
DeviceBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsDeviceBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsDeviceBatchAdmin()} is {@code true} .
-
getDeviceBatchAdminSessionForSystem
DeviceBatchAdminSession getDeviceBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk device administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- a
DeviceBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsDeviceBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsDeviceBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getControllerBatchAdminSession
ControllerBatchAdminSession getControllerBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk controller administration service.- Parameters:
proxy- a proxy- Returns:
- a
ControllerBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsControllerBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsControllerBatchAdmin()} is {@code true} .
-
getControllerBatchAdminSessionForSystem
ControllerBatchAdminSession getControllerBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk controller administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- a
ControllerBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsControllerBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsControllerBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getInputBatchAdminSession
Gets theOsidSessionassociated with the bulk input administration service.- Parameters:
proxy- a proxy- Returns:
- an
InputBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsInputBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsInputBatchAdmin()} is {@code true} .
-
getInputBatchAdminSessionForSystem
InputBatchAdminSession getInputBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk input administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- an
InputBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsInputBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsInputBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getSettingBatchAdminSession
Gets theOsidSessionassociated with the bulk setting administration service.- Parameters:
proxy- a proxy- Returns:
- a
SettingBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSettingBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSettingBatchAdmin()} is {@code true} .
-
getSettingBatchAdminSessionForSystem
SettingBatchAdminSession getSettingBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk setting administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- a
SettingBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSettingBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSettingBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getSceneBatchAdminSession
Gets theOsidSessionassociated with the bulk scene administration service.- Parameters:
proxy- a proxy- Returns:
- a
SceneBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSceneBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSceneBatchAdmin()} is {@code true} .
-
getSceneBatchAdminSessionForSystem
SceneBatchAdminSession getSceneBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk scene administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- a
SceneBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSceneBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSceneBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getTriggerBatchAdminSession
Gets theOsidSessionassociated with the bulk trigger administration service.- Parameters:
proxy- a proxy- Returns:
- a
TriggerBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsTriggerBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsTriggerBatchAdmin()} is {@code true} .
-
getTriggerBatchAdminSessionForSystem
TriggerBatchAdminSession getTriggerBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk trigger administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- a
TriggerBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsTriggerBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsTriggerBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getActionGroupBatchAdminSession
ActionGroupBatchAdminSession getActionGroupBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk action group administration service.- Parameters:
proxy- a proxy- Returns:
- an
ActionGroupBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsActionGroupBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsActionGroupBatchAdmin()} is {@code true} .
-
getActionGroupBatchAdminSessionForSystem
ActionGroupBatchAdminSession getActionGroupBatchAdminSessionForSystem(Id systemId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk action group administration service for the given system.- Parameters:
systemId- theIdof theSystemproxy- a proxy- Returns:
- an
ActionGroupBatchAdminSession - Throws:
NotFoundException- noSystemfound by the givenIdNullArgumentException-systemIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsActionGroupBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsActionGroupBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getSystemBatchAdminSession
Gets theOsidSessionassociated with the bulk system administration service.- Parameters:
proxy- a proxy- Returns:
- a
SystemBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsSystemBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsSystemBatchAdmin()} is {@code true} .
-