Uses of Interface
lumis.portal.deployment.stepexecutable.IDeploymentStepExecutable
-
-
Uses of IDeploymentStepExecutable in lumis.portal.deployment.stepexecutable
Classes in lumis.portal.deployment.stepexecutable that implement IDeploymentStepExecutable Modifier and Type Class Description class
AbstractDeploymentStepExecutable
Abstract deployment step executable.class
ReloadRestConfigurationsStepExecutable
Deploy step that reloads the REST configurations. -
Uses of IDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.component
Classes in lumis.portal.deployment.stepexecutable.component that implement IDeploymentStepExecutable Modifier and Type Class Description class
ComponentStructureSyncStepExecutable
Implementation of a component structure synchronization step executable.class
CopyComponentPublicFilesStepExecutable
Copy component public files step executable.class
DeployComponentStepExecutable
Deploy component step executable.class
RegisterComponentStructuralElementsStepExecutable
Register component structural elements step executable.class
RemoveComponentPublicFilesStepExecutable
Removes component public files step executable.class
RemoveComponentRegisterStepExecutable
Remove component register step executable.class
UnregisterComponentStructuralElementsStepExecutable
Unregister component structural elements step executable.class
UpdateComponentChannelIdsStepExecutable
IStepExecutable
that updates the channel identifiers of given components, based on component's structure.class
UpgradeComponentStepExecutable
Upgrade component step executable. -
Uses of IDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.module
Classes in lumis.portal.deployment.stepexecutable.module that implement IDeploymentStepExecutable Modifier and Type Class Description class
PostProcessModuleMetadataStepExecutable
Post module metadata processing step.class
ProcessObserversStepExecutable
Step executable that process the observes.class
RebuildClassloadersStepExecutable
Rebuild portal classloader step.class
RebuildEntityManagerFactoriesStepExecutable
Step executable that sends a cluster command to rebuild entity manager factories if needed.class
RegisterModuleStepExecutable
Register module step.class
RegisterModuleStructuralElementsStepExecutable
Register module structural elements step executable.class
UnregisterModuleStepExecutable
Unregister module step.class
UnregisterModuleStructuralElementsStepExecutable
Unregister module structural elements step executable.class
UpdateModuleResgistryStepExecutable
Update module register step.class
UpdateMonitorDefinitionStepExecutable
Updates the monitor definition. -
Uses of IDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.script
Subinterfaces of IDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.script Modifier and Type Interface Description interface
IScriptStepExecutable
DeploymentIStepExecutable
internal implementation contract.Classes in lumis.portal.deployment.stepexecutable.script that implement IDeploymentStepExecutable Modifier and Type Class Description class
AbstractScriptStepExecutable
BaseIScriptStepExecutable
.class
DisplayMessageStepExecutable
Displays a message.class
RemoveBigDataDocumentTypesStepExecutable
Deletes big data document types step executable.class
RemoveGlobalNonReferencedEntriesStepExecutable
Removes global non referenced entries.class
RunClassStepExecutable
Runs a custom class.class
RunSqlStepExecutable
Runs a SQL command.
-