public interface PortalContainerDefinitionChange
PortalContainerDefinition
Created by The eXo Platform SAS
Author : Nicolas Filotto
nicolas.filotto@exoplatform.com
11 juin 2010| Modifier and Type | Interface and Description |
|---|---|
static class |
PortalContainerDefinitionChange.AddDependencies
This class is an
PortalContainerDefinitionChange that will add the nested dependencies
at the end of the dependency list of the PortalContainerDefinition. |
static class |
PortalContainerDefinitionChange.AddDependenciesAfter
This class is an
PortalContainerDefinitionChange that will add the nested dependencies
after a target dependency to the dependency list of the PortalContainerDefinition. |
static class |
PortalContainerDefinitionChange.AddDependenciesBefore
This class is an
PortalContainerDefinitionChange that will add the nested dependencies
before a target dependency to the dependency list of the PortalContainerDefinition. |
static class |
PortalContainerDefinitionChange.AddSettings
This class is an
PortalContainerDefinitionChange that will add new internal settings
to the PortalContainerDefinition. |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(PortalContainerDefinition pcd)
Apply the corresponding change of the given
PortalContainerDefinition |
void apply(PortalContainerDefinition pcd)
PortalContainerDefinitionpcd - the PortalContainerDefinition on which the change has to be appliedCopyright © 2020 eXo Platform SAS. All Rights Reserved.