|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeOperation | |
---|---|
info.magnolia.nodebuilder | |
info.magnolia.nodebuilder.task |
Uses of NodeOperation in info.magnolia.nodebuilder |
---|
Classes in info.magnolia.nodebuilder that implement NodeOperation | |
---|---|
class |
AbstractNodeOperation
Deprecated. since 5.2.4 - use AbstractNodeOperation instead. |
class |
RecursiveOp
Deprecated. since 5.2.4 - looks like it's not used anywhere so it'll be dropped without replacement. Raise your voice if you need a RecursiveOp operating on jcr API. |
Methods in info.magnolia.nodebuilder that return NodeOperation | |
---|---|
static NodeOperation |
Ops.addNode(String name)
Deprecated. |
static NodeOperation |
Ops.addNode(String name,
ItemType type)
Deprecated. |
static NodeOperation |
Ops.addNode(String name,
String type)
Deprecated. |
static NodeOperation |
Ops.addProperty(String name,
Object value)
Deprecated. Adds a currently non-existing property. |
static NodeOperation |
Ops.copyNode(String nodeName,
String dest)
Deprecated. Copies a node, using session-scoped operation. |
static NodeOperation |
ContentOps.createCollectionNode(String name)
Deprecated. |
static NodeOperation |
ContentOps.createContent(String name,
ItemType type)
Deprecated. |
static NodeOperation |
ContentOps.createPage(String name,
String template)
Deprecated. |
static NodeOperation |
ContentOps.createParagraph(String name,
String template)
Deprecated. |
static NodeOperation |
Ops.getNode(String name)
Deprecated. |
static NodeOperation |
Ops.moveNode(String nodeName,
String dest)
Deprecated. Moves a node, using session-scoped operation. |
static NodeOperation |
Ops.noop()
Deprecated. No operation; can be useful in ternary expression, for instance. |
static NodeOperation |
Ops.onChildNodes(Content.ContentFilter filter,
NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node matching the filter. |
static NodeOperation |
Ops.onChildNodes(ItemType type,
NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node of a certain type. |
static NodeOperation |
Ops.onChildNodes(NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node excluding meta data and jcr base node. |
static NodeOperation |
Ops.onChildNodes(String type,
NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node of a certain type. |
static NodeOperation |
RecursiveOp.recursive(Content.ContentFilter filter,
NodeOperation... childrenOps)
Deprecated. |
static NodeOperation |
RecursiveOp.recursive(ItemType type,
NodeOperation... childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes matching a certain type. |
static NodeOperation |
RecursiveOp.recursive(NodeOperation... childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes excluding meta data and jcr base nodes. |
static NodeOperation |
RecursiveOp.recursive(String type,
NodeOperation... childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes matching a certain type. |
static NodeOperation |
Ops.remove(String name)
Deprecated. Can remove either a node or property. |
static NodeOperation |
Ops.renameNode(String currentName,
String newName)
Deprecated. Renames a node. |
static NodeOperation |
Ops.renameProperty(String name,
String newName)
Deprecated. Renames a property by creating a new one and copying the value. |
static NodeOperation |
ContentOps.setBinaryNodeData(String name,
String fileName,
long size,
InputStream inputStream)
Deprecated. |
static NodeOperation |
ContentOps.setNodeData(String name,
Object value)
Deprecated. |
static NodeOperation |
Ops.setProperty(String name,
Object newValue)
Deprecated. Sets the value of an existing property, ignoring its current value. |
static NodeOperation |
Ops.setProperty(String name,
Object expectedCurrentValue,
Object newValue)
Deprecated. Sets the value of an existing property, only if the actual current value matches the given expected current value. |
static NodeOperation |
ContentOps.setTemplate(String template)
Deprecated. |
NodeOperation |
NodeOperation.then(NodeOperation... childrenOps)
Deprecated. |
NodeOperation |
AbstractNodeOperation.then(NodeOperation... childrenOps)
Deprecated. |
Methods in info.magnolia.nodebuilder with parameters of type NodeOperation | |
---|---|
static void |
NodeBuilderUtil.build(String repository,
NodeOperation... ops)
Deprecated. |
static void |
NodeBuilderUtil.build(String repository,
String rootPath,
NodeOperation... ops)
Deprecated. |
static NodeOperation |
Ops.onChildNodes(Content.ContentFilter filter,
NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node matching the filter. |
static NodeOperation |
Ops.onChildNodes(ItemType type,
NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node of a certain type. |
static NodeOperation |
Ops.onChildNodes(NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node excluding meta data and jcr base node. |
static NodeOperation |
Ops.onChildNodes(String type,
NodeOperation... childrenOps)
Deprecated. Executes the operation for each child node of a certain type. |
static NodeOperation |
RecursiveOp.recursive(Content.ContentFilter filter,
NodeOperation... childrenOps)
Deprecated. |
static NodeOperation |
RecursiveOp.recursive(ItemType type,
NodeOperation... childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes matching a certain type. |
static NodeOperation |
RecursiveOp.recursive(NodeOperation... childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes excluding meta data and jcr base nodes. |
static NodeOperation |
RecursiveOp.recursive(String type,
NodeOperation... childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes matching a certain type. |
NodeOperation |
NodeOperation.then(NodeOperation... childrenOps)
Deprecated. |
NodeOperation |
AbstractNodeOperation.then(NodeOperation... childrenOps)
Deprecated. |
Constructors in info.magnolia.nodebuilder with parameters of type NodeOperation | |
---|---|
NodeBuilder(Content root,
NodeOperation... childrenOps)
Deprecated. |
|
NodeBuilder(ErrorHandler errorHandler,
Content root,
NodeOperation... childrenOps)
Deprecated. |
|
RecursiveOp(Content.ContentFilter filter,
NodeOperation[] childrenOps)
Deprecated. Visits the hierarchy recursively and executes the operations on all nodes matching the filter. |
Uses of NodeOperation in info.magnolia.nodebuilder.task |
---|
Constructors in info.magnolia.nodebuilder.task with parameters of type NodeOperation | |
---|---|
AbstractNodeBuilderTask(String name,
String description,
ErrorHandling errorHandling,
NodeOperation... operations)
Deprecated. |
|
ModuleConfigNodeBuilderTask(String name,
String description,
ErrorHandling errorHandling,
NodeOperation... operations)
Deprecated. |
|
ModuleNodeBuilderTask(String name,
String description,
ErrorHandling errorHandling,
NodeOperation... operations)
Deprecated. |
|
NodeBuilderTask(String taskName,
String description,
ErrorHandling errorHandling,
String workspaceName,
NodeOperation... operations)
Deprecated. |
|
NodeBuilderTask(String taskName,
String description,
ErrorHandling errorHandling,
String workspaceName,
String rootPath,
NodeOperation... operations)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |