Collaboration API Documentation

com.filenet.bso.api.collaboration
Class CollaborationStore

java.lang.Object
  |
  +--com.filenet.bso.api.collaboration.CollaborationStore

public class CollaborationStore
extends java.lang.Object

The CollaborationStore class provides static methods to retrieve objects that access Collaboration Store data.

See Also:
AccessLevelsStore

Constructor Summary
protected CollaborationStore()
           
 
Method Summary
static AccessLevelsStore getAccessLevelsStore(com.filenet.wcm.api.ObjectStore store)
          Return an AccessLevelsStore object.
static com.filenet.wcm.api.ObjectStore getAdministrationStore(com.filenet.wcm.api.ObjectStore store)
          Returns the administration store.
static ApplicationsStore getApplicationsStore(com.filenet.wcm.api.ObjectStore store)
          Return an ApplicationsStore object.
static ConfigurationStore getConfigurationStore(com.filenet.wcm.api.ObjectStore store)
          Return a ConfigurationStore object.
static ContainersStore getContainersStore(com.filenet.wcm.api.ObjectStore store)
          Return a ContainersStore object.
static EmailTemplateMapsStore getEmailTemplateMapsStore(com.filenet.wcm.api.ObjectStore store)
          Return an EmailTemplateMapsStore object.
static EmailTemplatesStore getEmailTemplatesStore(com.filenet.wcm.api.ObjectStore store)
          Return an EmailTemplatesStore object.
static EnterpriseSecurityStore getEnterpriseSecurityStore(com.filenet.wcm.api.ObjectStore store)
          Return an EnterpriseSecurityStore object.
static MeetingsStore getMeetingsStore(com.filenet.wcm.api.ObjectStore store)
          Return a MeetingsStore object.
static SubscriptionsStore getSubscriptionsStore(com.filenet.wcm.api.ObjectStore store)
          Return a SubscriptionsStore object.
static TemplatesStore getTeamspaceTemplatesStore(com.filenet.wcm.api.ObjectStore store)
          Return a TemplatesStore object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollaborationStore

protected CollaborationStore()
Method Detail

getAdministrationStore

public static com.filenet.wcm.api.ObjectStore getAdministrationStore(com.filenet.wcm.api.ObjectStore store)
Returns the administration store.
Parameters:
store - An object store
Returns:
The administration store

getAccessLevelsStore

public static AccessLevelsStore getAccessLevelsStore(com.filenet.wcm.api.ObjectStore store)
Return an AccessLevelsStore object. This object provides access to security access level objects in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
An AccessLevelsStore object.

See Also:
AccessLevelsStore

getEnterpriseSecurityStore

public static EnterpriseSecurityStore getEnterpriseSecurityStore(com.filenet.wcm.api.ObjectStore store)
Return an EnterpriseSecurityStore object. This object provides access to enterprise security definitions for teamspaces.

Parameters:
store - Content Engine ObjectStore object.

Returns:
An EnterpriseSecurityStore object.

See Also:
EnterpriseSecurityStore

getContainersStore

public static ContainersStore getContainersStore(com.filenet.wcm.api.ObjectStore store)
Return a ContainersStore object. This object provides access to teamspace container definition objects in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
A ContainersStore object.

See Also:
ContainersStore

getMeetingsStore

public static MeetingsStore getMeetingsStore(com.filenet.wcm.api.ObjectStore store)
Return a MeetingsStore object. This object provides access to meeting definition objects in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
A MeetingsStore object.

See Also:
MeetingsStore

getTeamspaceTemplatesStore

public static TemplatesStore getTeamspaceTemplatesStore(com.filenet.wcm.api.ObjectStore store)
Return a TemplatesStore object. This object provides access to Teamspace objects configured as templates in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
A TemplatesStore object.

See Also:
TemplatesStore, Teamspace

getSubscriptionsStore

public static SubscriptionsStore getSubscriptionsStore(com.filenet.wcm.api.ObjectStore store)
Return a SubscriptionsStore object. This object provides access to teamspace subscription definition objects in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
A SubscriptionsStore object.

See Also:
SubscriptionsStore

getConfigurationStore

public static ConfigurationStore getConfigurationStore(com.filenet.wcm.api.ObjectStore store)
Return a ConfigurationStore object. This object provides access to configuration data in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
A ConfigurationStore object.

See Also:
ConfigurationStore

getEmailTemplatesStore

public static EmailTemplatesStore getEmailTemplatesStore(com.filenet.wcm.api.ObjectStore store)
Return an EmailTemplatesStore object. This object provides access to email templates in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
An EmailTemplatesStore object.

See Also:
EmailTemplatesStore

getApplicationsStore

public static ApplicationsStore getApplicationsStore(com.filenet.wcm.api.ObjectStore store)
Return an ApplicationsStore object. This object provides access to applications data in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
An ApplicationsStore object.

See Also:
ApplicationsStore

getEmailTemplateMapsStore

public static EmailTemplateMapsStore getEmailTemplateMapsStore(com.filenet.wcm.api.ObjectStore store)
Return an EmailTemplateMapsStore object. This object provides access to emailTemplateMaps data in the Collaboration Store.

Parameters:
store - Content Engine ObjectStore object.

Returns:
An EmailTemplateMapsStore object.

See Also:
EmailTemplateMapsStore

Collaboration API Documentation

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