returns a Source Property. The standard pattern is to return a String or Object if a property has a single value and a String or Object Array if the property has multiple values.
public com.raritantechnologies.federated.DQL.DQLSearchSource.DQLResult getSearchProcess(java.util.Map inputParameters,
int startRec,
ILoginInfo userInfo)
get an ArrayList of search processes.
setDBConnection
public void setDBConnection(java.lang.String DBURI,
java.lang.String UID,
java.lang.String PASSWD)
save the documentum database parameters.
addQueryColumns
public void addQueryColumns(org.w3c.dom.Element sourceElem)
add the query columns to "IDtoColMap". This corresponds to the . Store the ID and the op (operator, e.g. "like").
addDQLTemplate
public void addDQLTemplate(java.lang.String dqlTmpl)
Save the DQL template
addResultFields
public void addResultFields(org.w3c.dom.NodeList resultMap)
add the result fields from the sections of the .
executeDQL
public com.raritantechnologies.federated.DQL.DQLSearchSource.DQLResult executeDQL(java.lang.String username,
java.lang.String password,
java.lang.String dbURI,
java.util.Map inParams,
int startRec,
int maxDocs)
throws DfException
Throws:
DfException
setUseFullText
public void setUseFullText(java.lang.String useFText)
isDEBUG
public static boolean isDEBUG()
setUseSessionLogin
public void setUseSessionLogin(java.lang.String useSess)