Class WorkflowHooks


  • public class WorkflowHooks
    extends Object
    • Field Detail

      • 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 Detail

      • WorkflowHooks

        public WorkflowHooks()
    • Method Detail

      • getAllWorkflowHookIDs

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