Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.authorization
Class CwMember

java.lang.Object
  extended byCwDefaultMemberInfo
      extended byoracle.workspaces.authorization.CwMember


public class CwMember
extends CwDefaultMemberInfo

This class represents an exsiting member (user or group) in a workspace with a specific role

See Also:
Serialized Form

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

getDistinguishedName

public java.lang.String getDistinguishedName()
Return the distinguished name
Returns:
the DN

getGranteeType

public int getGranteeType()
Return the grantee type

getId

public java.lang.String getId()
Return the immutable ID
Returns:
the immutable ID

getResourceStatus

public CwResourceStatus getResourceStatus(CwResourceType rsrcType)
                                   throws CwException
Return resource status based on getMemberStatus#oracle.workspaces.resource.CwResource
Throws:
CwUnsupportedOperationException - if workspace in recovery mode
CwException - other resource failure

getResourceStatusMap

public java.util.Map getResourceStatusMap()
                                   throws CwException
Return a map in which the CwResourceStatus is mapped from the CwResourceType based on getMemberStatus#oracle.workspaces.resource.CwResource
Throws:
CwUnsupportedOperationException - if workspace in recovery mode
CwException - other resource failure

toString

public java.lang.String toString()

Copyright © 2001, 2005, Oracle. All rights reserved.