public interface UpdatableItemStateManager
ItemStateManager
that deals with state modifications.Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes this
UpdatableItemStateManager and frees resources. |
void |
execute(ChangeLog changes)
Executes the operations passed with the given change log and modifies the
affected item states accordingly.
|
void |
execute(Operation operation)
Executes the given operation and modifies the affected item states accordingly.
|
void execute(Operation operation) throws javax.jcr.RepositoryException
operation
- javax.jcr.RepositoryException
void execute(ChangeLog changes) throws javax.jcr.RepositoryException
changes
- javax.jcr.RepositoryException
void dispose()
UpdatableItemStateManager
and frees resources.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.