Interface PortalContainerDefinitionChange
- All Known Implementing Classes:
PortalContainerDefinitionChange.AddDependencies,PortalContainerDefinitionChange.AddDependenciesAfter,PortalContainerDefinitionChange.AddDependenciesBefore,PortalContainerDefinitionChange.AddSettings
public interface PortalContainerDefinitionChange
This interface describes the change that cans be applied on a given
PortalContainerDefinition
Created by The eXo Platform SAS
Author : Nicolas Filotto
nicolas.filotto@exoplatform.com
11 juin 2010-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThis class is anPortalContainerDefinitionChangethat will add the nested dependencies at the end of the dependency list of thePortalContainerDefinition.static classThis class is anPortalContainerDefinitionChangethat will add the nested dependencies after a target dependency to the dependency list of thePortalContainerDefinition.static classThis class is anPortalContainerDefinitionChangethat will add the nested dependencies before a target dependency to the dependency list of thePortalContainerDefinition.static classThis class is anPortalContainerDefinitionChangethat will add new internal settings to thePortalContainerDefinition. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply the corresponding change of the givenPortalContainerDefinition
-
Method Details
-
apply
Apply the corresponding change of the givenPortalContainerDefinition- Parameters:
pcd- thePortalContainerDefinitionon which the change has to be applied
-