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

Quick Search    Search Deep

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

All Superinterfaces:
Actor, java.io.Serializable

public interface User
extends Actor

represents a human user or an IT-system.

In most methods of the ExecutionSession-bean, that bean needs to to know which User is performing that operation. The userName is used in the ExecutionSession-bean to identify the User-object.

Since it's not possible to capture all user-information that is used in all organisations in this interface, a basic default set of properties is provided and it is made easy to extend them by customizing this organisation component.


Method Summary
 java.lang.String getEmail()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.util.Collection getMemberships()
           
 
Methods inherited from interface org.jbpm.workflow.organisation.Actor
getId, getName
 

Method Detail

getFirstName

public java.lang.String getFirstName()

getLastName

public java.lang.String getLastName()

getEmail

public java.lang.String getEmail()

getMemberships

public java.util.Collection getMemberships()