Package de.aeb.xnsg.docservice.bf
Class DocumentTemplateReferenceDTO
java.lang.Object
de.aeb.xnsg.docservice.bf.DocumentTemplateReferenceDTO
Represents a reference to a document templates which is known to the document service.
The template is identified by its name (file name incl. extension) and optionally
by a version and/or revision.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
processor
The document processor tag. The tag decides, which processor takes care of the document.If there is no processor registered and supported for the tag, a
DocumentServiceTaskException
is thrown. -
filename
The relative file name of the document template in the file system (without path). This name, together with the version, uniquely identifies a template resource. -
externalTag
The desired external tag of the document template. If filled, requests will assert that the document template is tagged with this value.
-
-
Constructor Details
-
DocumentTemplateReferenceDTO
public DocumentTemplateReferenceDTO() -
DocumentTemplateReferenceDTO
- Parameters:
processor
- required processor tag- See Also:
-