Uses of Interface
de.xima.fc.interfaces.workflow.IElementKeyProviding
- 
Packages that use IElementKeyProviding Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.event de.xima.fc.interfaces.workflow.params de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.logic.validation de.xima.fc.workflow.processor.model  - 
- 
Uses of IElementKeyProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IElementKeyProviding Modifier and Type Class Description classAWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>Base class for workflow elements, i.e. nodes and triggers.classWorkflowNodeA workflow node that represents a statement in a workflow task.classWorkflowTriggerA workflow trigger that start aWorkflowTaskwhen a certain event occurs. - 
Uses of IElementKeyProviding in de.xima.fc.interfaces.workflow
Subinterfaces of IElementKeyProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interfaceIWorkflowElementEntityInterface for workflow elements that behave differently depending on their type.interfaceIWorkflowElementWithDeserializedModel<TData,TElement>A workflow node together with its deserialized model. - 
Uses of IElementKeyProviding in de.xima.fc.interfaces.workflow.event
Subinterfaces of IElementKeyProviding in de.xima.fc.interfaces.workflow.event Modifier and Type Interface Description interfaceITriggerAppliesToEventParams<TData>Represents the parameters forITriggerHandler.isAppliesToEvent(ITriggerAppliesToEventParams).interfaceITriggerPreconditionSatisfiedParams<TData>Represents the parameters forITriggerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams). - 
Uses of IElementKeyProviding in de.xima.fc.interfaces.workflow.params
Subinterfaces of IElementKeyProviding in de.xima.fc.interfaces.workflow.params Modifier and Type Interface Description interfaceIElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity>Interface for the parameters that are passed toIElementHandler.validateLocal(IElementLocalValidationParams).interfaceITriggerOnTaskBeginParams<TData>Parameters passed to the callback methodITriggerHandler.onTaskBegin(ITriggerOnTaskBeginParams).interfaceITriggerOnTaskFinishParams<TData>Parameters passed to the callback methodITriggerHandler.onTaskFinish(ITriggerOnTaskFinishParams). - 
Uses of IElementKeyProviding in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement IElementKeyProviding Modifier and Type Class Description classTriggerOnTaskBeginParams<TData>Default implementation of aITriggerOnTaskBeginParams. - 
Uses of IElementKeyProviding in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation with type parameters of type IElementKeyProviding Modifier and Type Method Description static <T extends IElementKeyProviding & IWorkflowElementTypeProviding>
booleanWorkflowValidatorHelper. validateAvailability(DefaultWorkflowValidationContext context, T element, Object data)Checks whether the node or trigger is available, i.e. whether the user is allowed to make use of it. - 
Uses of IElementKeyProviding in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IElementKeyProviding Modifier and Type Class Description classAppliesToEventParams<TData>Default implementation ofITriggerAppliesToEventParams.classElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity>Default POJO implementation ofIElementLocalValidationParams.classPreconditionSatisfiedParams<TData>Default implementation of aITriggerPreconditionSatisfiedParams.classTriggerOnTaskFinishParams<TData>Default implementation of aITriggerOnTaskFinishParams.classWorkflowElementWithDeserializedModel<TData,TElement>Implementation ofIWorkflowElementWithDeserializedModelthat loads the data lazily when requested. 
 -