Interface AecuBinding
- 
 @ProviderType public interface AecuBindingGroovy Console Bindings for AEM Simple Content Update. This provides the "aecu" binding variable.- Author:
- Roxana Muresan
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringBINDING_NAMEAECU Groovy binding name.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentUpgradecontentUpgradeBuilder()Returns a content upgrade builder.ValidateAccessRightsvalidateAccessRights()Returns an access right validator.
 
- 
- 
- 
Field Detail- 
BINDING_NAMEstatic final String BINDING_NAME AECU Groovy binding name.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
contentUpgradeBuilderContentUpgrade contentUpgradeBuilder() Returns a content upgrade builder. This is the starting point for the migrations.- Returns:
- builder
 
 - 
validateAccessRightsValidateAccessRights validateAccessRights() Returns an access right validator. This is the starting point for all access right checks.- Returns:
- access right validator
 
 
- 
 
-