Uses of Interface
com.veeva.vault.sdk.api.workflow.WorkflowInputValueType
Packages that use WorkflowInputValueType
Package
Description
This package provides interfaces to create custom actions for workflows, initiate workflow actions, and update
entities within workflow processing.
-
Uses of WorkflowInputValueType in com.veeva.vault.sdk.api.workflow
Fields in com.veeva.vault.sdk.api.workflow declared as WorkflowInputValueTypeModifier and TypeFieldDescriptionstatic final WorkflowInputValueType<Boolean>WorkflowInputValueType.BOOLEANMaps to the "Yes/No" field type input.static final WorkflowInputValueType<LocalDate>WorkflowInputValueType.DATEMaps to the "Date" field type input.static final WorkflowInputValueType<ZonedDateTime>WorkflowInputValueType.DATETIMEMaps to the "DateTime" field type input.static final WorkflowInputValueType<FileReference>WorkflowInputValueType.FILE_REFERENCEMaps to the "Attachment" field type input.static final WorkflowInputValueType<BigDecimal>WorkflowInputValueType.NUMBERMaps to the "Number" field type input.static final WorkflowInputValueType<WorkflowParticipantInputParameter>WorkflowInputValueType.PARTICIPANT_GROUPMaps to the "Workflow participant group" field type input.static final WorkflowInputValueType<List<String>>WorkflowInputValueType.PICKLIST_VALUESstatic final WorkflowInputValueType<String>WorkflowInputValueType.STRINGMaps to the "Text" field type input.Methods in com.veeva.vault.sdk.api.workflow that return WorkflowInputValueTypeModifier and TypeMethodDescriptionWorkflowParameterMetadata.getDataType()Retrieves the data value type of the parameter.