org.openharmonise.rm.publishing |
Provides classes and interfaces to publish resources within the Harmonise framework to XML or any other format.
|
Java Source File Name | Type | Comment |
HarmoniseOutput.java | Class | An extension to XMLDocument which can hold the output
of the publication of resources specified by input HaRP and provides
some utility methods relevant to HaRP output. |
InvalidTemplateException.java | Class | Thrown when an invalid Template has been referenced
to publish a Publishable object. |
InvalidXMLElementException.java | Class | Thrown to indicate an invalid XML element has been found in the
publication process. |
PopulateDependencyException.java | Class | Thrown by methods to indicate that preconditions to the
current populate operation have not been fulfilled . |
Publishable.java | Interface | Interface to be implemented by objects which can be published
by WebPageEngine using a HaRP representation. |
PublishException.java | Class | Thrown if an error occurs while publishing a Publishable
object. |
PublishFilter.java | Interface | Interface implemented by a class which can control/filter the publication
of object data during the publication process. |
PublishLogEvent.java | Class | This class represents a publish event with in Harmonise. |
State.java | Class | This class provides an XML representation of a context with the process of
publishing content within the Harmonise framework. |
StateException.java | Class | Thrown to indicate an error in building a State object. |
WebPageEngine.java | Class | |
WebPageEngineCache.java | Class | Cache class for WebPageEngine objects. |
XMLFormErrorCodes.java | Class | Utility class holding error codes and messages used in publishing
Publishable objects. |