KIE Internal 6.1.0.Final

Uses of Class
org.kie.internal.executor.api.STATUS

Packages that use STATUS
org.kie.internal.executor.api   
 

Uses of STATUS in org.kie.internal.executor.api
 

Methods in org.kie.internal.executor.api that return STATUS
 STATUS RequestInfo.getStatus()
          Returns status of the request
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.kie.internal.executor.api with parameters of type STATUS
 void RequestInfo.setStatus(STATUS status)
          Sets status for the request
 

Method parameters in org.kie.internal.executor.api with type arguments of type STATUS
 List<RequestInfo> ExecutorQueryService.getRequestsByStatus(List<STATUS> statuses)
          Returns requests based on their status
 List<RequestInfo> ExecutorService.getRequestsByStatus(List<STATUS> statuses)
           
 


KIE Internal 6.1.0.Final

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