DynamicPDF by ceTe Software

com.cete.dynamicpdf.xmp
Class BasicJobTicketSchema

java.lang.Object
  extended by com.cete.dynamicpdf.xmp.XmpSchema
      extended by com.cete.dynamicpdf.xmp.BasicJobTicketSchema

public class BasicJobTicketSchema
extends XmpSchema

Class represents XMP Basic Job Ticket Schema. The following schema describes very simple workflow or job information.

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:

View Example


Constructor Summary
BasicJobTicketSchema()
          Initializes a new instance of the BasicJobTicketSchema class.
 
Method Summary
protected  void draw(XmpWriter xwriter)
          Draws the Basic Job Ticket Schema to the given XmpWriter object.
 XmpJob getJobRef()
          Sets, references an external job management file for a job process in which the document is being used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicJobTicketSchema

public BasicJobTicketSchema()
Initializes a new instance of the BasicJobTicketSchema class.

Method Detail

getJobRef

public XmpJob getJobRef()

Sets, references an external job management file for a job process in which the document is being used. Use of job names is under user control. Typical use would be to identify all documents that are part of a particular job or contract. There are multiple values because there can be more than one job using a particular document at any time, and it can also be useful to keep historical information about what jobs a document was part of previously.

Returns:
the XmpJob data type to set the JobRef property value.
See Also:
XmpJob

draw

protected void draw(XmpWriter xwriter)

Draws the Basic Job Ticket Schema to the given XmpWriter object.

Specified by:
draw in class XmpSchema
Parameters:
xwriter - XmpWriter object to receive the Basic Job Ticket Schema's output.
See Also:
XmpWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software