public interface AbstractFilterDocument extends AbstractFilterDocument, AbstractFilter
AbstractFilterDocument| Modifier and Type | Method and Description |
|---|---|
void |
addFilteredDocument(boolean idIsPersistent,
String id,
Document filteredDocument)
Adds the specified element to the set of the values for the reference
filteredDocument. |
void |
addFilteredDocument(Document filteredDocument)
Adds the specified element to the set of the values for the reference
filteredDocument using an implementation-specific, reassignable qualifier. |
void |
addFilteredDocument(String id,
Document filteredDocument)
Adds the specified element to the set of the values for the reference
filteredDocument using a reassignable qualifier. |
void |
addFilterProperty(boolean idIsPersistent,
String id,
DocumentFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty. |
void |
addFilterProperty(DocumentFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty using an implementation-specific, reassignable qualifier. |
void |
addFilterProperty(String id,
DocumentFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty using a reassignable qualifier. |
CountFilteredObjectsResult |
countFilteredDocument() |
Document |
getFilteredDocument(boolean idIsPersistent,
String id)
Retrieves the value for the reference
filteredDocument for the specified qualifier attribute value. |
<T extends Document> |
getFilteredDocument(DocumentQuery query)
Retrieves the value for the reference
filteredDocument for the specified query. |
Document |
getFilteredDocument(String id)
Retrieves the value for the reference
filteredDocument for the specified qualifier attribute value. |
DocumentFilterProperty |
getFilterProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference
filterProperty for the specified qualifier attribute value. |
<T extends DocumentFilterProperty> |
getFilterProperty(DocumentFilterPropertyQuery query)
Retrieves the value for the reference
filterProperty for the specified query. |
DocumentFilterProperty |
getFilterProperty(String id)
Retrieves the value for the reference
filterProperty for the specified qualifier attribute value. |
getFilteredDocument, getFilterPropertyrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeCountFilteredObjectsResult countFilteredDocument()
countFilteredDocument in interface AbstractFilterDocument<T extends DocumentFilterProperty> List<T> getFilterProperty(DocumentFilterPropertyQuery query)
filterProperty for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.DocumentFilterProperty getFilterProperty(boolean idIsPersistent, String id)
filterProperty for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.DocumentFilterProperty getFilterProperty(String id)
filterProperty for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilterProperty(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addFilterProperty(boolean idIsPersistent,
String id,
DocumentFilterProperty filterProperty)
filterProperty.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.filterProperty - The element to be appended.void addFilterProperty(String id, DocumentFilterProperty filterProperty)
filterProperty using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.filterProperty - The element to be appended.void addFilterProperty(DocumentFilterProperty filterProperty)
filterProperty using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
filterProperty - The element to be appended.<T extends Document> List<T> getFilteredDocument(DocumentQuery query)
filteredDocument for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.Document getFilteredDocument(boolean idIsPersistent, String id)
filteredDocument for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.Document getFilteredDocument(String id)
filteredDocument for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilteredDocument(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addFilteredDocument(boolean idIsPersistent,
String id,
Document filteredDocument)
filteredDocument.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.filteredDocument - The element to be appended.void addFilteredDocument(String id, Document filteredDocument)
filteredDocument using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.filteredDocument - The element to be appended.void addFilteredDocument(Document filteredDocument)
filteredDocument using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
filteredDocument - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.