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

Quick Search    Search Deep

org.jbpm.workflow.organisation
Interface Actor  view Actor download Actor.java

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Group, User

public interface Actor
extends java.io.Serializable

is a User or a Group to which a flow can be assigned.


Method Summary
 java.lang.String getId()
          is the id for this actor.
 java.lang.String getName()
          the name for the actor.
 

Method Detail

getId

public java.lang.String getId()
is the id for this actor. This is a text field because of flexibility.


getName

public java.lang.String getName()
the name for the actor.