Avaya Conferencing Provider API

Uses of Class
com.avaya.conferencing.api.acp.control.Conference

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

Uses of Conference in com.avaya.conferencing.api.acp.control
 

Methods in com.avaya.conferencing.api.acp.control that return Conference
 Conference ConferenceContainer.findConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference ParticipantCodeGroup.findConference(Reference<Conference> ref)
           
 Conference ConferenceQueue.findConference(Reference<Conference> ref)
           
 Conference Connection.findConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference Conference.findSubconference(Reference<Conference> ref)
          Find and retrieve the specified Subconference.
 Conference Conference.getParentConference()
          Returns null for a main Conference, or the parent Conference for subconferences.
 Conference ConferenceContainer.lookupConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference ParticipantCodeGroup.lookupConference(Reference<Conference> ref)
           
 Conference ConferenceQueue.lookupConference(Reference<Conference> ref)
           
 Conference Connection.lookupConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference Conference.lookupSubconference(Reference<Conference> ref)
          Find and retrieve the specified Subconference.
 

Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type Conference
static Filter<Conference> Filters.conferenceConfereeCode(java.lang.String... codes)
          Returns a Filter that returns only those Conference instances that have at least one of the specified conferee codes.
 java.util.Iterator<Conference> ConferenceContainer.conferenceIterator()
          Returns an iterator of the conferences.
 java.util.Iterator<Conference> ParticipantCodeGroup.conferenceIterator()
           
 java.util.Iterator<Conference> ConferenceQueue.conferenceIterator()
           
 java.util.Iterator<Conference> Connection.conferenceIterator()
          Returns an iterator of the connection Conferences.
 java.util.Iterator<Conference> ConferenceContainer.conferenceIterator(Filter<? super Conference>... filters)
          Returns an iterator of the conferences.
 java.util.Iterator<Conference> ParticipantCodeGroup.conferenceIterator(Filter<? super Conference>... filters)
           
 java.util.Iterator<Conference> ConferenceQueue.conferenceIterator(Filter<? super Conference>... filters)
           
 java.util.Iterator<Conference> Connection.conferenceIterator(Filter<? super Conference>... filters)
          Returns an iterator of the connection Conferences that match the specified filters.
 java.util.Iterator<Conference> Connection.conferenceIterator(Filter<? super Conference> filter)
          Returns an iterator of the connection Conferences that match the specified filters.
static Filter<Conference> Filters.conferenceModeratorCode(java.lang.String... codes)
          Returns a Filter that returns only those Conference instances that have at least one of the specified moderator codes.
static Filter<Conference> Filters.conferenceParticipantCode(java.lang.String... codes)
          Returns a Filter that returns only those Conference instances that have at least one of the specified participant (i.e.
 java.util.Collection<Conference> ConferenceContainer.getConferences()
          Returns the Conferences of this ConferenceContainer.
 java.util.Collection<Conference> ParticipantCodeGroup.getConferences()
           
 java.util.List<Conference> ConferenceQueue.getConferences()
          Returns the Conferences of this ConferenceContainer.
 java.util.Collection<Conference> Connection.getConferences()
          Returns the Conferences of this Connection.
 java.util.Collection<Conference> ConferenceContainer.getConferences(Filter<? super Conference>... filters)
          Returns the Conferences of this ConferenceContainer.
 java.util.Collection<Conference> ParticipantCodeGroup.getConferences(Filter<? super Conference>... filters)
           
 java.util.List<Conference> ConferenceQueue.getConferences(Filter<? super Conference>... filters)
          Returns the Conferences of this ConferenceContainer.
 java.util.Collection<Conference> Connection.getConferences(Filter<? super Conference> filters)
          Returns the Conferences of this Connection matching the specified filters.
 java.lang.Class<Conference> ConferenceQueue.getEntryClass()
           
 java.util.Collection<Conference> Conference.getSubconferences()
          Returns the Subconferences of this Conference.
 java.util.Collection<Conference> Conference.getSubconferences(Filter<? super Conference>... filters)
          Returns the Subconferences of this Conference matching the specified filters.
 java.util.Iterator<Conference> Conference.subconferenceIterator()
          Returns an iterator of the conference Subconferences.
 java.util.Iterator<Conference> Conference.subconferenceIterator(Filter<? super Conference>... filters)
          Returns an iterator of the conference Subconferences matching the specified filters.
 

Method parameters in com.avaya.conferencing.api.acp.control with type arguments of type Conference
 java.util.Iterator<Conference> Connection.conferenceIterator(Filter<? super Conference> filter)
          Returns an iterator of the connection Conferences that match the specified filters.
 Conference ConferenceContainer.findConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference ParticipantCodeGroup.findConference(Reference<Conference> ref)
           
 Conference ConferenceQueue.findConference(Reference<Conference> ref)
           
 Conference Connection.findConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference Conference.findSubconference(Reference<Conference> ref)
          Find and retrieve the specified Subconference.
 java.util.Collection<Conference> Connection.getConferences(Filter<? super Conference> filters)
          Returns the Conferences of this Connection matching the specified filters.
 Conference ConferenceContainer.lookupConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference ParticipantCodeGroup.lookupConference(Reference<Conference> ref)
           
 Conference ConferenceQueue.lookupConference(Reference<Conference> ref)
           
 Conference Connection.lookupConference(Reference<Conference> ref)
          Find and retrieve the specified Conference.
 Conference Conference.lookupSubconference(Reference<Conference> ref)
          Find and retrieve the specified Subconference.
 

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

Classes in com.avaya.conferencing.api.acp.control.operations with type parameters of type Conference
 interface ConferenceProducingOperation<IMPL extends Operation<Conference,IMPL>>
          An operation that results in a Conference instance, for example creating a conference.
 

Methods in com.avaya.conferencing.api.acp.control.operations that return Conference
 Conference PlaceInConference.getDestinationConference()
          Getter for property 'destinationConference'.
 

Methods in com.avaya.conferencing.api.acp.control.operations with parameters of type Conference
 void PlaceInConference.setDestinationConference(Conference destinationConference)
          Setter for property 'destinationConference'.
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.