Collaboration API Documentation

com.filenet.bso.api.collaboration.query
Interface TeamspacesQuery

All Superinterfaces:
CollaborationQuery, ContentCapableQuery, HomogeneousQuery

public interface TeamspacesQuery
extends CollaborationQuery, HomogeneousQuery, ContentCapableQuery

A specific interface to query for Teamspaces.


Fields inherited from interface com.filenet.bso.api.collaboration.query.CollaborationQuery
TEAMSPACE_TEMPLATE_FILTER, TEAMSPACE_TEMPLATE_IGNORE, TEAMSPACE_TEMPLATE_RETURN, VERSION_CONTROL_ALL, VERSION_CONTROL_ALLCHECKEDIN, VERSION_CONTROL_ALLMAJOR, VERSION_CONTROL_CURRENT, VERSION_CONTROL_RELEASED
 
Method Summary
 int getTeamspaceTemplateOption()
          Returns the option specified with setTeamspaceTemplateOption.
 void setTeamspaceTemplateOption(int templateOption)
          Specifies how teamspace templates are handled in the query.
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.CollaborationQuery
execute, getMaximumResults, getObjectStoreId, getOrdering, getPropertyCriteria, getUserID, setMaximumResults, setObjectStoreId, setOrdering, setPropertyCriteria, setUserID
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.HomogeneousQuery
getRequestProperties, isObjectSetXMLContainsObjectElems, setObjectSetXMLContainsObjectElems, setRequestProperties
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.ContentCapableQuery
getContentCriteria, isRankResults, isSearchContent, setContentCriteria, setRankResults, setSearchContent
 

Method Detail

setTeamspaceTemplateOption

public void setTeamspaceTemplateOption(int templateOption)
Specifies how teamspace templates are handled in the query. The default is TEAMSPACE_TEMPLATE_IGNORE.

getTeamspaceTemplateOption

public int getTeamspaceTemplateOption()
Returns the option specified with setTeamspaceTemplateOption.

Collaboration API Documentation

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