Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.jbpm.workflow.organisation.Actor

Uses of Actor in org.jbpm.workflow.organisation
 

Subinterfaces of Actor in org.jbpm.workflow.organisation
 interface Group
          is any type of collection of users.
 interface User
          represents a human user or an IT-system.
 

Methods in org.jbpm.workflow.organisation that return Actor
 Actor OrganisationUtil.getActor(java.lang.String actorId)
           
 Actor OrganisationUtil.getUser(java.lang.String userId)
           
 Actor OrganisationComponent.findActorById(java.lang.String actorId)
           
 Actor OrganisationComponent.findActorById(java.lang.String actorId, org.jbpm.util.client.Relations relations)