Uses of Interface
org.jbpm.identity.assignment.ExpressionSession

Packages that use ExpressionSession
org.jbpm.identity.assignment implementation of the assignment expressions resolving. 
org.jbpm.identity.hibernate identity component interfaces used by jBPM. 
 

Uses of ExpressionSession in org.jbpm.identity.assignment
 

Fields in org.jbpm.identity.assignment declared as ExpressionSession
protected  ExpressionSession ExpressionAssignmentHandler.expressionSession
           
 

Methods in org.jbpm.identity.assignment that return ExpressionSession
protected  ExpressionSession ExpressionAssignmentHandler.getExpressionSession()
          serves as a hook for customizing the way the identity session is retrieved. overload this method to reuse this expression assignment handler for your user data store.
 

Uses of ExpressionSession in org.jbpm.identity.hibernate
 

Classes in org.jbpm.identity.hibernate that implement ExpressionSession
 class IdentitySession
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.