Class WorkflowEngine
java.lang.Object
com.adobe.cq.testing.client.workflow.WorkflowEngine
Simple helper class to get all available infos return from the workflow engine. The class is
initialised by a call to
WorkflowClient.getWorkflowEngineInfo(int...).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe id given to the workflow componentstatic final StringThe name of hte OSGi Component that implements this servicestatic final StringDescription of the workflow servicestatic final StringThe process id of the workflow engine servicestatic final StringName of the Vendor for this workflow servicestatic final StringProperty that contains the state of the workflow engine. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns list of all properties.getProperty(String propName) returns the value of an engine property or null if not defined.
-
Field Details
-
STATE
Property that contains the state of the workflow engine. The possible states equal the OSGi Service states: "ACTIVE", "ACTIVATING","DEACTIVATING","DESTROYED","DISABLED","ENABLED","REGISTERED","UNSATISFIED"- See Also:
-
SERVICE_VENDOR
-
SERVICE_PID
-
SERVICE_DESCR
-
COMPONENT_NAME
The name of hte OSGi Component that implements this service- See Also:
-
COMPONENT_ID
-
-
Constructor Details
-
WorkflowEngine
-
-
Method Details
-
getProperty
-
getAllProperties
-