public interface ConfigurationContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getValue(String parameterName,
ValueType<T> returnType)
Get a parameter's value.
|
<T> T getValue(String parameterName, ValueType<T> returnType)
Supported values for parameterName parameter:
com.veeva.vault.sdk.api.action.Usage: the usage context in which the action is configured
and executed against. com.veeva.vault.sdk.api.core.ValueType.STRING should be used to request
data for this parameter name.
com.veeva.vault.sdk.api.action.UsageLabel: the label of the usage context in which the
action is configured and executed against. com.veeva.vault.sdk.api.core.ValueType.STRING should
be used to request data for this parameter name.
com.veeva.vault.sdk.api.action.UsageEntryPoint: the usage context entry point for which the
action is configured and executed against. com.veeva.vault.sdk.api.core.ValueType.STRING should
be used to request data for this parameter name. Possible values include the following:
ENTRY_ACTION
EVENT_ACTION
USER_ACTION
CANCELATION_ACTION
ACTION_STEP
T - type of data requestedparameterName - name of the parameterreturnType - type of value to returnCopyright © Veeva Systems 2017–2021. All rights reserved.