com.filenet.bso.api.collaboration.query
Interface VersionCapableQuery
- All Known Subinterfaces:
- ForumsQuery, MeetingsQuery, MixedTypesQuery, NormalDocumentsQuery, PollsQuery, ReplyPostingsQuery, SingleCollaborationTypeQuery, TopicPostingsQuery
- public interface VersionCapableQuery
Contains methods for controlling what document versions are searched
Method Summary |
int |
getVersionControl()
Returns the version control option specified with setVersionControl . |
void |
setVersionControl(int control)
Specifies what version control option to use, default is VERSION_CONTROL_RELEASED . |
setVersionControl
public void setVersionControl(int control)
- Specifies what version control option to use, default is
VERSION_CONTROL_RELEASED
.
getVersionControl
public int getVersionControl()
- Returns the version control option specified with
setVersionControl
.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.