Skip to content

SVC_Omnistudio.OmniCallable

Class

apex
global interface SVC_Omnistudio.OmniCallable

A global inner interface that allows the SVC_Omnistudio class to instantiate a class and perform an operation within the Omnistudio framework. Classes implementing this interface are expected to define the call method to execute custom logic using provided parameters.


Methods

MethodDescription
global abstract void call(SVC_Omnistudio.Parameters parameters)Will execute an operation based on the parameters provided

call

apex
global abstract void call(SVC_Omnistudio.Parameters parameters)

Will execute an operation based on the parameters provided

Parameters

ParameterTypeDescription
parametersSVC_Omnistudio.ParametersThe Omnistudio input, output and options parameters