|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Provider
Class Provider
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Provider |
|---|
Provider.Identity |
| Method Summary | ||
|---|---|---|
void |
addSegment(boolean qualifiedNameIsPersistent,
String qualifiedName,
Segment segment)
Adds the specified element to the set of the values for the reference segment. |
|
Authority |
getAuthority()
Retrieves the value for the reference authority. |
|
Segment |
getSegment(boolean qualifiedNameIsPersistent,
String qualifiedName)
Retrieves the value for the reference segment for the
specified qualifier attribute value. |
|
|
getSegment(SegmentQuery query)
Retrieves the value for the reference segment for the
specified query. |
|
Segment |
getSegment(String qualifiedName)
Retrieves the value for the reference segment for the
specified qualifier attribute value. |
|
| Methods inherited from interface org.openmdx.base.cci2.Provider |
|---|
addSegment, getSegment |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
Authority getAuthority()
authority.
getAuthority in interface Providernull value for this reference.<T extends Segment> List<T> getSegment(SegmentQuery query)
segment for the
specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
Segment getSegment(boolean qualifiedNameIsPersistent,
String qualifiedName)
segment for the
specified qualifier attribute value.
getSegment in interface ProviderqualifiedNameIsPersistent - Defines whether value for the qualifier is persistent or notqualifiedName - The value for the qualifier attribute that qualifies this reference.
Segment getSegment(String qualifiedName)
segment for the
specified qualifier attribute value.
This method is equivalent to the preferred invocation
getSegment(false,qualifiedName).
qualifiedName - The value for the qualifier attribute that qualifies this reference.
void addSegment(boolean qualifiedNameIsPersistent,
String qualifiedName,
Segment segment)
segment.
Note: This is an extension to the JMI 1 standard.
qualifiedNameIsPersistent - true if qualifiedName is persistentqualifiedName - The qualifier attribute value that qualifies the reference to get the element to be appended.segment - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||