Interface ICompilationSupport
- All Known Subinterfaces:
IBaseDesignManualTask
,IDesignAbortTask
,IDesignAndJoin
,IDesignAnnotation
,IDesignApplicationManualTask
,IDesignBlock
,IDesignCellBlock
,IDesignConnectorTreatmentTask
,IDesignEmbeddedWorkflowTask
,IDesignEndTask
,IDesignFieldTreatmentTask
,IDesignForm
,IDesignFormBlock
,IDesignLineBlock
,IDesignManualTask
,IDesignParallel
,IDesignRoleTreatmentTask
,IDesignScriptTreatmentTask
,IDesignSectionBlock
,IDesignStartTask
,IDesignStateTreatmentTask
,IDesignTableBlock
,IDesignTask
,IDesignTest
,IDesignTreatmentGroupTask
,IDesignTreatmentTask
,IDesignWorkflow
public interface ICompilationSupport
Interface to specify whether a design element support compilation process.
- Since:
- 2.0, 15/11/2010
- Version:
- 1.0
- Author:
- vlygeros
-
Method Summary
Modifier and TypeMethodDescriptionbeforeCompile
(IContext context, boolean validate) Allows to connect design elements to each other before creating and storing them.beforeMerge
(IContext context, boolean validate) Allows to connect design elements to each other before creating and storing them.Compiles a design element.void
Generate design element system name.Merges information on an existing design element.
-
Method Details
-
generateName
void generateName()Generate design element system name. -
compile
Compiles a design element. -
merge
Merges information on an existing design element. -
beforeCompile
Allows to connect design elements to each other before creating and storing them. -
beforeMerge
Allows to connect design elements to each other before creating and storing them.
-