Uses of Class
lumis.portal.deployment.stepexecutable.AbstractDeploymentStepExecutable
-
-
Uses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable
Subclasses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable Modifier and Type Class Description class
ReloadRestConfigurationsStepExecutable
Deploy step that reloads the REST configurations. -
Uses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.component
Subclasses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.component Modifier and Type Class Description 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
UpgradeComponentStepExecutable
Upgrade component step executable. -
Uses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.module
Subclasses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.module 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
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. -
Uses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.script
Subclasses of AbstractDeploymentStepExecutable in lumis.portal.deployment.stepexecutable.script 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.
-