站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 identity management component 英文版文档

ExpressionSession (jbpm-identity-3.0.4) - JBoss JBPM 3.0.4 identity management component 英文版文档


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

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


getUserByName

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



Version : jbpm-identity-3.0.4