- de.valtech.aecu.api.groovy.console.bindings - package de.valtech.aecu.api.groovy.console.bindings
-
Contains the classes for the Groovy binding "aecu".
- de.valtech.aecu.api.groovy.console.bindings.filters - package de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters are used in AECU Groovy Console binding to filter matching nodes.
- de.valtech.aecu.api.service - package de.valtech.aecu.api.service
-
This package contains the service API for AEM Easy Content Upgrade (AECU).
- doAction(Resource) - Method in interface de.valtech.aecu.api.groovy.console.bindings.CustomResourceAction
-
Performs the provided action on the resource.
- doActivateContainingPage() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Activates the page where the resource is located.
- doActivateResource() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Activates the resource.
- doAddTagsToContainingPage(String...) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Adds tags to the containing page of the matching resource.
- doAddValuesToMultiValueProperty(String, String[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Adds values to a multivalue property.
- doCheckPageRendering() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Checks if the containing page renders with status code 200.
- doCheckPageRendering(int) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Checks if the containing page renders with given status code.
- doCheckPageRendering(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Checks if the containing page renders with status code 200 and contains given text.
- doCheckPageRendering(String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Checks if the containing page renders with status code 200 and (not) contains given text.
- doCopyPropertyToRelativePath(String, String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Copies a property to a relative path.
- doCopyResourceToRelativePath(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Copies a resource to a relative path.
- doCustomResourceBasedAction(CustomResourceAction) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Performs a custom action with providing a function.
- doDeactivateContainingPage() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Deactivates the page where the resource is located.
- doDeactivateResource() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Deactivates the resource.
- doDeleteContainingPage() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Deletes the page where the resource is located.
- doDeleteProperty(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Deletes a property if existing.
- doDeleteResource() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Deletes the resource.
- doMovePropertyToRelativePath(String, String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Moves a property to a relative path.
- doMoveResourceToPathRegex(String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Moves a resource if its path matches the pattern to the path obtained by applying the
replacement expression
- doMoveResourceToRelativePath(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Moves a resource to a relative path.
- doRemoveTagsFromContainingPage(String...) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Removes tags from the containing page of the matching resource.
- doRemoveValuesOfMultiValueProperty(String, String[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Removes values of a multivalue property.
- doRename(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Renames a resource to the given name.
- doRenameProperty(String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Renames a property if existing.
- doReplaceValueInAllProperties(String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Replaces a substring in all properties of the matching resource.
- doReplaceValueInAllPropertiesRegex(String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Replaces a substring in all properties of the matching resource using a regular expression.
- doReplaceValueInProperties(String, String, String[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Replaces a substring in specific properties of the matching resource.
- doReplaceValueInPropertiesRegex(String, String, String[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Replaces a substring in specific properties of the matching resource using a regular
expression.
- doReplaceValuesOfMultiValueProperty(String, String[], String[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Replaces values in a multivalue property.
- doSetProperty(String, Object) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Sets a property value.
- doSetTagsForContainingPage(String...) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Sets tags for the containing page of the matching resource.
- doTreeActivateContainingPage() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Activates the page tree where the resource is located.
- doTreeActivateContainingPage(boolean) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Activates the page tree where the resource is located.
- dryRun() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Performs a dry-run.
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.ANDFilter
-
- filter(Resource, StringBuilder) - Method in interface de.valtech.aecu.api.groovy.console.bindings.filters.FilterBy
-
Checks if the given resource matches the filter criteria.
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByHasProperty
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByMultiValuePropContains
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByNodeName
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByNodeNameRegex
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByPathRegex
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByProperties
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByProperty
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByPropertyRegex
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.NOTFilter
-
- filter(Resource, StringBuilder) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.ORFilter
-
- FilterBy - Interface in de.valtech.aecu.api.groovy.console.bindings.filters
-
Interface for AECU binding filters.
- filterByAnyPropertyRegex(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by checking if any property matches the given regular expression for the value.
- filterByHasProperty(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by existence of a single property.
- FilterByHasProperty - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by the existence a given property.
- FilterByHasProperty(String) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByHasProperty
-
Constructor
- filterByMultiValuePropContains(String, Object[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by multi-value with the given name containing the given conditionValues
- FilterByMultiValuePropContains - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by multi-value properties.
- FilterByMultiValuePropContains(String, Object[]) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByMultiValuePropContains
-
Constructor
- filterByNodeName(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by node name exact match.
- FilterByNodeName - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by their node name.
- FilterByNodeName(String) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByNodeName
-
Constructor
- filterByNodeNameRegex(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by node name using regular expression.
- FilterByNodeNameRegex - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by node name regular expression.
- FilterByNodeNameRegex(String) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByNodeNameRegex
-
Constructor
- filterByPathRegex(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by node path using regular expression.
- FilterByPathRegex - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by path.
- FilterByPathRegex(String) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByPathRegex
-
Constructor
- filterByProperties(Map<String, Object>) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by properties.
- FilterByProperties - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by properties.
- FilterByProperties(Map<String, Object>) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByProperties
-
Constructor
- filterByProperty(String, Object) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by a single property.
- FilterByProperty - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by a given property.
- FilterByProperty(String, Object) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByProperty
-
Constructor
- filterByPropertyRegex(String, String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by a single property using a regular expression for the value.
- FilterByPropertyRegex - Class in de.valtech.aecu.api.groovy.console.bindings.filters
-
Filters resources by a given property using regular expression matching.
- FilterByPropertyRegex(String, String) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.FilterByPropertyRegex
-
Constructor
- filterWith(FilterBy) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Filters by using the given filter.
- finishHistoryEntry(HistoryEntry) - Method in interface de.valtech.aecu.api.service.AecuService
-
Finishes the history entry.
- forChildResourcesOf(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Loops for all child resources of the given path.
- forDescendantResourcesOf(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Loops recursive for all child resources of the given path.
- forResources(String[]) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Loops for given list of resources.
- forResourcesBySql2Query(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Loops over resources found by SQL2 query.
- forResourcesInSubtree(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
-
Loops recursive over all resources contained in the subtree at the given path.
- getEnd() - Method in interface de.valtech.aecu.api.service.HistoryEntry
-
Returns the end time of the execution.
- getFallbackResult() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the fallback script result if any.
- getFiles(String) - Method in interface de.valtech.aecu.api.service.AecuService
-
Returns a list of files that can be executed in the given path.
- getHistory(int, int) - Method in interface de.valtech.aecu.api.service.AecuService
-
Returns the last history entries.
- getLabel() - Method in enum de.valtech.aecu.api.service.HistoryEntry.RESULT
-
Returns the human-readable label for this result.
- getLabel() - Method in enum de.valtech.aecu.api.service.HistoryEntry.STATE
-
Returns the human-readable label for this result.
- getOutput() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the script output.
- getPath() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the script path.
- getRepositoryPath() - Method in interface de.valtech.aecu.api.service.HistoryEntry
-
Returns the path in repository where the history is stored.
- getResult() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the script result.
- getResult() - Method in interface de.valtech.aecu.api.service.HistoryEntry
-
Returns the global result of the run.
- getShortPath() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the short script path.
- getSingleResults() - Method in interface de.valtech.aecu.api.service.HistoryEntry
-
Returns the single script runs.
- getStart() - Method in interface de.valtech.aecu.api.service.HistoryEntry
-
Returns the start time of the execution.
- getState() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the execution state.
- getState() - Method in interface de.valtech.aecu.api.service.HistoryEntry
-
Returns the current state of the run.
- getTime() - Method in class de.valtech.aecu.api.service.ExecutionResult
-
Returns the execution time.
- getVersion() - Method in interface de.valtech.aecu.api.service.AecuService
-
Returns the AECU version.