Collaboration API Documentation

com.filenet.bso.api.collaboration.data
Class TeamInfo

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.data.TeamInfo
All Implemented Interfaces:
java.io.Serializable

public class TeamInfo
extends java.lang.Object
implements java.io.Serializable

The TeamInfo class is a collection of data used to create a teamspace team.

See Also:
Serialized Form

Constructor Summary
protected TeamInfo()
           
  TeamInfo(java.lang.String ownerID, java.lang.String title, java.lang.String description, java.lang.String leaderID)
          Construct a TeamInfo object
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the team.
 java.lang.String getLeaderID()
          Returns the leader of the team.
 java.lang.String[] getMembers()
          Returns the member id of the team members.
 java.lang.String getOwnerID()
          Returns the id of the member.
 java.lang.String getTitle()
          Returns the title/name of the team.
 void setLeaderID(java.lang.String leaderID)
          Set leader of the team.
 void setMembers(java.lang.String[] members)
          Set member id for team members.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamInfo

protected TeamInfo()

TeamInfo

public TeamInfo(java.lang.String ownerID,
                java.lang.String title,
                java.lang.String description,
                java.lang.String leaderID)
Construct a TeamInfo object
Parameters:
ownerID - The LDAP SID of the member creating this team, the owner of the team.
title - A team title.
description - A description of the team.
leaderID - The user ID of the member who is the team leader.
Method Detail

getOwnerID

public java.lang.String getOwnerID()
Returns the id of the member.

Returns:
A String containing the member id.

getTitle

public java.lang.String getTitle()
Returns the title/name of the team.

Returns:
A String containing the title/name of the team.

getDescription

public java.lang.String getDescription()
Returns the description of the team.

Returns:
A String containing the description of the team.

getLeaderID

public java.lang.String getLeaderID()
Returns the leader of the team.

Returns:
A String containing the leader of the team.

getMembers

public java.lang.String[] getMembers()
Returns the member id of the team members.

Returns:
A String[] containing the ids of the team members.

setLeaderID

public void setLeaderID(java.lang.String leaderID)
Set leader of the team.

Parameters:
leaderID - The member id of the team leader.

setMembers

public void setMembers(java.lang.String[] members)
Set member id for team members.

Parameters:
members - The member id of the team members.

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.