Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.jackrabbit.spi.commons.batch Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
AbstractChangeLogClassorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ChangeLogA ChangeLog is a specialized Batch which keeps a list of Operations.Interfaceorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ChangeLogImplThis ChangeLog implementation simply keeps back all calls to its Batch methods as a list of AbstractChangeLog.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLogA ChangeLog implementation which does basic consolidation on its Operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperationThis class represent an Operation which can be cancelled by another operation or which cancels another operation.Interfaceorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperationsFactory for creating CancelableOperations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .AddNodeAn AddNode operation is is cancelled by a Remove operation higher up the tree.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .AddPropertyAddProperty operations might cancel with SetValue operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .EmptyAn Empty operation never cancels another operation and is never cancelled by any other operation.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .MoveAn Move operation never cancels another operation and is never cancelled by any other operation.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .RemoveAn Remove operation never cancels another operation and is never cancelled by any other operation.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .ReorderNodesA ReorderNodes operation might cancel with ReorderNodes operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .SetMixinsA SetMixins operation might cancel with SetMixins operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .SetPrimaryTypeA SetPrimaryType operation might cancel with SetPrimaryType operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
ConsolidatingChangeLog .CancelableOperations .SetValueA SetValue operation might cancel with SetValue operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
OperationAn Operation represents a method call on a Batch.Interfaceorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
OperationsFactory for creating Operations.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .AddNodeRepresentative of an add-node Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .AddPropertyRepresentative of an add-property Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .EmptyRepresentative of the empty Operation which does nothing when applied to a Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .MoveRepresentative of a move Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .RemoveRepresentative of a remove Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .ReorderNodesRepresentative of a reorder-nodes Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .SetMixinsRepresentative of a set-mixin Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .SetPrimaryTypeRepresentative of a set-mixin Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit
Operations .SetValueRepresentative of a set-value Operation which calls Batch.Classorg.apache.jackrabbit.spi.commons.batchApache JackRabbit