|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.filenet.bso.api.collaboration.CollaborationStore
The CollaborationStore
class provides static methods to retrieve objects that access Collaboration Store data.
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 |
protected CollaborationStore()
Method Detail |
public static com.filenet.wcm.api.ObjectStore getAdministrationStore(com.filenet.wcm.api.ObjectStore store)
store
- An object storepublic static AccessLevelsStore getAccessLevelsStore(com.filenet.wcm.api.ObjectStore store)
AccessLevelsStore
object. This object provides access to
security access level objects in the Collaboration Store.
store
- Content Engine ObjectStore
object.
AccessLevelsStore
object.
AccessLevelsStore
public static EnterpriseSecurityStore getEnterpriseSecurityStore(com.filenet.wcm.api.ObjectStore store)
EnterpriseSecurityStore
object. This object provides access to
enterprise security definitions for teamspaces.
store
- Content Engine ObjectStore
object.
EnterpriseSecurityStore
object.
EnterpriseSecurityStore
public static ContainersStore getContainersStore(com.filenet.wcm.api.ObjectStore store)
ContainersStore
object. This object provides access to
teamspace container definition objects in the Collaboration Store.
store
- Content Engine ObjectStore
object.
ContainersStore
object.
ContainersStore
public static MeetingsStore getMeetingsStore(com.filenet.wcm.api.ObjectStore store)
MeetingsStore
object. This object provides access to
meeting definition objects in the Collaboration Store.
store
- Content Engine ObjectStore
object.
MeetingsStore
object.
MeetingsStore
public static TemplatesStore getTeamspaceTemplatesStore(com.filenet.wcm.api.ObjectStore store)
TemplatesStore
object. This object provides access to
Teamspace objects configured as templates in the Collaboration Store.
store
- Content Engine ObjectStore
object.
TemplatesStore
object.
TemplatesStore
,
Teamspace
public static SubscriptionsStore getSubscriptionsStore(com.filenet.wcm.api.ObjectStore store)
SubscriptionsStore
object. This object provides access to
teamspace subscription definition objects in the Collaboration Store.
store
- Content Engine ObjectStore
object.
SubscriptionsStore
object.
SubscriptionsStore
public static ConfigurationStore getConfigurationStore(com.filenet.wcm.api.ObjectStore store)
ConfigurationStore
object. This object provides access to
configuration data in the Collaboration Store.
store
- Content Engine ObjectStore
object.
ConfigurationStore
object.
ConfigurationStore
public static EmailTemplatesStore getEmailTemplatesStore(com.filenet.wcm.api.ObjectStore store)
EmailTemplatesStore
object. This object provides access to
email templates in the Collaboration Store.
store
- Content Engine ObjectStore
object.
EmailTemplatesStore
object.
EmailTemplatesStore
public static ApplicationsStore getApplicationsStore(com.filenet.wcm.api.ObjectStore store)
ApplicationsStore
object. This object provides access to
applications data in the Collaboration Store.
store
- Content Engine ObjectStore
object.
ApplicationsStore
object.
ApplicationsStore
public static EmailTemplateMapsStore getEmailTemplateMapsStore(com.filenet.wcm.api.ObjectStore store)
EmailTemplateMapsStore
object. This object provides access to
emailTemplateMaps data in the Collaboration Store.
store
- Content Engine ObjectStore
object.
EmailTemplateMapsStore
object.
EmailTemplateMapsStore
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |