Collaboration API Documentation

com.filenet.bso.api.collaboration
Interface CollaborationObject

All Known Subinterfaces:
AccessLevelsDefinition, Container, Email, EmailSubpart, FolderContainer, Forum, Meeting, MeetingSession, Member, Participant, Poll, PollResponse, Posting, Relationship, ReplyPosting, Task, Team, Teamspace, TopicPosting, UserSubscription

public interface CollaborationObject

Classes that implement the CollaborationObject interface provide methods common to all collaboration objects.


Method Summary
 java.lang.String getSymbolicName()
          Returns the symbolic name associated with a collaboration object.
 int getType()
          Returns the object type associated with a collaboration object.
 

Method Detail

getSymbolicName

public java.lang.String getSymbolicName()
Returns the symbolic name associated with a collaboration object.

Returns:
A symbolic name string.


getType

public int getType()
Returns the object type associated with a collaboration object.

Returns:
An object type integer value.


Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.