Package | Description |
---|---|
com.adobe.cq.testing.client | |
com.adobe.cq.testing.client.workflow |
Modifier and Type | Method and Description |
---|---|
static WorkflowClient.Status |
WorkflowClient.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowClient.Status[] |
WorkflowClient.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowInstance> |
WorkflowClient.getWorkflowInstances(WorkflowClient.Status wfStatus) |
List<WorkflowInstance> |
WorkflowClient.getWorkflowInstances(WorkflowClient.Status wfStatus,
org.joda.time.DateTime startTimeLimit,
org.joda.time.DateTime endTimeLimit) |
List<WorkflowInstance> |
WorkflowClient.getWorkflowInstances(WorkflowClient.Status wfStatus,
String model,
String payload,
org.joda.time.DateTime startTimeLimit,
org.joda.time.DateTime endTimeLimit) |
List<URI> |
WorkflowClient.getWorkflowInstanceURLs(WorkflowClient.Status wfStatus,
int... expectedStatus)
Returns a list of workflow instance URI's that are visible for the user.
|
org.apache.sling.testing.clients.SlingHttpResponse |
WorkflowClient.setWorkflowInstanceStatus(String instanceURI,
WorkflowClient.Status status,
int... expectedStatus)
Set the status of an running workflow instance.
|
Modifier and Type | Method and Description |
---|---|
WorkflowClient.Status |
WorkflowInstance.getStatus()
returns the current state of this workflow instance, see
WorkflowClient.Status |
Copyright © 2018. All rights reserved.