Class WorkflowProvider.ExternalWorkflow

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.opensymphony.workflow.spi.WorkflowStore _store
      The external workflow store
      • Fields inherited from class com.opensymphony.workflow.AbstractWorkflow

        configuration, context, log
      • Fields inherited from interface com.opensymphony.workflow.Workflow

        BSF_COL, BSF_LANGUAGE, BSF_ROW, BSF_SCRIPT, BSF_SOURCE, BSH_SCRIPT, CLASS_NAME, EJB_LOCATION, JNDI_LOCATION
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalWorkflow​(WorkflowHelper workflowHelper, com.opensymphony.workflow.WorkflowContext workflowContext, com.opensymphony.workflow.spi.WorkflowStore workflowStore)  
    • Method Summary

      • Methods inherited from class com.opensymphony.workflow.AbstractWorkflow

        canInitialize, canInitialize, canInitialize, canModifyEntryState, changeEntryState, checkImplicitFinish, completeEntry, createNewCurrentStep, executeFunction, executeTriggerFunction, getAvailableActionsForStep, getAvailableAutoActions, getAvailableAutoActionsForStep, getConfiguration, getCurrentStep, getCurrentSteps, getEntryState, getHistorySteps, getPersistence, getPersistenceProperties, getPropertySet, getResolver, getSecurityPermissions, getSecurityPermissions, getWorkflowDescriptor, getWorkflowName, getWorkflowNames, isActionAvailable, passesCondition, passesConditions, passesConditions, populateTransientMap, query, query, removeWorkflowDescriptor, saveWorkflowDescriptor, setConfiguration, setResolver, verifyInputs
    • Field Detail

      • _store

        protected com.opensymphony.workflow.spi.WorkflowStore _store
        The external workflow store
    • Constructor Detail

      • ExternalWorkflow

        ExternalWorkflow​(WorkflowHelper workflowHelper,
                         com.opensymphony.workflow.WorkflowContext workflowContext,
                         com.opensymphony.workflow.spi.WorkflowStore workflowStore)