Uses of Interface
de.xima.fc.interfaces.workflow.ICustomParametersProviding
Packages that use ICustomParametersProviding
Package
Description
Package für Datenbankentitäten
-
Uses of ICustomParametersProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement ICustomParametersProvidingModifier and TypeClassDescriptionclass
AWorkflowElement<TElement extends IWorkflowElementEntity,
TSearchTerm extends AWorkflowElementSearchTerm<TElement>> Base class for workflow elements, i.e. nodes and triggers.class
A workflow node that represents a statement in a workflow task.class
A workflow trigger that start aWorkflowTask
when a certain event occurs. -
Uses of ICustomParametersProviding in de.xima.fc.interfaces.workflow
Subinterfaces of ICustomParametersProviding in de.xima.fc.interfaces.workflowModifier and TypeInterfaceDescriptioninterface
Interface for entities that provide custom parameters stored as a JSON string.interface
Interface for workflow elements that behave differently depending on their type.