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(String groupName)
          retrieves a group from the user datastore including the membership relations.
 User getUserByGroupAndRole(String groupName, String role)
          retrieves a user from the user datastore including the membership relations.
 User getUserByName(String userName)
          retrieves a user from the user datastore including the membership relations.
 

Method Detail

getGroupByName

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


getUserByName

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


getUserByGroupAndRole

User getUserByGroupAndRole(String groupName,
                           String role)
retrieves a user from the user datastore including the membership relations.



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.