Class WorkflowProvider.AmetysObjectWorkflow

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected AmetysObjectWorkflowStore _workflowStore
      The ametys object
      • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A extends WorkflowAwareAmetysObject>
      A
      getAmetysObject()
      Ametys object getter
      void removeWorkflow​(long wId)
      Delete a workflow instance
      • 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
    • Method Detail

      • removeWorkflow

        public void removeWorkflow​(long wId)
                            throws com.opensymphony.workflow.WorkflowException
        Delete a workflow instance
        Parameters:
        wId - The id of workflow instance
        Throws:
        com.opensymphony.workflow.WorkflowException - if failed to delete workflow instance