Oracle® Collaboration Suite Workspaces API Reference
10g (10.1.1.0.2)

Part No. B16233-01


oracle.workspaces.template
Class CwWorkspaceSubGroupTemplate

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


public class CwWorkspaceSubGroupTemplate
extends java.lang.Object

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


Constructor Summary
CwWorkspaceSubGroupTemplate(org.w3c.dom.Element subGroupElement)

Method Summary
java.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String[] getMemberIdentity(int index)
Returns an array of two elements which respectively are as follows: 1.
java.lang.String getName()
int getNoOfMembers()

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

Constructor Detail

CwWorkspaceSubGroupTemplate

public CwWorkspaceSubGroupTemplate(org.w3c.dom.Element subGroupElement)

Method Detail

getDescription

public java.lang.String getDescription()

getDisplayName

public java.lang.String getDisplayName()

getMemberIdentity

public java.lang.String[] getMemberIdentity(int index)
Returns an array of two 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

getName

public java.lang.String getName()

getNoOfMembers

public int getNoOfMembers()

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