org.openharmonise.rm.resources.content |
Provides classes and interfaces to manage content based resources, such as documents and assets, held within the Harmonise framework.
|
Java Source File Name | Type | Comment |
Asset.java | Class | The Asset class represents Harmonise resources which
reside on the local file system instead of in the database. |
AssetException.java | Class | An exception thrown when an error occurs with the handling of an asset. |
Document.java | Class | The Document class represents a content XML document resource
which generally conform the Harmonise document XML schema. |
DocumentNotFoundException.java | Class | Thrown to indicate that an identified Document was not found
within the system. |
Section.java | Class | Parent object to allow hierarchies of Document and
Asset objects. |
SectionNotFoundException.java | Class | |
TextResource.java | Class | General abstract class to represent plain text resources within Harmonise. |