|
virtual void | setOwner (IDOMJobTkOwnerPtr &ptrOwner)=0 |
| Sets the owner node, that is, the level of the DOMtree with which the JobTicket is associated.
|
|
virtual IDOMJobTkOwnerPtr | getOwner () const =0 |
| Retrieves the owner node, that is, the level of the DOMtree with which the JobTicket is associated.
|
|
virtual void | setContent (const IDOMJobTkContentPtr &ptrContent)=0 |
| Sets the JobTicket content node.
|
|
virtual IDOMJobTkContentPtr | getContent () const =0 |
| Retrieves the JobTicket content node.
|
|
virtual IDOMJobTkNodePtr | findChild (IDOMJobTkNode::eDOMJobTkNodeType nodeType, const EDLString &name, const EDLSysString &nmspace)=0 |
| Searches through the node's direct child set for the node type, name and namespace matching the information provided.
|
|
virtual IDOMJobTkNodePtr | findChild (IDOMJobTkNode::eDOMJobTkNodeType nodeType, const EDLQName &qname)=0 |
| Searches through the node's direct child set for the node type and qname matching the information provided.
|
|
virtual bool | getCombinedContent (IDOMJobTkContentPtr &ptrCombinedContent, bool addDefaultJobTk=false)=0 |
| Generate combined JobTicket content. Combined content is generated by combining the current JobTicket with all upper level JobTickets.
|
|
virtual const CClassID & | getClassID () const =0 |
| Returns class ID of IEDLObject.
|
|
virtual bool | init (CClassParams *pData) |
| The init() method is called to perform any post-construction initialization of an IEDLObject that has been created by the EDL class factory, before it is actually returned by the factory.
|
|
virtual bool | clone (IEDLObjectPtr &ptrObject, IEDLClassFactory *pFactory) |
| Create a copy of EDLObject.
|
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
|
Represents an EDL JobTicket.
EDL JobTickets provide user intent and device configuration information to printers. JobTickets can be attached only to DocumentSequence, FixedDocument and FixedPage nodes. JobTickets can provide override settings to be used when printing the node to which they are attached.