Package de.aeb.xnsg.docservice.bf
Class NiceLabelDocumentServiceTemplateDTO
java.lang.Object
de.aeb.xnsg.documentcore.bf.DocumentTemplateDTO
de.aeb.xnsg.documentcore.bf.NiceLabelDocumentTemplateDTO
de.aeb.xnsg.docservice.bf.NiceLabelDocumentServiceTemplateDTO
An empty implementation of DocumentTemplateDTO, with predefined constants for
the NICELABEL processor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOverrides the default content variant of a document.static final StringReturn the predefined example XMLs of a document template (plain list of UTF8 strings, one name per line).static final StringReturn the data schema definition (proprietary format DocumentTemplateSchemaDTO).Fields inherited from class de.aeb.xnsg.documentcore.bf.NiceLabelDocumentTemplateDTO
FORMAT_PDF, FORMAT_PRN, PARAM_DEVMODE, PARAM_JOBNAME, PARAM_PRINTDARKNESS, PARAM_PRINTERNAME, PARAM_PRINTOFFSETX, PARAM_PRINTOFFSETY, PARAM_PRINTSPEED, PARSE_QUERY_EXAMPLE_XML, PARSE_QUERY_XSD, PROCESSORFields inherited from class de.aeb.xnsg.documentcore.bf.DocumentTemplateDTO
content, filename, hashvalue, processor -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARSE_QUERY_EXAMPLE_XMLS
Return the predefined example XMLs of a document template (plain list of UTF8 strings, one name per line). Each line, including the last one, is delimited by the system line separator. These example XMLs are resources of a bundle and must be manually added. To return a specific example XML from that list the NiceLabelDocumentTemplateDTO.PARSE_QUERY_EXAMPLE_XML can be extended by a '?' and the name of the XML:query="XML?some-known-example.xml"To determine a generic example XML the parse command NiceLabelDocumentTemplateDTO.PARSE_QUERY_EXAMPLE_XML can be used.- See Also:
-
PARSE_QUERY_SCHEMA_DTO
Return the data schema definition (proprietary format DocumentTemplateSchemaDTO).- See Also:
-
PARAM_CONTENT_VARIANT
Overrides the default content variant of a document. Documents can be be stored in the engine for a certain amount of time. It's contents are distinguished by the content variant. Overriding is only supported for documents, which are stored in the engine.- See Also:
-
-
Constructor Details
-
NiceLabelDocumentServiceTemplateDTO
public NiceLabelDocumentServiceTemplateDTO()
-