public class WorkflowEngine extends Object
WorkflowClient.getWorkflowEngineInfo(int...)
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_ID
The id given to the workflow component
|
static String |
COMPONENT_NAME
The name of hte OSGi Component that implements this service
|
static String |
SERVICE_DESCR
Description of the workflow service
|
static String |
SERVICE_PID
The process id of the workflow engine service
|
static String |
SERVICE_VENDOR
Name of the Vendor for this workflow service
|
static String |
STATE
Property that contains the state of the workflow engine.
|
Constructor and Description |
---|
WorkflowEngine(Map<String,String> prop)
Teh only constructor
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllProperties()
returns list of all properties.
|
String |
getProperty(String propName)
returns the value of an engine property or null if not defined.
|
public static final String STATE
public static final String SERVICE_VENDOR
public static final String SERVICE_PID
public static final String SERVICE_DESCR
public static final String COMPONENT_NAME
public static final String COMPONENT_ID
Copyright © 2018. All rights reserved.