Uses of Interface
com.ibm.pim.organization.Performer

Packages that use Performer
com.ibm.pim.collaboration   
com.ibm.pim.organization   
com.ibm.pim.workflow   
 

Uses of Performer in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return types with arguments of type Performer
 java.util.Collection<Performer> CollaborationArea.getAdministrators()
          Gets the collection of Administrators for the current collaboration area.
 

Methods in com.ibm.pim.collaboration with parameters of type Performer
 java.util.List<CollaborationStep> CollaborationArea.getAccessibleSteps(Performer performer)
          Get the steps accessible by the given performer.
 java.util.Collection<CollaborationArea> CollaborationAreaManager.getCollaborationAreas(Performer performer)
          Retrieve all collaboration areas applicable to a particular role/user, or an empty collection if there are none.
 java.util.Collection<CollaborationObject> CollaborationStep.getReservedObjects(Performer performer)
          Returns all collaboration objects in this collaboration step that are reserved by the specified performer
 java.util.List<CollaborationStep> CollaborationArea.getSteps(Performer performer)
          Returns the list of steps upon which the specified performer is a member of the performers list
 

Method parameters in com.ibm.pim.collaboration with type arguments of type Performer
 void CollaborationArea.setAdministrators(java.util.Collection<Performer> performers)
          Override/set the administrators for the collaboration area.
 

Uses of Performer in com.ibm.pim.organization
 

Subinterfaces of Performer in com.ibm.pim.organization
 interface Role
          Role interface.
 interface User
          Interface for the User object.
 

Uses of Performer in com.ibm.pim.workflow
 

Methods in com.ibm.pim.workflow that return types with arguments of type Performer
 java.util.Collection<Performer> WorkflowStep.getPerformers()
          Get the collection of all performers for this Workflow Step.
 

Methods in com.ibm.pim.workflow with parameters of type Performer
 void WorkflowStep.addPerformer(Performer performer)
          Override/set the performer for this step
 

Method parameters in com.ibm.pim.workflow with type arguments of type Performer
 void WorkflowStep.addPerformers(java.util.Collection<Performer> performers)
          Override/set the list of performers for this step