Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
EDLResponse |
EDLRequest.retrieveAllRootNodes(EDLRequest.NodeType nodeType)
Retrieves all root EDL nodes and node metadata
|
EDLResponse |
EDLRequest.retrieveNodeChildren(EDLRequest.NodeType nodeType,
String parentNodeId)
Given an EDL node ID, retrieves immediate children (not grandchildren) of that node.
|
EDLResponse |
EDLRequest.retrieveSpecificRootNodes(EDLRequest.NodeType nodeType,
List<String> nodeRefIds)
Retrieves the root node ID for the given EDL record IDs
|
Copyright © 2021. All rights reserved.