Uses of Interface
org.openehr.schemas.v1.AUDITDETAILS
-
Packages that use AUDITDETAILS Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of AUDITDETAILS in org.openehr.schemas.v1
Subinterfaces of AUDITDETAILS in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceATTESTATIONAn XML ATTESTATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return AUDITDETAILS Modifier and Type Method Description AUDITDETAILSREVISIONHISTORYITEM. addNewAudits()Appends and returns a new empty value (as xml) as the last "audits" elementAUDITDETAILSVERSION. addNewCommitAudit()Appends and returns a new empty "commit_audit" elementAUDITDETAILS[]REVISIONHISTORYITEM. getAuditsArray()Gets array of all "audits" elementsAUDITDETAILSREVISIONHISTORYITEM. getAuditsArray(int i)Gets ith "audits" elementAUDITDETAILSVERSION. getCommitAudit()Gets the "commit_audit" elementAUDITDETAILSREVISIONHISTORYITEM. insertNewAudits(int i)Inserts and returns a new empty value (as xml) as the ith "audits" elementstatic AUDITDETAILSAUDITDETAILS.Factory. newInstance()static AUDITDETAILSAUDITDETAILS.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(File file)static AUDITDETAILSAUDITDETAILS.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(InputStream is)static AUDITDETAILSAUDITDETAILS.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(Reader r)static AUDITDETAILSAUDITDETAILS.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(String xmlAsString)static AUDITDETAILSAUDITDETAILS.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(URL u)static AUDITDETAILSAUDITDETAILS.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(XMLStreamReader sr)static AUDITDETAILSAUDITDETAILS.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AUDITDETAILSAUDITDETAILS.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AUDITDETAILSAUDITDETAILS.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AUDITDETAILSAUDITDETAILS.Factory. parse(Node node)static AUDITDETAILSAUDITDETAILS.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type AUDITDETAILS Modifier and Type Method Description voidREVISIONHISTORYITEM. setAuditsArray(int i, AUDITDETAILS audits)Sets ith "audits" elementvoidREVISIONHISTORYITEM. setAuditsArray(AUDITDETAILS[] auditsArray)Sets array of all "audits" elementvoidVERSION. setCommitAudit(AUDITDETAILS commitAudit)Sets the "commit_audit" element -
Uses of AUDITDETAILS in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement AUDITDETAILS Modifier and Type Class Description classATTESTATIONImplAn XML ATTESTATION(@http://schemas.openehr.org/v1).classAUDITDETAILSImplAn XML AUDIT_DETAILS(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return AUDITDETAILS Modifier and Type Method Description AUDITDETAILSREVISIONHISTORYITEMImpl. addNewAudits()Appends and returns a new empty value (as xml) as the last "audits" elementAUDITDETAILSVERSIONImpl. addNewCommitAudit()Appends and returns a new empty "commit_audit" elementAUDITDETAILS[]REVISIONHISTORYITEMImpl. getAuditsArray()Gets array of all "audits" elementsAUDITDETAILSREVISIONHISTORYITEMImpl. getAuditsArray(int i)Gets ith "audits" elementAUDITDETAILSVERSIONImpl. getCommitAudit()Gets the "commit_audit" elementAUDITDETAILSREVISIONHISTORYITEMImpl. insertNewAudits(int i)Inserts and returns a new empty value (as xml) as the ith "audits" elementMethods in org.openehr.schemas.v1.impl with parameters of type AUDITDETAILS Modifier and Type Method Description voidREVISIONHISTORYITEMImpl. setAuditsArray(int i, AUDITDETAILS audits)Sets ith "audits" elementvoidREVISIONHISTORYITEMImpl. setAuditsArray(AUDITDETAILS[] auditsArray)Sets array of all "audits" elementvoidVERSIONImpl. setCommitAudit(AUDITDETAILS commitAudit)Sets the "commit_audit" element
-