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

B25479-01


oracle.workspaces.template
Class CwWorkspaceMemberTemplate

java.lang.Object
  extended byoracle.workspaces.template.CwWorkspaceMemberTemplate


public class CwWorkspaceMemberTemplate
extends java.lang.Object

An instance of this class represents a template for a workspace member.


Field Summary
static java.lang.String MEMBER_TYPE_GROUP
static java.lang.String MEMBER_TYPE_USER

Constructor Summary
CwWorkspaceMemberTemplate(org.w3c.dom.Element memberElement)

Method Summary
java.lang.String[] getIdentity()
Returns an array of three elements which respectively are as follows: 1.
java.lang.String getRole()

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

MEMBER_TYPE_GROUP

public static java.lang.String MEMBER_TYPE_GROUP

MEMBER_TYPE_USER

public static java.lang.String MEMBER_TYPE_USER

Constructor Detail

CwWorkspaceMemberTemplate

public CwWorkspaceMemberTemplate(org.w3c.dom.Element memberElement)

Method Detail

getIdentity

public java.lang.String[] getIdentity()
Returns an array of three elements which respectively are as follows: 1. Identity kind, i.e., whether the member is specified by 'name' or 'id' 2. Identity value, name or id of the member 3. Type of the member, i.e., 'GROUP' or 'USER'

getRole

public java.lang.String getRole()

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