Package com.veeva.vault.sdk.api.workflow
Interface WorkflowItemDocument
- All Superinterfaces:
WorkflowItem
Provides methods to retrieve metadata information of a document item in a workflow.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Retrieves theid
of the document associated with this item.Retrieves the major version of the document associated with this item.Retrieves the minor version of the document associated with this item.Methods inherited from interface com.veeva.vault.sdk.api.workflow.WorkflowItem
getTypedWorkflowItem, getWorkflowItemType
-
Method Details
-
getId
String getId()Retrieves theid
of the document associated with this item.- Returns:
- the ID of the document
-
getMajorVersion
BigDecimal getMajorVersion()Retrieves the major version of the document associated with this item.- Returns:
- the major version of the document
-
getMinorVersion
BigDecimal getMinorVersion()Retrieves the minor version of the document associated with this item.- Returns:
- the minor version of the document
-