Uses of Interface
de.xima.fc.interfaces.workflow.IElementSearchTermsProviding
-
Packages that use IElementSearchTermsProviding Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.interfaces.workflow -
-
Uses of IElementSearchTermsProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IElementSearchTermsProviding Modifier and Type Class Description class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e. nodes and triggers.class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowTrigger
A workflow trigger that start aWorkflowTask
when a certain event occurs. -
Uses of IElementSearchTermsProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IElementSearchTermsProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interface
IWorkflowElementEntity
Interface for workflow elements that behave differently depending on their type.
-