Interface | Description |
---|---|
ChangeLog | |
Operation |
An
Operation represents a method call on a Batch . |
Class | Description |
---|---|
AbstractChangeLog<T extends Operation> |
This base class for
ChangeLog implementations maintains a list of operations
of type type T . |
ChangeLogImpl |
This
ChangeLog implementation simply keeps back all calls to its Batch methods as
a list of AbstractChangeLog.operations (with item of type Operation ). |
ConsolidatingChangeLog | |
Operations |
Factory for creating
Operation s. |
Operations.AddNode |
Representative of an add-node
Operation which calls
Batch.addNode(NodeId, Name, Name, String) when applied to a Batch . |
Operations.AddProperty |
Representative of an add-property
Operation which calls
Batch.addProperty(NodeId, Name, QValue) or Batch.addProperty(NodeId, Name, QValue[])
depending on whether the property is multi valued or not when applied to a Batch . |
Operations.Empty | |
Operations.Move |
Representative of a move
Operation which calls
Batch.move(NodeId, NodeId, Name) when applied to a Batch . |
Operations.Remove | |
Operations.ReorderNodes |
Representative of a reorder-nodes
Operation which calls
Batch.reorderNodes(NodeId, NodeId, NodeId) when applied to a Batch . |
Operations.SetMixins |
Representative of a set-mixin
Operation which calls
Batch.setMixins(NodeId, Name[]) when applied to a Batch . |
Operations.SetPrimaryType |
Representative of a set-mixin
Operation which calls
Batch.setMixins(NodeId, Name[]) when applied to a Batch . |
Operations.SetTree | |
Operations.SetValue |
Representative of a set-value
Operation which calls
Batch.setValue(PropertyId, QValue) or Batch.setValue(PropertyId, QValue[])
depending on whether the property is multi valued or not when applied to a Batch . |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"