com.filenet.wcm.apps.server.util
Class ObjectStoreAccessUtil
- java.lang.Object
com.filenet.wcm.apps.server.util.ObjectStoreAccessUtil
- public class ObjectStoreAccessUtil
- extends java.lang.Object
Constructor Summary
| Constructor and Description |
|---|
ObjectStoreAccessUtil(com.filenet.wcm.toolkit.server.base.WcmController control,com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider dataProvider)
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
canAccessObjectStore(java.lang.String objectStoreName)
|
|
canAccessObjectStore(java.lang.String objectStoreName,WcmSitePrefs sitePrefs,com.filenet.wcm.toolkit.server.util.WcmDataStore ds)
|
|
filterObjectStoreIDList(java.util.List objectStoreList)
|
|
filterObjectStoreList(java.util.List objectStoreList)
|
|
filterObjectStoreList(java.lang.String[] objectStoreList,WcmSitePrefs sitePrefs,com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore)
|
|
getFilteredObjectStoreIDList()
|
|
getFilteredObjectStoreList()
|
|
getFilteredObjectStoreListDoc()
|
|
getID(java.lang.String objectStoreName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ObjectStoreAccessUtil
- public ObjectStoreAccessUtil(com.filenet.wcm.toolkit.server.base.WcmController control,
- com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider dataProvider)
Method Detail
canAccessObjectStore
- public boolean canAccessObjectStore( java.lang.String objectStoreName)
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetID
- public java.lang.String getID(java.lang.String objectStoreName)
filterObjectStoreList
- public java.util.List filterObjectStoreList( java.util.List objectStoreList)
- throws java.lang.Exception
Throws:
java.lang.ExceptionfilterObjectStoreIDList
- public java.util.List filterObjectStoreIDList( java.util.List objectStoreList)
- throws java.lang.Exception
Throws:
java.lang.ExceptioncanAccessObjectStore
- public static boolean canAccessObjectStore( java.lang.String objectStoreName,
- WcmSitePrefs sitePrefs,
- com.filenet.wcm.toolkit.server.util.WcmDataStore ds)
- throws java.lang.Exception
Throws:
java.lang.ExceptionfilterObjectStoreList
- public static java.util.List filterObjectStoreList( java.lang.String[] objectStoreList,
- WcmSitePrefs sitePrefs,
- com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore)
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetFilteredObjectStoreList
- public java.util.List getFilteredObjectStoreList( )
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetFilteredObjectStoreIDList
- public java.util.List getFilteredObjectStoreIDList( )
- throws java.lang.Exception
Throws:
java.lang.ExceptiongetFilteredObjectStoreListDoc
- public org.w3c.dom.Document getFilteredObjectStoreListDoc( )
- throws java.lang.Exception
Throws:
java.lang.Exception