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 SummaryModifier 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.voidGenerate design element system name.Merges information on an existing design element.
- 
Method Details- 
generateNamevoid generateName()Generate design element system name.
- 
compileCompiles a design element.
- 
mergeMerges information on an existing design element.
- 
beforeCompileAllows to connect design elements to each other before creating and storing them.
- 
beforeMergeAllows to connect design elements to each other before creating and storing them.
 
-