|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleCapable
| Method Summary | |
|---|---|
void |
addRole(RoleCapable newValue)
Appends the specified element to the list of all the values for the reference role. |
void |
addRole(String roleId,
RoleCapable newValue)
Appends the specified element to the list of all the values for the reference role for a specified qualifier attribute value. |
Collection |
getRole()
Retrieves the objects referenced by role. |
RoleCapable |
getRole(String roleId)
Retrieves the value for the reference role for the
specified qualifier attribute value. |
String |
getRoleId()
Retrieves the possibly null value for the optional attribute roleId. |
void |
removeRole(String roleId)
Removes the qualified (by means of the specified qualifier attribute value) element from the list of all the values for the reference role. |
| 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 |
|---|
RoleCapable getRole(String roleId)
role for the
specified qualifier attribute value.
roleId - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getRole()
role.
JmiException - If the value cannot be retrieved for some reason.
void addRole(String roleId,
RoleCapable newValue)
role for a specified qualifier attribute value.
roleId - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void addRole(RoleCapable newValue)
role.
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeRole(String roleId)
role.
roleId - The qualifier attribute value that qualifies the
reference to get the element to be removed.
JmiException - If the value cannot be removed for some reason.String getRoleId()
roleId.
roleId.
JmiException - If the value cannot be retrieved for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||