| Package | Description |
|---|---|
| de.valtech.aecu.api.groovy.console.bindings |
Contains the classes for the Groovy binding "aecu".
|
| Modifier and Type | Method and Description |
|---|---|
ContentUpgrade |
AecuBinding.contentUpgradeBuilder()
Returns a content upgrade builder.
|
ContentUpgrade |
ContentUpgrade.doActivateContainingPage()
Activates the page where the resource is located.
|
ContentUpgrade |
ContentUpgrade.doAddValuesToMultiValueProperty(String name,
String[] values)
Adds values to a multivalue property.
|
ContentUpgrade |
ContentUpgrade.doCopyPropertyToRelativePath(String name,
String newName,
String relativeResourcePath)
Copies a property to a relative path.
|
ContentUpgrade |
ContentUpgrade.doCopyResourceToRelativePath(String relativePath)
Copies a resource to a relative path.
|
ContentUpgrade |
ContentUpgrade.doCustomResourceBasedAction(CustomResourceAction action)
Performs a custom action with providing a function.
|
ContentUpgrade |
ContentUpgrade.doDeactivateContainingPage()
Deactivates the page where the resource is located.
|
ContentUpgrade |
ContentUpgrade.doDeleteContainingPage()
Deletes the page where the resource is located.
|
ContentUpgrade |
ContentUpgrade.doDeleteProperty(String name)
Deletes a property if existing.
|
ContentUpgrade |
ContentUpgrade.doDeleteResource()
Deletes the resource.
|
ContentUpgrade |
ContentUpgrade.doMovePropertyToRelativePath(String name,
String newName,
String relativeResourcePath)
Moves a property to a relative path.
|
ContentUpgrade |
ContentUpgrade.doMoveResourceToRelativePath(String relativePath)
Moves a resource to a relative path.
|
ContentUpgrade |
ContentUpgrade.doRemoveValuesOfMultiValueProperty(String name,
String[] values)
Removes values of a multivalue property.
|
ContentUpgrade |
ContentUpgrade.doRenameProperty(String oldName,
String newName)
Renames a property if existing.
|
ContentUpgrade |
ContentUpgrade.doReplaceValuesOfMultiValueProperty(String name,
String[] oldValues,
String[] newValues)
Replaces values in a multivalue property.
|
ContentUpgrade |
ContentUpgrade.doSetProperty(String name,
Object value)
Sets a property value.
|
ContentUpgrade |
ContentUpgrade.filterByHasProperty(String name)
Filters by existence of a single property.
|
ContentUpgrade |
ContentUpgrade.filterByMultiValuePropContains(String name,
Object[] conditionValues)
Filters by multi-value with the given name containing the given conditionValues
|
ContentUpgrade |
ContentUpgrade.filterByNodeName(String nodeName)
Filters by node name exact match.
|
ContentUpgrade |
ContentUpgrade.filterByNodeNameRegex(String regex)
Filters by node name using regular expression.
|
ContentUpgrade |
ContentUpgrade.filterByProperties(Map<String,Object> conditionProperties)
Filters by properties.
|
ContentUpgrade |
ContentUpgrade.filterByProperty(String name,
Object value)
Filters by a single property.
|
ContentUpgrade |
ContentUpgrade.filterWith(FilterBy filter)
Filters by using the given filter.
|
ContentUpgrade |
ContentUpgrade.forChildResourcesOf(String path)
Loops for all child resources of the given path.
|
ContentUpgrade |
ContentUpgrade.forDescendantResourcesOf(String path)
Loops recursive for all child resources of the given path.
|
ContentUpgrade |
ContentUpgrade.forResources(String[] paths)
Loops for given list of resources.
|
ContentUpgrade |
ContentUpgrade.forResourcesInSubtree(String path)
Loops recursive over all resources contained in the subtree at the given path.
|
ContentUpgrade |
ContentUpgrade.printPath()
Print path
|
Copyright © 2018. All rights reserved.