Uses of Class
org.jbpm.workbench.es.util.RequestStatus
-
Packages that use RequestStatus Package Description org.jbpm.workbench.es.model org.jbpm.workbench.es.util -
-
Uses of RequestStatus in org.jbpm.workbench.es.model
Methods in org.jbpm.workbench.es.model that return RequestStatus Modifier and Type Method Description RequestStatusRequestSummary. getStatus()Methods in org.jbpm.workbench.es.model with parameters of type RequestStatus Modifier and Type Method Description voidRequestSummary. setStatus(RequestStatus status)Constructors in org.jbpm.workbench.es.model with parameters of type RequestStatus Constructor Description RequestSummary(Long jobId, Date time, RequestStatus status, String commandName, String message, String key, Integer retries, Integer executions, String processName, Long processInstanceId, String processInstanceDescription, String deploymentId) -
Uses of RequestStatus in org.jbpm.workbench.es.util
Methods in org.jbpm.workbench.es.util that return RequestStatus Modifier and Type Method Description static RequestStatusRequestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestStatus[]RequestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-