Kie Workbench - Common - Services API 6.0.1.Final

Uses of Class
org.kie.workbench.common.services.shared.rest.JobStatus

Packages that use JobStatus
org.kie.workbench.common.services.shared.rest   
 

Uses of JobStatus in org.kie.workbench.common.services.shared.rest
 

Methods in org.kie.workbench.common.services.shared.rest that return JobStatus
 JobStatus JobRequest.getStatus()
           
 JobStatus JobResult.getStatus()
           
static JobStatus JobStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStatus[] JobStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.workbench.common.services.shared.rest with parameters of type JobStatus
 void JobRequest.setStatus(JobStatus status)
           
 void JobResult.setStatus(JobStatus status)
           
 


Kie Workbench - Common - Services API 6.0.1.Final

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