|
||||||||||
| 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 |
addUom(boolean idIsPersistent,
String id,
Uom uom)
Adds the specified element to the set of the values for the reference uom. |
|
void |
addUom(String id,
Uom uom)
Adds the specified element to the set of the values for the reference uom using a reassignable qualifier. |
|
void |
addUom(Uom uom)
Adds the specified element to the set of the values for the reference uom using an implementation-specific, reassignable qualifier. |
|
void |
addUomSchedule(boolean idIsPersistent,
String id,
UomSchedule uomSchedule)
Adds the specified element to the set of the values for the reference uomSchedule. |
|
void |
addUomSchedule(String id,
UomSchedule uomSchedule)
Adds the specified element to the set of the values for the reference uomSchedule using a reassignable qualifier. |
|
void |
addUomSchedule(UomSchedule uomSchedule)
Adds the specified element to the set of the values for the reference uomSchedule using an implementation-specific, reassignable qualifier. |
|
Uom |
getUom(boolean idIsPersistent,
String id)
Retrieves the value for the reference uom for the specified qualifier attribute value. |
|
Uom |
getUom(String id)
Retrieves the value for the reference uom for the specified qualifier attribute value. |
|
|
getUom(UomQuery query)
Retrieves the value for the reference uom for the specified query. |
|
UomSchedule |
getUomSchedule(boolean idIsPersistent,
String id)
Retrieves the value for the reference uomSchedule for the specified qualifier attribute value. |
|
UomSchedule |
getUomSchedule(String id)
Retrieves the value for the reference uomSchedule for the specified qualifier attribute value. |
|
|
getUomSchedule(UomScheduleQuery query)
Retrieves the value for the reference uomSchedule for the specified query. |
|
| Methods inherited from interface org.opencrx.kernel.uom1.cci2.Segment |
|---|
getUom, getUomSchedule |
| 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, 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 Uom> List<T> getUom(UomQuery query)
uom 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.
Uom getUom(boolean idIsPersistent,
String id)
uom 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.
Uom getUom(String id)
uom for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getUom(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addUom(boolean idIsPersistent,
String id,
Uom uom)
uom.
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.uom - The element to be appended.
void addUom(String id,
Uom uom)
uom 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.uom - The element to be appended.void addUom(Uom uom)
uom using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
uom - The element to be appended.<T extends UomSchedule> List<T> getUomSchedule(UomScheduleQuery query)
uomSchedule 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.
UomSchedule getUomSchedule(boolean idIsPersistent,
String id)
uomSchedule 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.
UomSchedule getUomSchedule(String id)
uomSchedule for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getUomSchedule(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addUomSchedule(boolean idIsPersistent,
String id,
UomSchedule uomSchedule)
uomSchedule.
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.uomSchedule - The element to be appended.
void addUomSchedule(String id,
UomSchedule uomSchedule)
uomSchedule 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.uomSchedule - The element to be appended.void addUomSchedule(UomSchedule uomSchedule)
uomSchedule using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
uomSchedule - The element to be appended.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||