| AddMixin |
Adds a mixin to a resource/node if the mixin exists.
|
| ChangePrimaryType |
Changes the jcr:primaryType of a node.
|
| CopyResourceToRelativePath |
Copies a resource to the given path.
|
| CreateResource |
Creates a new node
|
| CustomAction |
Generic action based on a Lambda.
|
| DeleteResource |
This action is used to delete a given node or some of its child nodes.
|
| MoveResourceToPathRegex |
Action class for moving resources via regex
|
| MoveResourceToRelativePath |
|
| RemoveMixin |
Removes a mixin from a resource/node if the mixin is present.
|
| RenameResource |
Renames a resource.
|
| ReorderNode |
Reorders a subnode of a resource.
|
| ReplaceResourcePropertyValues |
Replaces strings in resource properties.
|
| ReplaceResourcePropertyValuesRegex |
Replaces strings via regex in resource properties.
|
| ReplicateResourceAction |
Replicates on resource level.
|