Skip navigation links
A C D E F G H I M N O P R S T V 

A

addFilter(FilterBy) - Method in class de.valtech.aecu.api.groovy.console.bindings.filters.ANDFilter
Adds a new filter to the AND condition.
AECU_PREFIX - Static variable in interface de.valtech.aecu.api.service.AecuService
Prefix in CRX where AECU scripts are located.
AecuBinding - Interface in de.valtech.aecu.api.groovy.console.bindings
Groovy Console Bindings for AEM Simple Content Update.
AecuException - Exception in de.valtech.aecu.api.service
Thrown when the AECU service faces an error.
AecuException(String, Throwable) - Constructor for exception de.valtech.aecu.api.service.AecuException
Constructor
AecuException(String) - Constructor for exception de.valtech.aecu.api.service.AecuException
Constructor
AecuService - Interface in de.valtech.aecu.api.service
Service interface for AECU.
ANDFilter - Class in de.valtech.aecu.api.groovy.console.bindings.filters
Combines multiple filters with AND.
ANDFilter(List<FilterBy>) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.ANDFilter
Constructor

C

ContentUpgrade - Interface in de.valtech.aecu.api.groovy.console.bindings
This class provides the builder methods to perform a content upgrade.
contentUpgradeBuilder() - Method in interface de.valtech.aecu.api.groovy.console.bindings.AecuBinding
Returns a content upgrade builder.
createHistoryEntry() - Method in interface de.valtech.aecu.api.service.AecuService
Starts a new history entry.
CustomResourceAction - Interface in de.valtech.aecu.api.groovy.console.bindings
Functional interface to define custom action on content upgrade.

D

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.

E

execute(String) - Method in interface de.valtech.aecu.api.service.AecuService
Executes the script at the given position.
ExecutionResult - Class in de.valtech.aecu.api.service
Result of a script execution.
ExecutionResult(ExecutionState, String, String, String, ExecutionResult, String) - Constructor for class de.valtech.aecu.api.service.ExecutionResult
Constructor
ExecutionState - Enum in de.valtech.aecu.api.service
State of a script execution.

F

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.

G

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.

H

HistoryEntry - Interface in de.valtech.aecu.api.service
History entry for an execution run.
HistoryEntry.RESULT - Enum in de.valtech.aecu.api.service
Execution result (e.g. successful)
HistoryEntry.STATE - Enum in de.valtech.aecu.api.service
Execution state (e.g. running)

I

isValidScriptName(String) - Method in interface de.valtech.aecu.api.service.AecuService
Checks if the name is a valid script.

M

matchesRunmodes(String) - Method in interface de.valtech.aecu.api.service.AecuService
Checks if the folder matches the system's run modes if specified in folder name.

N

NOTFilter - Class in de.valtech.aecu.api.groovy.console.bindings.filters
Negates a given filter.
NOTFilter(FilterBy) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.NOTFilter
Constructor

O

ORFilter - Class in de.valtech.aecu.api.groovy.console.bindings.filters
Combines multiple filters with OR.
ORFilter(List<FilterBy>) - Constructor for class de.valtech.aecu.api.groovy.console.bindings.filters.ORFilter
Constructor

P

printJson() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
Prints the properties json
printPath() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
Print path
printProperty(String) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
Print property

R

run() - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
Saves all changes to repository.
run(boolean) - Method in interface de.valtech.aecu.api.groovy.console.bindings.ContentUpgrade
Executes a run or a dryRun depending on the dryRun parameter value.

S

storeExecutionInHistory(HistoryEntry, ExecutionResult) - Method in interface de.valtech.aecu.api.service.AecuService
Stores an execution run in existing history.

T

toString() - Method in class de.valtech.aecu.api.service.ExecutionResult
 

V

valueOf(String) - Static method in enum de.valtech.aecu.api.service.ExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.valtech.aecu.api.service.HistoryEntry.RESULT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.valtech.aecu.api.service.HistoryEntry.STATE
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.valtech.aecu.api.service.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.valtech.aecu.api.service.HistoryEntry.RESULT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.valtech.aecu.api.service.HistoryEntry.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I M N O P R S T V 
Skip navigation links

Copyright © 2019. All rights reserved.