|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.xmp.XmpSchema com.cete.dynamicpdf.xmp.BasicJobTicketSchema
public class BasicJobTicketSchema
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:
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 |
---|
public BasicJobTicketSchema()
BasicJobTicketSchema
class.
Method Detail |
---|
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.
XmpJob
data type to set the JobRef property value.XmpJob
protected void draw(XmpWriter xwriter)
Draws the Basic Job Ticket Schema to the given XmpWriter
object.
draw
in class XmpSchema
xwriter
- XmpWriter
object to receive the
Basic Job Ticket Schema's output.XmpWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |