Uses of Interface
lumis.portal.interactiveprocess.IStepExecutable
-
Packages that use IStepExecutable Package Description lumis.portal.deployment.stepexecutable lumis.portal.deployment.stepexecutable.component lumis.portal.deployment.stepexecutable.module lumis.portal.deployment.stepexecutable.script lumis.portal.interactiveprocess Provides handling artifacts for portal interactive processes.
IProcess
represents the interactive process. -
-
Uses of IStepExecutable in lumis.portal.deployment.stepexecutable
Subinterfaces of IStepExecutable in lumis.portal.deployment.stepexecutable Modifier and Type Interface Description interface
IDeploymentStepExecutable
DeploymentIStepExecutable
internal implementation contract.Classes in lumis.portal.deployment.stepexecutable that implement IStepExecutable Modifier and Type Class Description class
AbstractDeploymentStepExecutable
Abstract deployment step executable.class
ReloadRestConfigurationsStepExecutable
Deploy step that reloads the REST configurations. -
Uses of IStepExecutable in lumis.portal.deployment.stepexecutable.component
Classes in lumis.portal.deployment.stepexecutable.component that implement IStepExecutable 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 IStepExecutable in lumis.portal.deployment.stepexecutable.module
Classes in lumis.portal.deployment.stepexecutable.module that implement IStepExecutable 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 IStepExecutable in lumis.portal.deployment.stepexecutable.script
Subinterfaces of IStepExecutable 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 IStepExecutable 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. -
Uses of IStepExecutable in lumis.portal.interactiveprocess
Methods in lumis.portal.interactiveprocess that return IStepExecutable Modifier and Type Method Description IStepExecutable
Step. getExecutable()
Returns this step's executable.Constructors in lumis.portal.interactiveprocess with parameters of type IStepExecutable Constructor Description Step(IStepExecutable executable)
Creates a step with the givenexecutable
.Step(IStepExecutable executable, boolean mandatory)
Creates a step with the givenexecutable
indicating whether it is mandatory or not.
-