Avaya Conferencing Provider API

Uses of Interface
com.avaya.conferencing.api.acp.control.operations.BulkOperation

Packages that use BulkOperation
com.avaya.conferencing.api.acp.control.operations Operations supported by the Avaya Conferencing Provider Interface. 
 

Uses of BulkOperation in com.avaya.conferencing.api.acp.control.operations
 

Methods in com.avaya.conferencing.api.acp.control.operations that return BulkOperation
<RESULT,OPERATION extends Operation<RESULT,OPERATION>>
BulkOperation<RESULT>
OperationFactory.newBulk(OPERATION operation, ConferencingObject<? extends ConferencingObject<?>>... targets)
          Creates a new BulkOperation which allows performing the same operation against multiple targets.
 BulkOperation<RESULT> BulkOperation.perform()
          Submits the operation against all the target objects.
 BulkOperation<RESULT> BulkOperation.performAs(CPAuthentication authentication)
          Submits the operation against all the targets using a specific authentication.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.