Package | Description |
---|---|
org.jbpm.workbench.es.model | |
org.jbpm.workbench.es.util |
Modifier and Type | Method and Description |
---|---|
RequestStatus |
RequestSummary.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
RequestSummary.setStatus(RequestStatus status) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
static RequestStatus |
RequestStatus.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.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.