Uses of Interface
org.opencrx.kernel.document1.jmi1.DocumentAttachment

Packages that use DocumentAttachment
org.opencrx.kernel.document1.jmi1   
 

Uses of DocumentAttachment in org.opencrx.kernel.document1.jmi1
 

Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type DocumentAttachment
<T extends DocumentAttachment>
List<T>
Document.getAttachment(DocumentAttachmentQuery query)
          Retrieves the value for the reference attachment for the specified query.
 

Methods in org.opencrx.kernel.document1.jmi1 that return DocumentAttachment
 DocumentAttachment DocumentAttachmentClass.createDocumentAttachment()
          Creates an instance of class DocumentAttachment.
 DocumentAttachment Document.getAttachment(boolean idIsPersistent, String id)
          Retrieves the value for the reference attachment for the specified qualifier attribute value.
 DocumentAttachment Document.getAttachment(String id)
          Retrieves the value for the reference attachment for the specified qualifier attribute value.
 DocumentAttachment DocumentAttachmentClass.getDocumentAttachment(Object object)
          Creates an instance of class DocumentAttachment based on the specified Object instance.
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentAttachment
 void Document.addAttachment(boolean idIsPersistent, String id, DocumentAttachment attachment)
          Adds the specified element to the set of the values for the reference attachment.
 void Document.addAttachment(String id, DocumentAttachment attachment)
          Adds the specified element to the set of the values for the reference attachment using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.