| BaseActionProps |
Base class for node properties.
|
| BaseConditionProps |
Base class for common properties used by binary condition nodes.
|
| BaseDoUntilLoopProps |
Base class for common properties used by do-until loop nodes.
|
| BaseForEachLoopProps |
Base class for common properties used by for-each loop nodes.
|
| BaseTriggerProps |
Base class for trigger properties.
|
| BaseWhileLoopProps |
Base class for common properties used by while loop nodes.
|
| ClientClientCounterView |
|
| ClientClientResourceView |
|
| ClientDirectClientAuthorizationView |
|
| ClientIcon |
Similar to IGuiIcon, but a final mutable class that can be serialized and deserialized via JSON.
|
| ClientIconWrapper |
|
| ClientInboxView |
View of an Inbox that can be sent to the client.
|
| ClientOpaqueColor |
Represents an opaque (=no transparency) color for a node or trigger.
|
| ClientProjectResourceView |
|
| ClientSubmitButtonView |
|
| ClientTemplateView |
|
| ClientUserGroupView |
View of a UserGroup that can be sent to the client.
|
| ClientUserView |
Deprecated. |
| ClientWorkflowStateView |
|
| CustomViewSettings |
|
| ElementEntry<TElement> |
|
| ElementMessageModel |
|
| ElementMessageSetModel |
|
| ElementPrototypeModel |
JSON-convertible client model that represents a prototype for a flowchart element that corresponds to a HTML element.
|
| FlowchartClientConfig |
Model class for the JSON object that is sent to the client (browser) during a full update of the flowchart.
|
| FlowchartElementResource |
Represents the JavaScript and CSS resources required by a flowchart element.
|
| FlowchartModel |
|
| FlowchartSelection<TElement> |
Describes the currently selected element of the flowchart.
|
| FlowchartSnapshot |
Represents the serialized version of the flowchart model.
|
| FlowchartUpdateClientConfig |
Model class for the JSON object that is sent to the client (browser) during a partial update of the flowchart.
|
| HistoryInfo |
POJO model for receives updates from the client regarding updates to the redo / undo buttons.
|
| InitialElementHandlerTypeSet |
Contains the additional workflow element handlers that should be loaded when the flowchart is loaded.
|
| InitialNodePrototypeClientModel |
JSON-convertible client POJO model for the node prototypes that should be set when a new task is created.
|
| InsertNodeData |
POJO model for inserting a node into the flowchart from external Java code.
|
| JsonPatchUpdate |
|
| MissingElementHandlers |
|
| NodeDeletionUpdate |
|
| NodeEntry<TElement> |
|
| NodeExpansionUpdate |
|
| NodeModel |
View model corresponding to the WorkflowNode entity, used by the Flowchart component.
|
| NodeParamsUpdate |
|
| NodeWithTask |
|
| ProcessModel |
View model corresponding to the WorkflowProcess entity, used by the Flowchart component.
|
| RegisterBaseConditionOptions |
Parameters that can be passed as the second parameter to the client side JavaScript method
Flowchart.registerBaseCondition.
|
| RegisterBaseDoUntilLoopOptions |
Parameters that can be passed as the second parameter to the client side JavaScript method
Flowchart.registerBaseDoUntilLoop.
|
| RegisterBaseWhileLoopOptions |
Parameters that can be passed as the second parameter to the client side JavaScript method
Flowchart.registerBaseWhileLoop.
|
| TaskEntry<TElement> |
|
| TaskModel |
View model corresponding to the WorkflowTask entity, used by the Flowchart component.
|
| TriggerDeletionUpdate |
|
| TriggerModel |
View model corresponding to the WorkflowTrigger entity, used by the Flowchart component.
|
| TriggerParamsUpdate |
|
| TriggerWithTask |
|
| ViewSettingsModel |
Models with the view options for the flowchart, such as whether to draw separator lines between lanes etc.
|
| WorkflowExternalState |
|