|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeValueContainer
Class CodeValueContainer
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.opencrx.kernel.code1.cci2.CodeValueContainer |
---|
CodeValueContainer.Identity |
Method Summary | ||
---|---|---|
void |
addEntry(AbstractEntry entry)
Adds the specified element to the set of the values for the reference entry using an implementation-specific, reassignable qualifier. |
|
void |
addEntry(boolean codeIsPersistent,
String code,
AbstractEntry entry)
Adds the specified element to the set of the values for the reference entry . |
|
void |
addEntry(String code,
AbstractEntry entry)
Adds the specified element to the set of the values for the reference entry using a reassignable qualifier. |
|
|
getEntry(AbstractEntryQuery query)
Retrieves the value for the reference entry for the specified query. |
|
AbstractEntry |
getEntry(boolean codeIsPersistent,
String code)
Retrieves the value for the reference entry for the specified qualifier attribute value. |
|
AbstractEntry |
getEntry(String code)
Retrieves the value for the reference entry for the specified qualifier attribute value. |
|
Set<String> |
getName()
Retrieves a set containing all the elements for the attribute name . |
|
void |
setName(Set<String> name)
Clears name and adds the members of the given Set. |
Methods inherited from interface org.opencrx.kernel.code1.cci2.CodeValueContainer |
---|
getEntry, setName |
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 |
Methods inherited from interface org.openmdx.base.jmi1.Creatable |
---|
getCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.Creatable |
---|
getCreatedAt |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
---|
getIdentity |
Methods inherited from interface org.openmdx.base.jmi1.Modifiable |
---|
getModifiedBy |
Methods inherited from interface org.openmdx.base.cci2.Modifiable |
---|
getModifiedAt |
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 |
Method Detail |
---|
<T extends AbstractEntry> List<T> getEntry(AbstractEntryQuery query)
entry
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
.AbstractEntry getEntry(boolean codeIsPersistent, String code)
entry
for the specified qualifier attribute value.
codeIsPersistent
- Defines whether value for the qualifier is persistent or notcode
- The value for the qualifier attribute that qualifies this reference.
AbstractEntry getEntry(String code)
entry
for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getEntry(false,code)
.
code
- The value for the qualifier attribute that qualifies this reference.
void addEntry(boolean codeIsPersistent, String code, AbstractEntry entry)
entry
.
Note: This is an extension to the JMI 1 standard.
codeIsPersistent
- true
if code
is persistentcode
- The qualifier attribute value that qualifies the reference to get the element to be appended.entry
- The element to be appended.void addEntry(String code, AbstractEntry entry)
entry
using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
code
- The qualifier attribute value that qualifies the reference to get the element to be appended.entry
- The element to be appended.void addEntry(AbstractEntry entry)
entry
using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
entry
- The element to be appended.Set<String> getName()
name
.
getName
in interface CodeValueContainer
void setName(Set<String> name)
name
and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(name);Note: This is an extension to the JMI 1 standard.
name
- collection to be copied.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |