org.openharmonise.rm.resources.lifecycle |
|
Java Source File Name | Type | Comment |
Editable.java | Interface | The Editable interface provides for objects which can be edited
within a versioning system. |
EditEvent.java | Class | EditEvent is used to notify interested parties that an
edit operation has been performed on the event source. |
EditEventListener.java | Interface | Listener for EditEvent s. |
EditException.java | Class | Thrown by classes implementing the Editable interface
to indicate an error in the execution of the edit action. |
InvalidLockOwnerException.java | Class | Thrown to indicate that a user is not own the necessary lock
to perform the requested edit operation. |
Status.java | Class | Typesafe enum class which holds valid status values. |
StatusChangeNotAllowedException.java | Class | Thrown to indicate that a change of status is not allowed
on a resource. |