|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.filenet.bso.api.collaboration.data.TeamInfo
The TeamInfo
class is a collection of data used to create a teamspace team.
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 |
protected TeamInfo()
public TeamInfo(java.lang.String ownerID, java.lang.String title, java.lang.String description, java.lang.String leaderID)
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 |
public java.lang.String getOwnerID()
String
containing the member id.public java.lang.String getTitle()
String
containing the title/name of the team.public java.lang.String getDescription()
String
containing the description of the team.public java.lang.String getLeaderID()
String
containing the leader of the team.public java.lang.String[] getMembers()
String[]
containing the ids of the team members.public void setLeaderID(java.lang.String leaderID)
leaderID
- The member id of the team leader.public void setMembers(java.lang.String[] members)
members
- The member id of the team members.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |