|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operation
Operation...
| Method Summary | |
|---|---|
void |
accept(OperationVisitor visitor)
Calls the appropriate visit method on visitor
based on the type of this operation. |
Collection |
getAffectedItemStates()
A collection of ItemStates that are affected by this operation. |
String |
getName()
Returns the name of this operation. |
void |
persisted()
Informs this Operation that it has been successfully executed. |
| Method Detail |
|---|
String getName()
this operation.
this operation.
void accept(OperationVisitor visitor)
throws RepositoryException,
ConstraintViolationException,
AccessDeniedException,
ItemExistsException,
NoSuchNodeTypeException,
UnsupportedRepositoryOperationException,
VersionException
visit method on visitor
based on the type of this operation.
visitor - the visitor to call back.
RepositoryException
ConstraintViolationException
AccessDeniedException
ItemExistsException
NoSuchNodeTypeException
UnsupportedRepositoryOperationException
VersionExceptionCollection getAffectedItemStates()
ItemStates that are affected by this operation.
ItemStates.void persisted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||