Uses of Interface
com.opensymphony.workflow.Condition

Packages that use Condition
com.opensymphony.workflow   
com.opensymphony.workflow.util   
com.opensymphony.workflow.util.beanshell   
com.opensymphony.workflow.util.bsf   
com.opensymphony.workflow.util.ejb.local   
com.opensymphony.workflow.util.ejb.remote   
com.opensymphony.workflow.util.jndi   
 

Uses of Condition in com.opensymphony.workflow
 

Methods in com.opensymphony.workflow that return Condition
 Condition TypeResolver.getCondition(String type, Map args)
           
 

Uses of Condition in com.opensymphony.workflow.util
 

Classes in com.opensymphony.workflow.util that implement Condition
 class AllowOwnerOfStepCondition
          Deprecated. Use IsUserOwnerCondition instead
 class AllowOwnerOnlyCondition
          Deprecated. Use IsUserOwnerCondition instead
 class DenyOwnerCondition
          Deprecated. Use IsUserOwnerCondition instead
 class IsUserOwnerCondition
           A simple utility condition that returns true if the the current user (caller) is the step owner.
 class OSUserGroupCondition
          Simple utility class that uses OSUser to determine if the caller is in the required argument "group".
 class StatusCondition
          Simple utility condition that returns true if the current step's status is the same as the required argument "status".
 

Methods in com.opensymphony.workflow.util that return Condition
 Condition SpringTypeResolver.getCondition(String type, Map args)
           
 

Uses of Condition in com.opensymphony.workflow.util.beanshell
 

Classes in com.opensymphony.workflow.util.beanshell that implement Condition
 class BeanShellCondition
           
 

Uses of Condition in com.opensymphony.workflow.util.bsf
 

Classes in com.opensymphony.workflow.util.bsf that implement Condition
 class BSFCondition
           
 

Uses of Condition in com.opensymphony.workflow.util.ejb.local
 

Classes in com.opensymphony.workflow.util.ejb.local that implement Condition
 class LocalEJBCondition
           
 

Uses of Condition in com.opensymphony.workflow.util.ejb.remote
 

Classes in com.opensymphony.workflow.util.ejb.remote that implement Condition
 class RemoteEJBCondition
          Condition to check a remote EJB that implements ConditionRemote.
 

Uses of Condition in com.opensymphony.workflow.util.jndi
 

Classes in com.opensymphony.workflow.util.jndi that implement Condition
 class JNDICondition
           
 


OpenSymphony Workflow Project Page