Uses of Class
com.adobe.cq.testing.client.workflow.WorkflowInstance
-
Packages that use WorkflowInstance Package Description com.adobe.cq.testing.client -
-
Uses of WorkflowInstance in com.adobe.cq.testing.client
Methods in com.adobe.cq.testing.client that return WorkflowInstance Modifier and Type Method Description WorkflowInstance
WorkflowClient. getWorkflowInstance(String instanceURI, int... expectedStatus)
Returns all the information about a workflow instance in JSON format.Methods in com.adobe.cq.testing.client that return types with arguments of type WorkflowInstance Modifier and Type Method Description List<WorkflowInstance>
WorkflowClient. getWorkflowInstances()
List<WorkflowInstance>
WorkflowClient. getWorkflowInstances(WorkflowClient.Status wfStatus)
List<WorkflowInstance>
WorkflowClient. getWorkflowInstances(WorkflowClient.Status wfStatus, String model, String payload, org.joda.time.DateTime startTimeLimit, org.joda.time.DateTime endTimeLimit)
List<WorkflowInstance>
WorkflowClient. getWorkflowInstances(WorkflowClient.Status wfStatus, org.joda.time.DateTime startTimeLimit, org.joda.time.DateTime endTimeLimit)
-