Uses of Interface
org.openehr.schemas.v1.AUDITDETAILS
Packages that use AUDITDETAILS
-
Uses of AUDITDETAILS in org.openehr.schemas.v1
Subinterfaces of AUDITDETAILS in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML ATTESTATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return AUDITDETAILSModifier and TypeMethodDescriptionREVISIONHISTORYITEM.addNewAudits()Appends and returns a new empty value (as xml) as the last "audits" elementVERSION.addNewCommitAudit()Appends and returns a new empty "commit_audit" elementREVISIONHISTORYITEM.getAuditsArray()Gets array of all "audits" elementsREVISIONHISTORYITEM.getAuditsArray(int i) Gets ith "audits" elementVERSION.getCommitAudit()Gets the "commit_audit" elementREVISIONHISTORYITEM.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 AUDITDETAILSstatic AUDITDETAILSstatic AUDITDETAILSAUDITDETAILS.Factory.parse(InputStream is) static AUDITDETAILSAUDITDETAILS.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static AUDITDETAILSstatic AUDITDETAILSstatic AUDITDETAILSstatic AUDITDETAILSstatic AUDITDETAILSstatic AUDITDETAILSstatic 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.static AUDITDETAILSAUDITDETAILS.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic AUDITDETAILSstatic AUDITDETAILSMethods in org.openehr.schemas.v1 with parameters of type AUDITDETAILSModifier and TypeMethodDescriptionvoidREVISIONHISTORYITEM.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 AUDITDETAILSModifier and TypeClassDescriptionclassAn XML ATTESTATION(@http://schemas.openehr.org/v1).classAn XML AUDIT_DETAILS(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return AUDITDETAILSModifier and TypeMethodDescriptionREVISIONHISTORYITEMImpl.addNewAudits()Appends and returns a new empty value (as xml) as the last "audits" elementVERSIONImpl.addNewCommitAudit()Appends and returns a new empty "commit_audit" elementREVISIONHISTORYITEMImpl.getAuditsArray()Gets array of all "audits" elementsREVISIONHISTORYITEMImpl.getAuditsArray(int i) Gets ith "audits" elementVERSIONImpl.getCommitAudit()Gets the "commit_audit" elementREVISIONHISTORYITEMImpl.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 AUDITDETAILSModifier and TypeMethodDescriptionvoidREVISIONHISTORYITEMImpl.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
XMLInputStream