org.openharmonise.rm.resources |
|
Java Source File Name | Type | Comment |
AbstractChildObject.java | Class | Abstract class that provides the necessary functionality for objects
which can be children in a parent-child relationship within Harmonise. |
AbstractEditableObject.java | Class | AbstractEditableObject is the abstract implementation of the Editable
interface for objects within Harmonise. |
AbstractObject.java | Class | The abstract class for the core objects of Harmonise, handling the very basic data handling for data such as
system identifiers, name and summary and incorporating core functionality to be built on
by implementing classes. |
AbstractParentObject.java | Class | Abstract class that provides the necessary functionality for objects
which can be parents in a parent-child relationship within Harmonise. |
AbstractProfiledObject.java | Class | Abstract class which adds metadata functionality to the
AbstractEditableObject class. |
InvalidChildException.java | Class | Thrown by AbstractParentObject to indicate that referenced
object is an invalid child. |
InvalidIdException.java | Class | Thrown by methods to indicate an invalid object id has been referenced. |
InvalidNameException.java | Class | |
InvalidParentException.java | Class | Thrown by a method to indicate that a invalid AbstractParentObject
has been referenced. |