Interface IDeploymentStepExecutable
-
- All Superinterfaces:
IStepExecutable
,Serializable
- All Known Subinterfaces:
IScriptStepExecutable
- All Known Implementing Classes:
AbstractDeploymentStepExecutable
,AbstractScriptStepExecutable
,ComponentStructureSyncStepExecutable
,CopyComponentPublicFilesStepExecutable
,DeployComponentStepExecutable
,DisplayMessageStepExecutable
,PostProcessModuleMetadataStepExecutable
,ProcessObserversStepExecutable
,RebuildClassloadersStepExecutable
,RebuildEntityManagerFactoriesStepExecutable
,RegisterComponentStructuralElementsStepExecutable
,RegisterModuleStepExecutable
,RegisterModuleStructuralElementsStepExecutable
,ReloadRestConfigurationsStepExecutable
,RemoveBigDataDocumentTypesStepExecutable
,RemoveComponentPublicFilesStepExecutable
,RemoveComponentRegisterStepExecutable
,RemoveGlobalNonReferencedEntriesStepExecutable
,RunClassStepExecutable
,RunSqlStepExecutable
,UnregisterComponentStructuralElementsStepExecutable
,UnregisterModuleStepExecutable
,UnregisterModuleStructuralElementsStepExecutable
,UpdateComponentChannelIdsStepExecutable
,UpdateModuleResgistryStepExecutable
,UpdateMonitorDefinitionStepExecutable
,UpgradeComponentStepExecutable
public interface IDeploymentStepExecutable extends IStepExecutable
DeploymentIStepExecutable
internal implementation contract.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMandatory()
Indicates whether the step is mandatory.-
Methods inherited from interface lumis.portal.interactiveprocess.IStepExecutable
execute, getDescription, getMessage, stepIgnored
-
-