/** * <p> * Base test class which sets the correct credentials on the <code>SessionManager</code>. * </p> *
public interface IDctmSearch { public void setDQL(String dql); public String getDQL(); public void setQueryType(int type);
m_localClient = DfClient.getLocalClient(); Assertion assert = new Assertion(); Assertion.setAssertionsEnabled(true); assert.setInformLevel(Assertion.LEVEL_ERROR); assert.assert(getUsername() != null && getPassword() != null && getDocbase() != null,
private static String docBase; /** * @param docBase The docBase to set. * @uml.property name="docBase" */
* multi-docbase searches. It spawns a thread for each docbase search * and combines the results of all the searches. It also supports * sorting the combined result set. * * <p>
{ DfQuery query = new DfQuery(); query.setDQL( AdvancedQuery.this.dql ); try {
m_parentFldr = folderId; } void setSessInfo(IDfSessionManager sessMgr, String docbase) { m_sessMgr = sessMgr;
/** This class extends the WDK Search component to perform a multi-docbase * searche. It uses the IDctmSearch SBO for executing a query * and sets the results using a custom DocbaseResultSet object. * The docbases to search are set using the <search_docbases> tag * in the component xml file. For example:
m_localClient = DfClient.getLocalClient(); IDfLoginInfo loginInfo = new DfLoginInfo(); loginInfo.setUser(getUsername()); loginInfo.setPassword(getPassword()); m_sessMgr = m_localClient.newSessionManager();
* * <p> * This TBO overrides the addRendtionEx3(...) and the setFileEx(...) * methods. These methods are overridden to create the checksum of the * content of a rendition. The rendition(s) to be used is specified in the
{ /** * Sets the Object id of the dm_process object that defines the workflow template * @param processId Object id of the dm_process object that defines the workflow template *
{ /** *Sets the rendition which needs to be created when a dm_document object is checked in * *@param renditionFormat The format of the rendition
{ /** * Sets a model in the view * * @param iListModel The model to attach
public interface IMySBO extends IDfService { public void setAKeywordSBO (IDfSysObject myObj, String keyword) throws DfException; }
} } public void setInformLevel(int level) { m_bytInformLevel = level;
public interface IDataControl { public void setDefaultData(Object data); public Object getDefaultData(); public void setNamedData(String name,Object data);
// Persistence virtual void DoPropExchange(CPropExchange* pPX); // Reset control state virtual void OnResetState(); // Implementation
** signed by a Documentum corporate officer. */ // DBTypCt.h : Declaration of the DxDocbaseTypesCtl OLE control class. ///////////////////////////////////////////////////////////////////////////// // DxDocbaseTypesCtl : See DBTypCt.cpp for implementation.
{ root = child; root.setParent(null); } else
} /** * Sets the value of the name property. * * @param value
* the value for the authKey property */ public void setAuthKey(String authKey) { this.authKey = authKey; }
© 2007 EMC Corporation. All rights reserved. - Searching 462,160 lines of code.