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 void
WorkspaceManager. execute(ChangeLog changes)
Creates a new batch from the givenChangeLog
and 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 void
SessionItemStateManager. execute(ChangeLog changes)
Executes the operations passed with the given change log and modifies the affected item states accordingly.void
UpdatableItemStateManager. execute(ChangeLog changes)
Executes the operations passed with the given change log and modifies the affected item states accordingly.
-