java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.output.AbstractUnitRepresentation | |
↳ | com.pnfsoftware.jeb.core.output.UnitRepresentationAdapter |
A simple unit representation, always returning the document set at construction time. Unlike
AbstractTransientUnitRepresentation
, this class cannot act as a document factory.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UnitRepresentationAdapter(long id, String label, boolean defaultRepresentation, IGenericDocument doc)
Create the representation adapter.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | dispose() | ||||||||||
IGenericDocument | getDocument() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create the representation adapter.