java.lang.Object
de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.WorkflowHooks

public class WorkflowHooks extends Object
  • Field Details

    • WORKFLOW_ID_AFTER_LOAD_VALIDATE

      public static String WORKFLOW_ID_AFTER_LOAD_VALIDATE
      The id of the workflow extending configuration tabs have to register for.
    • WORKFLOW_ID_BEFORE_CODEGENERATION

      public static String WORKFLOW_ID_BEFORE_CODEGENERATION
      The id of the workflow extending configuration tabs have to register for.
    • WORKFLOW_ID_BEFORE_DOCK

      public static String WORKFLOW_ID_BEFORE_DOCK
      The id of the workflow extending configuration tabs have to register for.
    • WORKFLOW_ID_AFTER_DOCK

      public static String WORKFLOW_ID_AFTER_DOCK
      The id of the workflow extending configuration tabs have to register for.
    • WORKFLOW_ID_AFTER_SIMULATION

      public static String WORKFLOW_ID_AFTER_SIMULATION
      The id of the workflow extending configuration tabs have to register for.
  • Constructor Details

    • WorkflowHooks

      public WorkflowHooks()
  • Method Details

    • getAllWorkflowHookIDs

      public static List<String> getAllWorkflowHookIDs()
      Get a list of ids of all extendible workflow extension points.
      Returns:
      The list of ids.