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 RepositoryException
operation
- RepositoryException
void execute(ChangeLog changes) throws RepositoryException
changes
- RepositoryException
void dispose()
UpdatableItemStateManager
and frees resources.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.