org.jbpm.identity.assignment
Interface ExpressionSession

All Known Implementing Classes:
IdentitySession

public interface ExpressionSession

interface used by the ExpressionAssignmentHandler to get information from the users data store.

See Also:
IdentitySession

Method Summary
 Group getGroupByName(java.lang.String groupName)
          retrieves a group from the user datastore including the membership relations.
 User getUserByName(java.lang.String userName)
          retrieves a user from the user datastore including the membership relations.
 

Method Detail

getGroupByName

Group getGroupByName(java.lang.String groupName)
retrieves a group from the user datastore including the membership relations.


getUserByName

User getUserByName(java.lang.String userName)
retrieves a user from the user datastore including the membership relations.



Version : jbpm-identity-3.1-beta3