Package com.veeva.vault.sdk.api.action
Interface PreExecutionUIContext
- All Known Subinterfaces:
PreExecutionDocumentActionUIContext,PreExecutionRecordActionUIContext
public interface PreExecutionUIContext
Set UI components during the pre-execution phase for a record
or document action in the
USER_ACTION use case.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetUserActionUIBehavior(PreExecutionUserActionUIBehavior preExecBehavior) Set pre-execution UI behavior on the context.
-
Method Details
-
setUserActionUIBehavior
Set pre-execution UI behavior on the context. APreExecutionUserActionUIBehaviorcan be retrieved throughUserActionUIService.- Parameters:
preExecBehavior- the behavior to set
-