public interface DepotReferenceHolder extends DepotReferenceHolder, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
DepotReferenceHolder| Modifier and Type | Method and Description |
|---|---|
void |
addDepotReference(boolean idIsPersistent,
String id,
DepotReference depotReference)
Adds the specified element to the set of the values for the reference
depotReference. |
void |
addDepotReference(DepotReference depotReference)
Adds the specified element to the set of the values for the reference
depotReference using an implementation-specific, reassignable qualifier. |
void |
addDepotReference(String id,
DepotReference depotReference)
Adds the specified element to the set of the values for the reference
depotReference using a reassignable qualifier. |
DepotReference |
getDepotReference(boolean idIsPersistent,
String id)
Retrieves the value for the reference
depotReference for the specified qualifier attribute value. |
<T extends DepotReference> |
getDepotReference(DepotReferenceQuery query)
Retrieves the value for the reference
depotReference for the specified query. |
DepotReference |
getDepotReference(String id)
Retrieves the value for the reference
depotReference for the specified qualifier attribute value. |
getDepotReferencerefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends DepotReference> List<T> getDepotReference(DepotReferenceQuery query)
depotReference 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.DepotReference getDepotReference(boolean idIsPersistent, String id)
depotReference 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.DepotReference getDepotReference(String id)
depotReference for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getDepotReference(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addDepotReference(boolean idIsPersistent,
String id,
DepotReference depotReference)
depotReference.
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.depotReference - The element to be appended.void addDepotReference(String id, DepotReference depotReference)
depotReference 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.depotReference - The element to be appended.void addDepotReference(DepotReference depotReference)
depotReference using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
depotReference - 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.