|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserAssignedNamespace
UserAssignedNamespace association proxy interface.
A user must be assigned with a namespace, it can be a catolog or a schema within a given catalog.
A user can only have one default namespace, if the namespace is a schema then the user
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
boolean |
add(FemUser namespaceAssignee,
CwmNamespace defaultNamespace)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
exists(FemUser namespaceAssignee,
CwmNamespace defaultNamespace)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
CwmNamespace |
getDefaultNamespace(FemUser namespaceAssignee)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Collection<FemUser> |
getNamespaceAssignee(CwmNamespace defaultNamespace)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
remove(FemUser namespaceAssignee,
CwmNamespace defaultNamespace)
Removes a link between a pair of instance objects in the current associations link set. |
Methods inherited from interface javax.jmi.reflect.RefAssociation |
---|
refAddLink, refAllLinks, refLinkExists, refQuery, refQuery, refRemoveLink |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
---|
boolean exists(FemUser namespaceAssignee, CwmNamespace defaultNamespace)
namespaceAssignee
- Value of the first association end.defaultNamespace
- Value of the second association end.
Collection<FemUser> getNamespaceAssignee(CwmNamespace defaultNamespace)
defaultNamespace
- Required value of the second association end.
CwmNamespace getDefaultNamespace(FemUser namespaceAssignee)
namespaceAssignee
- Required value of the first association end.
null
if none exists.boolean add(FemUser namespaceAssignee, CwmNamespace defaultNamespace)
namespaceAssignee
- Value of the first association end.defaultNamespace
- Value of the second association end.boolean remove(FemUser namespaceAssignee, CwmNamespace defaultNamespace)
namespaceAssignee
- Value of the first association end.defaultNamespace
- Value of the second association end.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |