public interface AbstractFilterContract extends AbstractFilterContract, AbstractFilter
AbstractFilterContract
isFrozen
| Modifier and Type | Method and Description |
|---|---|
void |
addFilterProperty(boolean idIsPersistent,
String id,
ContractFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty. |
void |
addFilterProperty(ContractFilterProperty 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,
ContractFilterProperty filterProperty)
Adds the specified element to the set of the values for the reference
filterProperty using a reassignable qualifier. |
CountFilteredObjectsResult |
countFilteredContract() |
<T extends AbstractContract> |
getFilteredContract(AbstractContractQuery query)
Retrieves the value for the reference
filteredContract for the specified query. |
AbstractContract |
getFilteredContract(boolean idIsPersistent,
String id)
Retrieves the value for the reference
filteredContract for the specified qualifier attribute value. |
AbstractContract |
getFilteredContract(String id)
Retrieves the value for the reference
filteredContract for the specified qualifier attribute value. |
ContractFilterProperty |
getFilterProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference
filterProperty for the specified qualifier attribute value. |
<T extends ContractFilterProperty> |
getFilterProperty(ContractFilterPropertyQuery query)
Retrieves the value for the reference
filterProperty for the specified query. |
ContractFilterProperty |
getFilterProperty(String id)
Retrieves the value for the reference
filterProperty for the specified qualifier attribute value. |
getFilteredContract, getFilterPropertyrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeCountFilteredObjectsResult countFilteredContract()
countFilteredContract in interface AbstractFilterContract<T extends ContractFilterProperty> List<T> getFilterProperty(ContractFilterPropertyQuery 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.ContractFilterProperty 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.ContractFilterProperty 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,
ContractFilterProperty 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, ContractFilterProperty 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(ContractFilterProperty 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 AbstractContract> List<T> getFilteredContract(AbstractContractQuery query)
filteredContract 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.AbstractContract getFilteredContract(boolean idIsPersistent, String id)
filteredContract 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.AbstractContract getFilteredContract(String id)
filteredContract for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFilteredContract(false,id).
id - The value for the qualifier attribute that qualifies this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.