Class WorkflowHooks
java.lang.Object
de.uka.ipd.sdq.codegen.simucontroller.workflow.jobs.WorkflowHooks
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
The id of the workflow extending configuration tabs have to register for.static String
The id of the workflow extending configuration tabs have to register for.static String
The id of the workflow extending configuration tabs have to register for.static String
The id of the workflow extending configuration tabs have to register for.static String
The id of the workflow extending configuration tabs have to register for. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of ids of all extendible workflow extension points.
-
Field Details
-
WORKFLOW_ID_AFTER_LOAD_VALIDATE
The id of the workflow extending configuration tabs have to register for. -
WORKFLOW_ID_BEFORE_CODEGENERATION
The id of the workflow extending configuration tabs have to register for. -
WORKFLOW_ID_BEFORE_DOCK
The id of the workflow extending configuration tabs have to register for. -
WORKFLOW_ID_AFTER_DOCK
The id of the workflow extending configuration tabs have to register for. -
WORKFLOW_ID_AFTER_SIMULATION
The id of the workflow extending configuration tabs have to register for.
-
-
Constructor Details
-
WorkflowHooks
public WorkflowHooks()
-
-
Method Details
-
getAllWorkflowHookIDs
Get a list of ids of all extendible workflow extension points.- Returns:
- The list of ids.
-