ChorusUserInfo
The context for a plugin execution.
The context for a plugin execution. This contains information about the underlying platform, such as connection information and/or job submission, the working directory, etc.
Created by emiliedelongueau on 7/4/17.
:: AlpineSdkApi :: Control the behavior of the operator GUI node within the editor.
:: AlpineSdkApi :: Control the behavior of the operator GUI node within the editor.
A listener can be used to pass messages from the plugin operators to the UI console.
A listener can be used to pass messages from the plugin operators to the UI console.
:: AlpineSdkApi :: Object that is returned by the "get metadata" method in the plugin signature class.
:: AlpineSdkApi :: Object that is returned by the "get metadata" method in the plugin signature class. And is used by the plugin engine to define how the operator will show up in the GUI.
the name of the operator as it shows up in the GUI
the category of operator i.e. "transformation". Used to filter operator in the left hand panel of the workflow GUI.
the writer of the operator
the version number of this operator.
A link to documentation about the operator
Name and shape of the custom icon. To use the default icon, use Option.empty().
The text of the tool tip which appears when the user hovers over the icon for the operator in the left hand "operators" dropdown.
:: AlpineSdkApi :: Interface for accessing the parameter values for an operator.
:: AlpineSdkApi :: Interface for accessing the parameter values for an operator. This is the argument to the 'onExecution' callback function. The developers can extract operator parameter values through this interface.
:: AlpineSdkApi :: A separate instance of operator plugin runtime gets instantiated for each 'run' of the workflow (or a 'step-run').
:: AlpineSdkApi :: A separate instance of operator plugin runtime gets instantiated for each 'run' of the workflow (or a 'step-run'). When the run is finished, the instance will get deleted/garbage-collected without reuses for subsequent runs.
:: AlpineSdkApi :: Bundles operator types and metadata used to host the operator in the running system.
:: AlpineSdkApi :: Bundles operator types and metadata used to host the operator in the running system. Descendants must have a no-arguments constructor
This is the required return type for the onInputOrParameterChange function in OperatorGUINode class.
This is the required return type for the onInputOrParameterChange function in OperatorGUINode class. If the schemas of connected inputs or selected parameters are invalid, this should be false, along with an optional message about why this is false.
true if the operator is valid. false otherwise.
An optional message that will show up in the UI. You can return a message even if the operator is valid.
-- ID of the workfile where the operator is run. This can be usd in the ChorusAPICaller to get the workspace ID.
ChorusUserInfo
-- Chorus UserId (should be an integer).
-- User Display Name, Chorus user name, not userId.
-- Chorus Session ID, can be used to make requests to Chorus.