|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 738 EMC : Docbase Folder Deep Export (project search) : .../com/documentum/devprog/common/UtilityMethods.java
|
* Checksum algorithm to be used.
*/
private static String CHKSUM_ALGO = "MD5";
/**
* BOConfig instance.
Language: Java LOC: 153 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../src/com/documentum/sam/DpComponent.java
|
<INDEX_TYPE>sam_ectd_index</INDEX_TYPE>
<!-- The name of the object that contains the checksum of the INDEX object -->
<INDEX_CHKSUM_NAME>index-md5</INDEX_CHKSUM_NAME>
<!-- Docbase type of children of the INDEX vDoc -->
<SAM_ECTD_COMP>sam_ectd_comp</SAM_ECTD_COMP>
Language: Xml LOC: 43 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../sam/BusinessObject/sam/config/sam_config.xml
|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 738 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../com/documentum/devprog/common/UtilityMethods.java
|
// and 'too many results' errors + authenticate using IP
// or login, depending on the 'supportsLogin' property
// + parses dynamically account ID and "md5" search action
// signature. [cb]
//
Language: Java (c) 1996-2003 Xerox Corporation. All Rights Reserved. LOC: 118 EMC : Java Developer Connection (SUN) Web Site E...apter (project search) : .../Java Developer Connection (SUN) Web Site E...apter/computer/JDC/JDC.java
|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 738 EMC : Zip service - Version 2 (project search) : .../com/documentum/devprog/common/UtilityMethods.java
|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 734 EMC : Deep (Recursive) Import of a local folder (project search) : .../com/documentum/devprog/common/UtilityMethods.java
|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 738 EMC : Transformation Service (BOF 1.0 Service-ba...ject) (project search) : .../com/documentum/devprog/common/UtilityMethods.java
|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 601 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../src/com/documentum/sam/Helper.java
|
* @param objId The id of obj whose checksum needs to be generated
* @param format The format(rendition) whose rendition needs to be generated. If <code>null</code> the default rendition...
* @param algorithm The MessageDigest algorithm to use. Default is 'MD5'. Valid values - 'MD5', 'MD2', 'SHA-1','SHA-256'...
*
* @return The digest value. For any non-DFC errors, a <code>null</code> value is returned.
Language: Java LOC: 738 EMC : Duplicate Name Correction Business Objects (project search) : .../com/documentum/devprog/common/UtilityMethods.java
|
* <br>This variable is configurable. The name of configuration element is same as this variable
*/
public static String INDEX_CHKSUM_NAME = "index-md5";
/**
* The checksum algorithm to be used.
Language: Java LOC: 1391 EMC : SAM_ A Prototype Application of eCTD with ...entum (project search) : .../src/com/documentum/sam/SubmissionService.java
|
|