|
Oracle® Collaboration Suite Workspaces API Reference 10g Release 1 (10.1.2) B25479-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
CwDefaultMemberInfo
oracle.workspaces.authorization.CwMember
This class represents an exsiting member (user or group) in a workspace with a specific role
Method Summary | |
java.lang.String |
getDistinguishedName() Return the distinguished name |
int |
getGranteeType() Return the grantee type |
java.lang.String |
getId() Return the immutable ID |
CwResourceStatus |
getResourceStatus(CwResourceType rsrcType) Return resource status based on getMemberStatus#oracle.workspaces.resource.CwResource |
java.util.Map |
getResourceStatusMap() Return a map in which the CwResourceStatus is mapped from the CwResourceType based on getMemberStatus#oracle.workspaces.resource.CwResource |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getDistinguishedName()
public int getGranteeType()
public java.lang.String getId()
public CwResourceStatus getResourceStatus(CwResourceType rsrcType) throws CwException
getMemberStatus#oracle.workspaces.resource.CwResource
CwUnsupportedOperationException
- if workspace in recovery modeCwException
- other resource failurepublic java.util.Map getResourceStatusMap() throws CwException
CwResourceStatus
is mapped from the CwResourceType
based on getMemberStatus#oracle.workspaces.resource.CwResource
CwUnsupportedOperationException
- if workspace in recovery modeCwException
- other resource failurepublic java.lang.String toString()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |