|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.WcmDpModule
com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider
WcmNavigationDataProvider provides XML data to other classes in the project. In most cases data is derived from making calls to the Content Java API and returned as an object representing an XML string.
Field Summary | |
protected int |
absoluteMaxResults
|
protected static java.lang.String |
ALL_CONTAINEES_DOC
|
protected static java.lang.String |
CLASS_CACHE_KEY
|
protected static java.lang.String |
CONTAINER_CONTENTS
|
protected static java.lang.String |
CONTAINER_SUBCONTAINERS
|
protected static java.lang.String |
CONTAINER_SUBFOLDERS
|
protected static java.lang.String |
CONTAINER_TYPE
|
protected static java.lang.String |
COUNT1_XPATH
|
protected static java.lang.String |
CUSTOM_OJBECT_XPATH
|
protected static java.lang.String |
DOCUMENT_XPATH
|
static int |
DOCUMENTS_DOC
|
protected static java.lang.String |
ELEM_WEB_SEARCH
|
static java.lang.String |
EMPTY_XML
String represents empty XML response set |
static int |
FILTER_BOTH
|
protected static java.lang.String |
FILTER_CLASS
|
protected static java.lang.String |
FILTER_CLAUSE_XPATH
|
protected static java.lang.String |
FILTER_FOLDERID_XPATH
|
protected static java.lang.String |
FILTER_INCLUDESUB_XPATH
|
protected static java.lang.String |
FILTER_OBJECT_STORE_NAME_XPATH
|
static int |
FILTER_SEARCH
|
static int |
FILTER_SEARCH_TEMPLATE
|
protected static java.lang.String |
FILTERED_OBJECT_STORES
|
protected java.util.List |
filterObjectStoreList
|
protected static java.lang.String |
FOLDER_XPATH
|
static int |
FOLDERS_DOC
|
static int |
FOLDERS_SEARCHES_DOC
|
static int |
FOLDERS_SEARCHES_DOCUMENTS_DOC
|
protected static int[] |
nTypesCustomObjects
|
protected static int[] |
nTypesDocs
|
protected static int[] |
nTypesDocsCustomObjects
|
protected static int[] |
nTypesFolders
|
protected static int[] |
nTypesFoldersDocsSearches
|
protected static int[] |
nTypesFoldersDocsSearchesCustomObjects
|
protected static int[] |
nTypesFoldersSearches
|
protected static java.lang.String |
OBJECT_STORE_NAMES_KEY
|
protected static java.lang.String |
OBJECT_STORE_NAMES_XPATH
Deprecated. dont use |
protected static java.lang.String |
OBJECT_STORES_DOC_KEY
|
protected java.lang.String |
sCustomObjectNameProp
|
protected java.lang.String |
sDocumentNameProp
|
protected java.lang.String |
sFolderNameProp
|
protected static java.lang.String[] |
sObjStoresPropDescs
|
protected static java.lang.String |
TOP_FOLDERS
|
protected static java.lang.String |
TOP_FOLDERS_DOC
|
static java.lang.String |
TYPE
Defines the type of Data Provider |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmDpModule |
cache |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmNavigationDataProvider()
|
Method Summary | |
protected static java.lang.String[] |
addToArray(java.lang.String[] first,
java.lang.String str)
|
boolean |
checkAccessRights(java.lang.String objectStoreName)
|
void |
clearCache()
Deprecated. Clears all cached data |
void |
clearCache(java.lang.String objectStoreName,
java.lang.String objectId,
int mode,
int objectType,
java.lang.String[] parentIds)
Clear cache according to the specified parameters. |
boolean |
docClassExists(java.lang.String sObjectStoreID,
java.lang.String sClassGuid)
This method verifies that the passed in doc class exists in the object store. |
org.w3c.dom.Document |
executeSearch(java.lang.String sql,
int type)
Executes SQL statement and returns results as a DOM Document. |
org.w3c.dom.Document |
filterSearch(org.w3c.dom.Document docSearches,
int type)
Exclude any folder its class id is not the same as classId. |
protected org.w3c.dom.Document |
getCacheValues(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bRefresh,
int getType,
boolean showCustomObjects)
|
protected org.w3c.dom.Document |
getCacheValues2(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bRefresh,
int getType,
boolean showCustomObjects)
|
java.lang.String |
getContainerContents(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
int[] nContentTypes,
java.lang.String[] sProperties,
boolean bRefresh)
getContainerContents will return an XML string of documents that the sObjectID object has as children. |
org.w3c.dom.Document |
getContainerContentsDoc(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bNoBigCache,
boolean bNoDocuments,
boolean bRefresh,
boolean showCustomObjects)
Returns an Document of Documents contained in the sObjectId object. |
protected java.lang.String |
getContainerSubcontainers(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
int[] oTypes,
boolean bRefresh)
|
org.w3c.dom.Document |
getContainerSubcontainersAndContentsDoc(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bRefresh,
boolean showCustomObjects)
Returns an Document of subfolders or stored searches and documents. |
org.w3c.dom.Document |
getContainerSubcontainersDoc(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bRefresh,
boolean showCustomObjects)
Returns an Document of subfolders or stored searches. |
java.lang.String |
getContainerSubfolders(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bRefresh)
getContainerSubcontainers will return an XML string of folders and stored searches that the sObjectID object has as children. |
org.w3c.dom.Document |
getContainerSubfoldersDoc(java.lang.String sObjectStoreID,
java.lang.String sObjectID,
int nObjectType,
java.lang.String[] sProperties,
boolean bNoBigCache,
boolean bRefresh,
boolean showCustomObjects)
Returns an Document of subfolders. |
org.w3c.dom.Document |
getEmptyXMLDoc()
Return a Document that contains an empty objectset. |
org.w3c.dom.Document |
getFolderContainees(org.w3c.dom.Document filterXML)
Returns an Document of subfolders or stored searches and documents. |
org.w3c.dom.Document |
getFolderContainees(org.w3c.dom.Document filterXML,
boolean refresh)
Returns an Document of subfolders or stored searches and documents. |
org.w3c.dom.Document |
getFolderContainees(FilterData filterData)
Returns an Document of subfolders or stored searches and documents. |
org.w3c.dom.Document |
getFolderContainees(FilterData filterData,
boolean refresh)
Returns an Document of subfolders or stored searches and documents. |
org.w3c.dom.Document |
getFolderContainees(FilterData filterData,
int cacheTimeout)
Returns an Document of subfolders or stored searches and documents. |
java.util.ArrayList |
getFolderHierarchyAsArrayList(java.lang.String objectStoreID,
java.lang.String folderID)
Walk the folder hierarchy from the specified folder up to the root folder. |
java.util.List |
getObjectStoreNames(boolean refresh)
Returns a List with Object Store names available on the network |
java.lang.String |
getObjectStores(boolean refresh)
Deprecated. use other form of method that returns Document object |
org.w3c.dom.Document |
getObjectStoresDoc(boolean bRefresh)
Return an Document of object stores on the network. |
org.w3c.dom.Document |
getSearchContainees(java.lang.String objectStoreName,
java.lang.String searchId,
java.lang.String[] documentProps,
java.lang.String[] customObjectProps,
int getType,
boolean refresh,
boolean showCustomObjects)
|
org.w3c.dom.Document |
getSearchContent(java.lang.String sObjectStore,
java.lang.String sSearchID)
Deprecated. use getSearchDefinition() method Returns a Document of TYPE_STORED_SEARCH content xml |
org.w3c.dom.Document |
getSearchDefinition(java.lang.String sObjectStoreID,
java.lang.String sSearchID,
boolean bRefresh)
Returns a DOM Document object that contains the search definition. |
java.io.InputStream |
getSearchDefinitionInputStream(java.lang.String sObjectStoreID,
java.lang.String sSearchID)
This method returns an InputStream object containing the definition of the stored search. |
int |
getSearchingObjectType(java.lang.String sObjectStore,
java.lang.String sSearchID)
Returns a value of TYPE_STORED_SEARCH property on a stored search |
int |
getSearchMaxResults(java.lang.String sObjectStoreID,
java.lang.String sSearchID,
boolean bRefresh)
|
protected java.lang.String |
getSearchXML(java.lang.String[] customProperties,
java.lang.String[] documentProperties)
Deprecated. use getSearchXML with maxResults |
protected java.lang.String |
getSearchXML(java.lang.String[] customProperties,
java.lang.String[] documentProperties,
int maxResults)
|
protected java.lang.String |
getSelectPropertyXML(java.lang.String sPropertyName)
|
protected java.lang.String |
getSelectPropertyXML(java.lang.String[] sProperties)
For an array of selectProps, returns a string of |
java.lang.String |
getTopFolders(java.lang.String sObjectStoreID,
java.lang.String[] sProperties,
boolean bRefresh)
Returns a String of the top level folders of a object store. |
org.w3c.dom.Document |
getTopFoldersDoc(java.lang.String sObjectStoreID,
java.lang.String[] sProperties,
boolean bRefresh)
Returns an Document of the top level folders of a object store. |
org.w3c.dom.Document |
getTopFoldersDoc(java.lang.String sObjectStoreID,
java.lang.String[] sProperties,
boolean bRefresh,
int maxFoldersResults)
Returns an Document of the top level folders of a object store. |
org.w3c.dom.Document |
getTopFoldersSearchesDoc(java.lang.String sObjectStoreID,
java.lang.String[] sProperties,
boolean bRefresh)
Returns an Document of the top level folders of a object store. |
org.w3c.dom.Document |
getTopFoldersSearchesDoc(java.lang.String sObjectStoreID,
java.lang.String[] sProperties,
boolean bRefresh,
int maxFoldersResults)
Returns an Document of the top level folders of a object store. |
boolean |
isContainerDeleted(java.lang.String Id)
Checks the cache to see if the container has been deleteded. |
void |
setAbsoluteMaxResults(int absoluteMaxResults)
|
void |
setFilterObjectStoreList(java.util.List newFilterObjectStoreList)
setFilterObjectStoreList sets List of objectstores user has access to. |
void |
setSortParameters(java.lang.String sFolderNameProperty,
java.lang.String sDocumentNameProperty,
java.lang.String sCustomObjectNameProperty)
setSortParameters sets two sort values to help in sorting of cached DOM documents. |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpModule |
type |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, initialize, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer |
addDataProvider, addDataProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, initialize, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail |
public static final java.lang.String TYPE
public static final java.lang.String EMPTY_XML
protected static final java.lang.String ALL_CONTAINEES_DOC
protected static final java.lang.String OBJECT_STORES_DOC_KEY
protected static final java.lang.String OBJECT_STORE_NAMES_KEY
protected static final java.lang.String FILTER_CLASS
protected static final java.lang.String FILTERED_OBJECT_STORES
protected static final java.lang.String TOP_FOLDERS_DOC
protected static final java.lang.String CONTAINER_CONTENTS
protected static final java.lang.String CONTAINER_SUBCONTAINERS
protected static final java.lang.String CONTAINER_SUBFOLDERS
protected static final java.lang.String TOP_FOLDERS
protected static final java.lang.String CLASS_CACHE_KEY
protected static final java.lang.String CONTAINER_TYPE
protected int absoluteMaxResults
public static final int FOLDERS_SEARCHES_DOC
public static final int FOLDERS_DOC
public static final int DOCUMENTS_DOC
public static final int FOLDERS_SEARCHES_DOCUMENTS_DOC
protected static final java.lang.String COUNT1_XPATH
protected static final java.lang.String FOLDER_XPATH
protected static final java.lang.String CUSTOM_OJBECT_XPATH
protected static final java.lang.String DOCUMENT_XPATH
protected static final java.lang.String OBJECT_STORE_NAMES_XPATH
protected static final java.lang.String ELEM_WEB_SEARCH
protected static final java.lang.String FILTER_OBJECT_STORE_NAME_XPATH
protected static final java.lang.String FILTER_FOLDERID_XPATH
protected static final java.lang.String FILTER_CLAUSE_XPATH
protected static final java.lang.String FILTER_INCLUDESUB_XPATH
protected static final java.lang.String[] sObjStoresPropDescs
protected static final int[] nTypesFoldersDocsSearchesCustomObjects
protected static final int[] nTypesFoldersDocsSearches
protected static final int[] nTypesFoldersSearches
protected static final int[] nTypesFolders
protected static final int[] nTypesDocs
protected static final int[] nTypesDocsCustomObjects
protected static final int[] nTypesCustomObjects
public static final int FILTER_SEARCH
public static final int FILTER_SEARCH_TEMPLATE
public static final int FILTER_BOTH
protected java.lang.String sFolderNameProp
protected java.lang.String sDocumentNameProp
protected java.lang.String sCustomObjectNameProp
protected java.util.List filterObjectStoreList
Constructor Detail |
public WcmNavigationDataProvider()
Method Detail |
public void setAbsoluteMaxResults(int absoluteMaxResults)
public boolean checkAccessRights(java.lang.String objectStoreName) throws java.lang.Exception
java.lang.Exception
protected org.w3c.dom.Document getCacheValues(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bRefresh, int getType, boolean showCustomObjects) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document filterSearch(org.w3c.dom.Document docSearches, int type) throws java.lang.Exception
java.lang.Exception
public int getSearchMaxResults(java.lang.String sObjectStoreID, java.lang.String sSearchID, boolean bRefresh) throws java.lang.Exception
java.lang.Exception
protected java.lang.String getSearchXML(java.lang.String[] customProperties, java.lang.String[] documentProperties) throws java.lang.Exception
customProperties
- documentProperties
-
java.lang.Exception
protected java.lang.String getSearchXML(java.lang.String[] customProperties, java.lang.String[] documentProperties, int maxResults) throws java.lang.Exception
java.lang.Exception
protected org.w3c.dom.Document getCacheValues2(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bRefresh, int getType, boolean showCustomObjects) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document getContainerSubcontainersAndContentsDoc(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bRefresh, boolean showCustomObjects) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesObjectID
- GUID of current object to get Subcontainers fromnObjectType
- Object type - folder or stored searchsProperties
- String array of property types to create PropertyDescription objectbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.showCustomObjects
- If this object is true custom objects will be returned in objectset.
java.lang.Exception
- If there are problems.public boolean docClassExists(java.lang.String sObjectStoreID, java.lang.String sClassGuid) throws java.lang.Exception
sObjectStoreID
- - Object Store namesClassGuid
- - GUID indentifier of the Doc Class
java.lang.Exception
public org.w3c.dom.Document getObjectStoresDoc(boolean bRefresh) throws java.lang.Exception
bRefresh
- If true, XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.public java.util.List getObjectStoreNames(boolean refresh) throws java.lang.Exception
refresh
- a flag to refresh the results
java.lang.Exception
public org.w3c.dom.Document getEmptyXMLDoc() throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList getFolderHierarchyAsArrayList(java.lang.String objectStoreID, java.lang.String folderID) throws java.lang.Exception
objectStoreID
- - String containing name of object storefolderID
- - String containing specified folder
java.lang.Exception
public org.w3c.dom.Document getTopFoldersDoc(java.lang.String sObjectStoreID, java.lang.String[] sProperties, boolean bRefresh) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesProperties
- Array of properties to return in setbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getTopFoldersDoc(java.lang.String sObjectStoreID, java.lang.String[] sProperties, boolean bRefresh, int maxFoldersResults) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesProperties
- Array of properties to return in setbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.maxFoldersResults
- a maximum number of folders to be returned from the CE.
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getTopFoldersSearchesDoc(java.lang.String sObjectStoreID, java.lang.String[] sProperties, boolean bRefresh) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesProperties
- Array of properties to return in setbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getTopFoldersSearchesDoc(java.lang.String sObjectStoreID, java.lang.String[] sProperties, boolean bRefresh, int maxFoldersResults) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesProperties
- Array of properties to return in setbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getContainerSubcontainersDoc(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bRefresh, boolean showCustomObjects) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesObjectID
- GUID of current object to get Subcontainers fromnObjectType
- Object type - folder or stored searchsProperties
- String array of property types to create PropertyDescription objectbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.showCustomObjects
- If this object is true custom objects will be returned in objectset.
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getContainerSubfoldersDoc(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bNoBigCache, boolean bRefresh, boolean showCustomObjects) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesObjectID
- GUID of current object to get subfolders fromnObjectType
- Object Type for foldersProperties
- String array of property types to create PropertyDescription objectbNoBigCache
- If this object is true, getCacheValues will not be used to get results.bRefresh
- If this object is true, XML is refreshed from server, otherwise it's retrieved from cache.showCustomObjects
- If this object is true custom objects will be returned in objectset.
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getContainerContentsDoc(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bNoBigCache, boolean bNoDocuments, boolean bRefresh, boolean showCustomObjects) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesObjectID
- GUID of current object to get documents fromnObjectType
- Object Type folder or stored searchsProperties
- String array of property types to create PropertyDescription objectbNoBigCache
- If this is true XML does not get FULL xml. Only needed docs returnedbNoDocuments
- If this is true XML does not return any document objects.bRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
even if XML is cached for this object.showCustomObjects
- If this object is true custom objects will be returned in objectset.
java.lang.Exception
- If there are problems.public java.lang.String getContainerSubfolders(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, boolean bRefresh) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesObjectID
- GUID of current object to get subcontainers fromnObjectType
- integer type of object (TYPE_FOLDER or TYPE_STORED_SEARCH)sProperties
- String array of property types to create PropertyDescription objectbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.public java.lang.String getContainerContents(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, int[] nContentTypes, java.lang.String[] sProperties, boolean bRefresh) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesObjectID
- GUID of current object to get Subcontainers fromnObjectType
- integer type of Object (TYPE_FOLDER or TYPE_STORED_SEARCH)nContentTypes
- integer array of return object typesbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.sProperties
- String array of property types to create PropertyDescription object
java.lang.Exception
- If there are problems.public void clearCache()
public void clearCache(java.lang.String objectStoreName, java.lang.String objectId, int mode, int objectType, java.lang.String[] parentIds) throws java.lang.Exception
objectStoreName
- - The name of the objectstore.objectId
- - The object ID. If this is null, and in CONTAINER mode, the root folder of the
specified objectstore is assumed.mode
- - CacheManager.CONTAINEE or CacheManager.CONTAINER.objectType
- - The object type as defined on the BaseObject class.parentIds
- - Optional. If not specified, a lookup is done to find the parent folder ID(s).
java.lang.Exception
public void setFilterObjectStoreList(java.util.List newFilterObjectStoreList) throws java.lang.Exception
newFilterObjectStoreList
- List of objectstores user has access to
java.lang.Exception
- If there are problems.public void setSortParameters(java.lang.String sFolderNameProperty, java.lang.String sDocumentNameProperty, java.lang.String sCustomObjectNameProperty) throws java.lang.Exception
sFolderNameProperty
- FolderNameProperty to sort onsDocumentNameProperty
- DocumentNameProperty to sort onsCustomObjectNameProperty
- CustomObjectNameProperty to sort on
java.lang.Exception
- If there are problems.protected static java.lang.String[] addToArray(java.lang.String[] first, java.lang.String str)
public java.lang.String getTopFolders(java.lang.String sObjectStoreID, java.lang.String[] sProperties, boolean bRefresh) throws java.lang.Exception
sObjectStoreID
- GUID of current browse object storesProperties
- String array of property types to create PropertyDescription objectbRefresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.protected java.lang.String getContainerSubcontainers(java.lang.String sObjectStoreID, java.lang.String sObjectID, int nObjectType, java.lang.String[] sProperties, int[] oTypes, boolean bRefresh) throws java.lang.Exception
java.lang.Exception
public java.lang.String getObjectStores(boolean refresh) throws java.lang.Exception
refresh
- If this object is true XML is refreshed from server, otherwise it's retrieved from cache.
java.lang.Exception
- If there are problems.protected java.lang.String getSelectPropertyXML(java.lang.String sPropertyName)
protected java.lang.String getSelectPropertyXML(java.lang.String[] sProperties)
sProperties
- String array of property types to create PropertyDescription object
public java.io.InputStream getSearchDefinitionInputStream(java.lang.String sObjectStoreID, java.lang.String sSearchID) throws java.lang.Exception
sObjectStoreID
- object store IDsSearchID
- Search ID
java.lang.Exception
- If there were problems retrieving datapublic org.w3c.dom.Document getSearchDefinition(java.lang.String sObjectStoreID, java.lang.String sSearchID, boolean bRefresh) throws java.lang.Exception
sObjectStoreID
- object store IDsSearchID
- Search IDbRefresh
- A flag to refresh the cache
java.lang.Exception
- If there were problems retrieving datapublic int getSearchingObjectType(java.lang.String sObjectStore, java.lang.String sSearchID) throws java.lang.Exception
sObjectStore
- object store IDsSearchID
- Search ID
java.lang.Exception
public org.w3c.dom.Document getSearchContent(java.lang.String sObjectStore, java.lang.String sSearchID) throws java.lang.Exception
sObjectStore
- object store IDsSearchID
- Search ID
java.lang.Exception
public org.w3c.dom.Document executeSearch(java.lang.String sql, int type) throws java.lang.Exception
sql
- SQL Statement
java.lang.Exception
- If there are problems executing the querypublic org.w3c.dom.Document getSearchContainees(java.lang.String objectStoreName, java.lang.String searchId, java.lang.String[] documentProps, java.lang.String[] customObjectProps, int getType, boolean refresh, boolean showCustomObjects) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document getFolderContainees(org.w3c.dom.Document filterXML, boolean refresh) throws java.lang.Exception
filterXML
- XML to filter containees
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getFolderContainees(FilterData filterData, boolean refresh) throws java.lang.Exception
filterData
- object to filter containees
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getFolderContainees(org.w3c.dom.Document filterXML) throws java.lang.Exception
filterXML
- XML to filter containees
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getFolderContainees(FilterData filterData, int cacheTimeout) throws java.lang.Exception
filterData
- object to filter containees
java.lang.Exception
- If there are problems.public org.w3c.dom.Document getFolderContainees(FilterData filterData) throws java.lang.Exception
filterData
- object to filter containees
java.lang.Exception
- If there are problems.public boolean isContainerDeleted(java.lang.String Id)
Id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |