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. |
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.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.