Uses of Interface
lumis.portal.deployment.IComponent
-
Packages that use IComponent Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.deployment.stepexecutable.component -
-
Uses of IComponent in lumis.portal.deployment
Classes in lumis.portal.deployment that implement IComponent Modifier and Type Class Description class
Component
Component implementation.Methods in lumis.portal.deployment that return IComponent Modifier and Type Method Description IComponent
DeploymentManager. getChannelComponent(String channelId)
IComponent
IDeploymentManagerSPI. getChannelComponent(String channelId)
Returns the component associated to the channel.IComponent
DeploymentManager. getComponent(String componentId)
IComponent
IDeploymentManager. getComponent(String componentId)
Returns the component with the specified identifier.Methods in lumis.portal.deployment that return types with arguments of type IComponent Modifier and Type Method Description List<IComponent>
DeploymentManager. getComponents()
List<IComponent>
IDeploymentManagerSPI. getComponents()
Returns the list of all installed components.List<IComponent>
IModule. getComponents()
Returns an unmodifiable list of components that belongs the module.List<IComponent>
Module. getComponents()
Collection<IComponent>
IDeploymentExecutionPlan. getCurrentlyInstalledComponentsRemoved()
Returns an unmodifiable collection of the currently installed components that will have it's register removed.Collection<IComponent>
IDeploymentExecutionPlan. getCurrentlyInstalledComponentsReprocessed()
Returns an unmodifiable collection of the currently installed components that will be reprocessed.Collection<IComponent>
IDeploymentExecutionPlan. getCurrentlyInstalledComponentsUnchanged()
Returns an unmodifiable collection of the currently installed components that will remain unchanged.Collection<IComponent>
IDeploymentExecutionPlan. getCurrentlyInstalledComponentsUndeployed()
Returns an unmodifiable collection of the currently installed components that will be undeployed.Collection<IComponent>
IDeploymentExecutionPlan. getCurrentlyInstalledComponentsUpgraded()
Returns an unmodifiable collection of the currently installed components that will be upgraded.Collection<IComponent>
IDeploymentExecutionPlan. getNewComponentsInstalling()
Returns an unmodifiable collection of the new components that will be installed.Collection<IComponent>
IDeploymentExecutionPlan. getNewComponentsReplacing()
Returns an unmodifiable collection of the new components that will replace other ones.Collection<IComponent>
IDeploymentExecutionPlan. getNewComponentsUpgrading()
Returns an unmodifiable collection of the new components that will upgrade other ones.Methods in lumis.portal.deployment with parameters of type IComponent Modifier and Type Method Description protected void
DeploymentManager. clearComponentChannel(IComponent component)
protected Query
DeploymentUtil.ComponentDeploymentMessageSummary. getBaseQuery(IComponent component)
static File
DeploymentUtil. getComponentFile(IComponent component)
Utility method to obtain an archive file relative to a component.static File
DeploymentUtil. getComponentFile(IComponent component, ComponentFolder folder)
Returns the relative folder path within a component.String
ComponentFolder. getRelativePath(IComponent component)
Returns the relative path of the given component.String
ComponentFolder. getRelativePath(IComponent component, String desiredRelativePath)
Returns the relative path of the desired path under the given component.Constructors in lumis.portal.deployment with parameters of type IComponent Constructor Description BusinessContextRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ComponentDeploymentMessageSummary(IComponent component)
Summary constructorServiceRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
ThemeRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
WorkflowRegisterHelper(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
-
Uses of IComponent in lumis.portal.deployment.stepexecutable.component
Constructors in lumis.portal.deployment.stepexecutable.component with parameters of type IComponent Constructor Description CopyComponentPublicFilesStepExecutable(IComponent component)
Creates a new instance.DeployComponentStepExecutable(IComponent component, String lastUpgradeStepExecuted)
Creates a new instance.RegisterComponentStructuralElementsStepExecutable(IComponent component, Collection<IModule> currentlyInstalledModules, boolean forceReprocess)
Creates a new instance.RemoveComponentPublicFilesStepExecutable(IComponent component)
Creates a new instance.RemoveComponentRegisterStepExecutable(IComponent component)
Creates a new instance.UnregisterComponentStructuralElementsStepExecutable(IComponent component)
Creates a new instance.UpgradeComponentStepExecutable(IComponent component)
Creates a new instance.Constructor parameters in lumis.portal.deployment.stepexecutable.component with type arguments of type IComponent Constructor Description ComponentStructureSyncStepExecutable(Set<IComponent> componentsToBeInstalled, Set<IComponent> componentsAffected)
UpdateComponentChannelIdsStepExecutable(Set<IComponent> componentsToBeProcessed)
Creates a new instance with the given components.
-