|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Segment
Class Segment
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment |
|---|
Segment.Identity |
| Method Summary | ||
|---|---|---|
void |
addValueContainer(boolean nameIsPersistent,
String name,
CodeValueContainer valueContainer)
Adds the specified element to the set of the values for the reference valueContainer. |
|
void |
addValueContainer(CodeValueContainer valueContainer)
Adds the specified element to the set of the values for the reference valueContainer using an implementation-specific, reassignable qualifier. |
|
void |
addValueContainer(String name,
CodeValueContainer valueContainer)
Adds the specified element to the set of the values for the reference valueContainer using a reassignable qualifier. |
|
CodeValueContainer |
getValueContainer(boolean nameIsPersistent,
String name)
Retrieves the value for the reference valueContainer for the specified qualifier attribute value. |
|
|
getValueContainer(CodeValueContainerQuery query)
Retrieves the value for the reference valueContainer for the specified query. |
|
CodeValueContainer |
getValueContainer(String name)
Retrieves the value for the reference valueContainer for the specified qualifier attribute value. |
|
| Methods inherited from interface org.opencrx.kernel.code1.cci2.Segment |
|---|
getValueContainer |
| Methods inherited from interface org.openmdx.base.jmi1.Segment |
|---|
getExtent, getExtent, getExtent, getProvider |
| Methods inherited from interface org.openmdx.base.cci2.Segment |
|---|
getDescription, getExtent, setDescription |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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.opencrx.kernel.base.jmi1.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter |
|---|
exportItem, exportItemAdvanced |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
| Method Detail |
|---|
<T extends CodeValueContainer> List<T> getValueContainer(CodeValueContainerQuery query)
valueContainer 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.
CodeValueContainer getValueContainer(boolean nameIsPersistent,
String name)
valueContainer for the specified qualifier attribute value.
nameIsPersistent - Defines whether value for the qualifier is persistent or notname - The value for the qualifier attribute that qualifies this reference.
CodeValueContainer getValueContainer(String name)
valueContainer for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getValueContainer(false,name).
name - The value for the qualifier attribute that qualifies this reference.
void addValueContainer(boolean nameIsPersistent,
String name,
CodeValueContainer valueContainer)
valueContainer.
Note: This is an extension to the JMI 1 standard.
nameIsPersistent - true if name is persistentname - The qualifier attribute value that qualifies the reference to get the element to be appended.valueContainer - The element to be appended.
void addValueContainer(String name,
CodeValueContainer valueContainer)
valueContainer using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
name - The qualifier attribute value that qualifies the reference to get the element to be appended.valueContainer - The element to be appended.void addValueContainer(CodeValueContainer valueContainer)
valueContainer using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
valueContainer - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||