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