1 | getPlaceholderDetails | Signature: getPlaceholderDetails() Description: Retrieves placeholder details and populates a DocumentVO object by delegating to the internal DocumentContext. |
2 | distributePlaceholder | Signature: distributePlaceholder(List<Map<String, Object>> distributionList) |
3 | applyActivityLocks | Signature: applyActivityLocks(String objects) Description: Applies activity locks to the specified object. Internally calls DocumentContext.applyActivityLocks with the revision ID from the hashMap, the provided objects string, and a task type of 1. |
4 | assignVisibility | Signature: assignVisibility(DocumentVO documentVO, Map<String, List<String>> dataMap) |
5 | getCustomAttributeValue | Signature: getCustomAttributeValue(DocumentVO documentVO, String attributeName) Description: Retrieves the value of a custom attribute for the specified placeholder document. |
6 | getPlaceholderDetails | Signature: getPlaceholderDetails(HashMap<Object, Object> optionMap) |
7 | getCustomAttributes | Signature: getCustomAttributes() Description: Retrieves all custom attributes for the placeholder document. |
8 | getCustomAttributes | Signature: getCustomAttributes(HashMap<Object, Object> optionMap) |
9 | callExternalAPI | Signature: callExternalAPI(Map<Object, Object> distributeFileMap) |
10 | updatePlaceholders | Signature: updatePlaceholders(ArrayList<DocumentVO> listOfDocumentVO, HashMap<Object, Object> optionMap) |
11 | getFolderPath | Signature: getFolderPath(DocumentVO documentVO) |
12 | getCurrentUserDetails | Signature: getCurrentUserDetails() Description: Retrieves the current user details by delegating to the internal DocumentContext. Returns: UserVO - A UserVO object containing the current user details. |
13 | isAttributeValueExist | Signature: isAttributeValueExist(DocumentVO documentVO, Set<String> attributeNames, RevisionDetailsOption option, HashMap<Object, Object> optionMap) Description: Checks if the specified attributes exist for the given placeholder document. If the option is FOLDER_LEVEL_UNIQUE, it is automatically converted to FOLDER_LEVEL_INCLUDE_PLACEHOLDER before delegating to DocumentContext. Returns: Set<String> - A set of attribute names that exist. |
