Returns objects from the Meridio repository matching the document specification,
and constrained by the start/end object addition times, and the subset of the total
results to return (startPositionOfHits and maxHitsToReturn)
The search method can return the results in "batches" results, based on the start position
and maximum hits to return.
domain -
Variable in class org.apache.manifoldcf.crawler.connectors.meridio.ConnectionConfig
dsDM -
Variable in class org.apache.manifoldcf.crawler.connectors.meridio.meridiowrapper.DMSearchResults
This method is a wrapper around the Meridio "GetCategories" Web Service Method
The following is the text from the Meridio Web Services Programming Guide
Retrieves all categories accessible by the user.
This method is a wrapper around the Meridio "GetConfiguration" RM Web Service Method
The following is the text from the Meridio Web Services Programming Guide
Returns a DataSet containing information about all system configuration settings.
Given the SOAP response received by AXIS on the successful call to a Meridio
Web Service, this helper method returns a castor DMDataSet object which represents
the XML
This makes it much easier to subsequently manipulate the data that has been
returned from the web service, and ensures that the Meridio wrapper implementation
is as close to native .NET code as we can get.
Given a document specification, get either a list of starting document identifiers (seeds),
or a list of changes (deltas), depending on whether this is a "crawled" connector or not.
This method is a wrapper around the Meridio "GetLatestVersionFile" Web Service Method
These methods retrieve a copy of a the latest version of a file that is stored in Meridio.
Returns the categories set up in the Meridio system; these are used by the UI for two
purposes
1) To populate the "SearchCategory"
Use "getPROP_title()" on the list of CATEGORIES object in
the return ArrayList
2) To assist with population of the metadata values to return.
This method is a wrapper around the Meridio "GetPropertyDefs" RM Web Service Method
The following is the text from the Meridio Web Services Programming Guide
Returns a DataSet containing information about all fixed property definitions for objects
in the RM Web Service.
Given the SOAP response received by AXIS on the successful call to a Meridio
Web Service, this helper method returns a castor RMDataSet object which represents
the XML
This makes it much easier to subsequently manipulate the data that has been
returned from the web service, and ensures that the Meridio wrapper implementation
is as close to native .NET code as we can get.
Given the castor object representing the Meridio DMDataSet XSD, this method generates
the XML that must be passed over the wire to invoke the Meridio DM Web Service
Given the castor object representing the Meridio DMDataSet XSD, this method generates
the XML that must be passed over the wire to invoke the Meridio DM Web Service
This method is a wrapper around the Meridio "GetStaticData" Web Service Method
The following is the text from the Meridio Web Services Programming Guide
Returns data that may be considered as static in a typical Meridio system, and that is not
subject to access control.
This method is a wrapper around the Meridio "GetUsersData" Web Service Method
The following table shows which results are populated in the return result
if they are set to "true"
ACCESSCONTROL getCanDo (also controls retrieval of activity information for
requested groups, containers, stored searches and
locked documents)
CONTAINERS getSharedContainers
DOCUMENT_CUSTOMPROPS getLockedDocuments
GROUP_CUSTOMPROPS getGroupList
USER_CUSTOMPROPS getPropList
DOCUMENTS getLockedDocuments
GROUPS getGroupList
STOREDSEARCHES getStoredSearches
USERS getPropList
This method is a wrapper around the Meridio "SearchDocuments" Web Service Method
The following is the text is paraphrased from the Meridio Web Services Programming Guide