Uses of Class
org.apache.jackrabbit.jcr2spi.state.ChangeLog
-
Packages that use ChangeLog Package Description org.apache.jackrabbit.jcr2spi org.apache.jackrabbit.jcr2spi.state -
-
Uses of ChangeLog in org.apache.jackrabbit.jcr2spi
Methods in org.apache.jackrabbit.jcr2spi with parameters of type ChangeLog Modifier and Type Method Description voidWorkspaceManager. execute(ChangeLog changes)Creates a new batch from the givenChangeLogand executes it. -
Uses of ChangeLog in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type ChangeLog Modifier and Type Method Description voidSessionItemStateManager. execute(ChangeLog changes)Executes the operations passed with the given change log and modifies the affected item states accordingly.voidUpdatableItemStateManager. execute(ChangeLog changes)Executes the operations passed with the given change log and modifies the affected item states accordingly.
-