Uses of Interface
de.xima.fc.interfaces.workflow.mixin.ISequentialUpdating
-
Packages that use ISequentialUpdating Package Description de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.workflow.designer.registry.nodes -
-
Uses of ISequentialUpdating in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of ISequentialUpdating in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interface
ISemverUpdating<TData,TElement extends IWorkflowElementEntity>
AISequentialUpdating
that interprets the version string as aSemver
and updates the properties model according to the previous and current semantic version.interface
ISemverUpdatingNode<TData>
AISemverUpdating
forWorkflowNode
handlers.interface
ISemverUpdatingTrigger<TData>
AISemverUpdating
forWorkflowTrigger
handlers. -
Uses of ISequentialUpdating in de.xima.fc.workflow.designer.registry.nodes
-