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 |
---|---|
ObjectLifecycleWorkflowRequest |
ObjectLifecycleWorkflowRequest.setBodyParams(Map<String,Object> bodyParams)
Single record form ObjectRecordRequest with name/value body parameters
|
ObjectLifecycleWorkflowRequest |
ObjectLifecycleWorkflowRequest.setDocumentIds(List<Integer> documentIdList)
Set the documents__sys body parameter to initiate actions on specific documents in a multi-doc workflow
|
ObjectLifecycleWorkflowRequest |
ObjectLifecycleWorkflowRequest.setLoc(boolean loc)
Set the loc
|
ObjectLifecycleWorkflowRequest |
ObjectLifecycleWorkflowRequest.setOffset(int offset)
Set the offset
|
ObjectLifecycleWorkflowRequest |
ObjectLifecycleWorkflowRequest.setPageSize(int pageSize)
Set the page size
|
ObjectLifecycleWorkflowRequest |
ObjectLifecycleWorkflowRequest.setStatus(String status)
Set the status
|
Copyright © 2021. All rights reserved.