jBPM distribution 6.0.0.Beta1

Uses of Class
org.jbpm.executor.entities.STATUS

Packages that use STATUS
org.jbpm.executor   
org.jbpm.executor.api   
org.jbpm.executor.entities   
org.jbpm.executor.impl   
 

Uses of STATUS in org.jbpm.executor
 

Method parameters in org.jbpm.executor with type arguments of type STATUS
 List<RequestInfo> ExecutorServiceEntryPoint.getRequestsByStatus(List<STATUS> statuses)
           
 

Uses of STATUS in org.jbpm.executor.api
 

Method parameters in org.jbpm.executor.api with type arguments of type STATUS
 List<RequestInfo> ExecutorQueryService.getRequestsByStatus(List<STATUS> statuses)
           
 

Uses of STATUS in org.jbpm.executor.entities
 

Methods in org.jbpm.executor.entities that return STATUS
 STATUS RequestInfo.getStatus()
           
static STATUS STATUS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static STATUS[] STATUS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.executor.entities with parameters of type STATUS
 void RequestInfo.setStatus(STATUS status)
           
 

Uses of STATUS in org.jbpm.executor.impl
 

Method parameters in org.jbpm.executor.impl with type arguments of type STATUS
 List<RequestInfo> ExecutorServiceEntryPointImpl.getRequestsByStatus(List<STATUS> statuses)
           
 List<RequestInfo> ExecutorQueryServiceImpl.getRequestsByStatus(List<STATUS> statuses)
           
 


jBPM distribution 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.