Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.operations
Class Open

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<Conference,Open>
      extended by com.avaya.conferencing.api.acp.control.operations.Open
All Implemented Interfaces:
Operation<Conference,Open>, java.lang.Cloneable

public final class Open
extends AbstractOperationImpl<Conference,Open>

Opens a conference.

The operation will return the Conference that has been opened.

Since:
5.1.0.0.29

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation
Operation.Impact
 
Method Summary
 Operation.Impact getImpact()
          Returns the impact of the operation.
 java.lang.String getParticipantCode()
          Getter for property 'calleePasscode'.
 ParticipantCodeGroup getParticipantCodeGroup()
          Getter for property 'participantCodeGroup'.
 Verb getVerb()
          This gets the verb that describes this operation.
 void setParticipantCode(java.lang.String participantCode)
          Setter for property 'calleePasscode'.
 void setParticipantCodeGroup(ParticipantCodeGroup participantCodeGroup)
          Setter for property 'participantCodeGroup'.
 
Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getParticipantCode

public java.lang.String getParticipantCode()
Getter for property 'calleePasscode'.

Returns:
Value for property 'calleePasscode'.
Since:
5.1.0.0.29

setParticipantCode

@Required
public void setParticipantCode(java.lang.String participantCode)
Setter for property 'calleePasscode'.

Parameters:
participantCode - to set for property 'calleePasscode'.
Since:
5.1.0.0.29

getParticipantCodeGroup

public ParticipantCodeGroup getParticipantCodeGroup()
Getter for property 'participantCodeGroup'.

Returns:
Value for property 'participantCodeGroup'.
Since:
5.1.0.0.40

setParticipantCodeGroup

public void setParticipantCodeGroup(ParticipantCodeGroup participantCodeGroup)
Setter for property 'participantCodeGroup'.

Parameters:
participantCodeGroup - Value to set for property 'participantCodeGroup'.
Since:
5.1.0.0.40

getImpact

public Operation.Impact getImpact()
Returns the impact of the operation.

Returns:
the impact.
Since:
5.1.0.0.29

getVerb

public Verb getVerb()
This gets the verb that describes this operation. Multiple operations may return the same verb, however verbs must be unique across the preferred operations. That is only one prefered operation may implement the "mute" verb. There may be deprecated operations that implement the "mute" verb but these will be less performant as they will be implemented as wrappers for the preferred "mute" operation.

Returns:
the verb that describes the operation.
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.