Interface | Description |
---|---|
OnedataHook |
This interface is used in Java RMI hook and this interface extends java.rmi.Remote, which is a remote service for
java RMI hook.
|
OnedataHookFactory |
this interface is using in Java Rmi to implement the factory pattern.
|
Class | Description |
---|---|
ActionRowset |
This class represents tabular data, list of rows, which is handled by Hook along with the action type which has to be
performed with this data.
|
Actions |
This class represents a collection of actions to be performed in a hook execution along with the data that are
required for that action.
|
Answer |
This class represents the responses of the user in reply to
Question asked during the execution of the hook. |
Column |
This class encapsulates the properties of a column which is a constituent of
Row . |
Form |
Form represents a data entry user interface which can be used by a user who is extending the Hook, to control the
data input capability during the execution of an Interactive Hook.
|
Forms |
This class represents a collection of
Form maintained in an interactive hook execution phase. |
HookInput |
The HookInput class is a top level encapsulation of the input to a hook execution phase of a
multi level invocation interactive hook.
|
HookOutput |
The
HookOutput class stores the output from the execution of hook which is used by the OneData
application or user. |
MatchingEngineHookInput |
This class is used by Castor mapping to create OnedataMatchingEngineHookInput xml
|
MatchingEngineSearchOptions |
This class is used by Castor mapping to create MatchingEngineSearchOptions tag in OnedataMatchingEngineHookInput xml.
|
Question |
This class is used in Interactive hook.
|
Row |
Row is a collection of
Column s. |
Rowset |
The Rowset class represents a collection of objects of type
Row . |
ShowableRowset |
Data from the object that is displayed to the user for view/selection purpose.
|
WorkflowAction |
The WorkflowAction class is a collection of
WorkflowHookDetail . |
WorkflowHookDetail |
The WorkflowHookDetail object holds the information used to configure external workflow rules.
|
WorkflowHookDetail.Builder |
Enum | Description |
---|---|
WorkflowHookDetail.Operator |
Operators used to configure the external workflow rule
AND denotes "AND" between approvers in the workflow rule level OR denotes "OR" between approvers in the workflow rule level NULL denotes no approver after the current approver in the workflow rule pipeline of the current level |