Class JDFAutoResourceAudit

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Comparator<JDFAudit>, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFResourceAudit

    public abstract class JDFAutoResourceAudit
    extends JDFAudit
    class JDFAutoResourceAudit : public JDFAudit
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoResourceAudit

        protected JDFAutoResourceAudit​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                       java.lang.String qualifiedName)
        Constructor for JDFAutoResourceAudit
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoResourceAudit

        protected JDFAutoResourceAudit​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                       java.lang.String myNamespaceURI,
                                       java.lang.String qualifiedName)
        Constructor for JDFAutoResourceAudit
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoResourceAudit

        protected JDFAutoResourceAudit​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                       java.lang.String myNamespaceURI,
                                       java.lang.String qualifiedName,
                                       java.lang.String myLocalName)
        Constructor for JDFAutoResourceAudit
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setContentsModified

        public void setContentsModified​(boolean value)
        (36) set attribute ContentsModified
        Parameters:
        value - the value to set the attribute to
      • getContentsModified

        public boolean getContentsModified()
        (18) get boolean attribute ContentsModified
        Returns:
        boolean the value of the attribute
      • setNodeStatus

        public void setNodeStatus​(JDFElement.EnumNodeStatus enumVar)
        (5) set attribute NodeStatus
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getNodeStatus

        public JDFElement.EnumNodeStatus getNodeStatus()
        (9) get attribute NodeStatus
        Returns:
        the value of the attribute
      • setReason

        public void setReason​(JDFAutoResourceAudit.EnumReason enumVar)
        (5) set attribute Reason
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getEmployee

        public JDFEmployee getEmployee()
        (24) const get element Employee
        Returns:
        JDFEmployee the element
      • getCreateEmployee

        public JDFEmployee getCreateEmployee()
        (25) getCreateEmployee
        Returns:
        JDFEmployee the element
      • getCreateEmployee

        public JDFEmployee getCreateEmployee​(int iSkip)
        (26) getCreateEmployee
        Overrides:
        getCreateEmployee in class JDFAudit
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFEmployee the element
      • getEmployee

        public JDFEmployee getEmployee​(int iSkip)
        (27) const get element Employee
        Overrides:
        getEmployee in class JDFAudit
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFEmployee the element default is getEmployee(0)
      • getAllEmployee

        public java.util.Collection<JDFEmployee> getAllEmployee()
        Get all Employee from the current element
        Overrides:
        getAllEmployee in class JDFAudit
        Returns:
        Collection, null if none are available
      • getMISDetails

        public JDFMISDetails getMISDetails()
        (24) const get element MISDetails
        Returns:
        JDFMISDetails the element
      • getCreateMISDetails

        public JDFMISDetails getCreateMISDetails()
        (25) getCreateMISDetails
        Returns:
        JDFMISDetails the element
      • appendMISDetails

        public JDFMISDetails appendMISDetails()
        (29) append element MISDetails
        Returns:
        JDFMISDetails the element @ if the element already exists
      • getPart

        public JDFPart getPart()
        (24) const get element Part
        Returns:
        JDFPart the element
      • getCreatePart

        public JDFPart getCreatePart()
        (25) getCreatePart
        Returns:
        JDFPart the element
      • getCreatePart

        public JDFPart getCreatePart​(int iSkip)
        (26) getCreatePart
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element
      • getPart

        public JDFPart getPart​(int iSkip)
        (27) const get element Part
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element default is getPart(0)
      • getAllPart

        public java.util.Collection<JDFPart> getAllPart()
        Get all Part from the current element
        Returns:
        Collection, null if none are available
      • appendPart

        public JDFPart appendPart()
        (30) append element Part
        Returns:
        JDFPart the element