|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementDefinition
Class ElementDefinition
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.ElementDefinition |
|---|
ElementDefinition.Identity |
| Method Summary | ||
|---|---|---|
void |
addAdditionalElementDefinition(boolean idIsPersistent,
String id,
AdditionalElementDefinition additionalElementDefinition)
Adds the specified element to the set of the values for the reference additionalElementDefinition. |
|
void |
addAlternateElementDefinition(boolean idIsPersistent,
String id,
AlternateElementDefinition alternateElementDefinition)
Adds the specified element to the set of the values for the reference alternateElementDefinition. |
|
|
getAdditionalElementDefinition(AdditionalElementDefinitionQuery query)
Retrieves the value for the reference additionalElementDefinition for the specified query. |
|
AdditionalElementDefinition |
getAdditionalElementDefinition(boolean idIsPersistent,
String id)
Retrieves the value for the reference additionalElementDefinition for the specified qualifier
attribute value. |
|
AdditionalElementDefinition |
getAdditionalElementDefinition(String id)
Retrieves the value for the reference additionalElementDefinition for the specified qualifier
attribute value. |
|
|
getAlternateElementDefinition(AlternateElementDefinitionQuery query)
Retrieves the value for the reference alternateElementDefinition for the specified query. |
|
AlternateElementDefinition |
getAlternateElementDefinition(boolean idIsPersistent,
String id)
Retrieves the value for the reference alternateElementDefinition for the specified qualifier
attribute value. |
|
AlternateElementDefinition |
getAlternateElementDefinition(String id)
Retrieves the value for the reference alternateElementDefinition for the specified qualifier
attribute value. |
|
| Methods inherited from interface org.openmdx.ui1.cci2.ElementDefinition |
|---|
addAdditionalElementDefinition, addAlternateElementDefinition, getAdditionalElementDefinition, getAlternateElementDefinition, isActive, setActive |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.jmi1.ViewCapable |
|---|
getView, getView, getView |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| 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 |
| Methods inherited from interface org.openmdx.ui1.jmi1.AbstractElementDefinition |
|---|
getDisplayValueExpr, getEventHandler, getLabel, getMemberDefaultValue, getMemberElementName, getMemberMimeType, getOrder, getOrderFieldGroup, getOrderObjectContainer, getShortLabel, getToolTip, setDisplayValueExpr, setEventHandler, setLabel, setMemberDefaultValue, setMemberElementName, setMemberMimeType, setOrder, setOrderFieldGroup, setOrderObjectContainer, setShortLabel, setToolTip |
| Method Detail |
|---|
<T extends AdditionalElementDefinition> List<T> getAdditionalElementDefinition(AdditionalElementDefinitionQuery query)
additionalElementDefinition 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.
AdditionalElementDefinition getAdditionalElementDefinition(boolean idIsPersistent,
String id)
additionalElementDefinition for the specified qualifier
attribute value.
getAdditionalElementDefinition in interface ElementDefinitionidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
AdditionalElementDefinition getAdditionalElementDefinition(String id)
additionalElementDefinition for the specified qualifier
attribute value.
This method is equivalent to the preferred invocation
getAdditionalElementDefinition(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addAdditionalElementDefinition(boolean idIsPersistent,
String id,
AdditionalElementDefinition additionalElementDefinition)
additionalElementDefinition.
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.additionalElementDefinition - The element to be appended.<T extends AlternateElementDefinition> List<T> getAlternateElementDefinition(AlternateElementDefinitionQuery query)
alternateElementDefinition 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.
AlternateElementDefinition getAlternateElementDefinition(boolean idIsPersistent,
String id)
alternateElementDefinition for the specified qualifier
attribute value.
getAlternateElementDefinition in interface ElementDefinitionidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
AlternateElementDefinition getAlternateElementDefinition(String id)
alternateElementDefinition for the specified qualifier
attribute value.
This method is equivalent to the preferred invocation
getAlternateElementDefinition(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addAlternateElementDefinition(boolean idIsPersistent,
String id,
AlternateElementDefinition alternateElementDefinition)
alternateElementDefinition.
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.alternateElementDefinition - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||