Class WorkflowEngine

    • Field Detail

      • STATE

        public static final String 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:
        Constant Field Values
      • SERVICE_VENDOR

        public static final String SERVICE_VENDOR
        Name of the Vendor for this workflow service
        See Also:
        Constant Field Values
      • COMPONENT_NAME

        public static final String COMPONENT_NAME
        The name of hte OSGi Component that implements this service
        See Also:
        Constant Field Values
    • Constructor Detail

      • WorkflowEngine

        public WorkflowEngine​(Map<String,​String> prop)
        Teh only constructor
        Parameters:
        prop - the properties list returned by requesting the server.
    • Method Detail

      • getProperty

        public String getProperty​(String propName)
        returns the value of an engine property or null if not defined.
        Parameters:
        propName - name of the property
        Returns:
        the value of the requested property
      • getAllProperties

        public Map<String,​String> getAllProperties()
        returns list of all properties.
        Returns:
        a map of all properties, where the key is the name of the property.