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