Uses of Interface
de.xima.fc.interfaces.workflow.IElementKeyProviding
Packages that use IElementKeyProviding
Package
Description
Package für Datenbankentitäten
-
Uses of IElementKeyProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IElementKeyProvidingModifier and TypeClassDescriptionclassAWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>> Base class for workflow elements, i.e. nodes and triggers.classA workflow node that represents a statement in a workflow task.classA 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.workflowModifier and TypeInterfaceDescriptioninterfaceInterface 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.eventModifier and TypeInterfaceDescriptioninterfaceITriggerAppliesToEventParams<TData>Represents the parameters forITriggerHandler.isAppliesToEvent(ITriggerAppliesToEventParams).interfaceRepresents the parameters forITriggerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams). -
Uses of IElementKeyProviding in de.xima.fc.interfaces.workflow.params
Subinterfaces of IElementKeyProviding in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterfaceIElementLocalValidationParams<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 IElementKeyProvidingModifier and TypeClassDescriptionfinal 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 IElementKeyProvidingModifier and TypeMethodDescriptionstatic <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 IElementKeyProvidingModifier and TypeClassDescriptionfinal classAppliesToEventParams<TData>Default implementation ofITriggerAppliesToEventParams.final classElementLocalValidationParams<TData,TElement extends IWorkflowElementEntity> Default POJO implementation ofIElementLocalValidationParams.final classPreconditionSatisfiedParams<TData>Default implementation of aITriggerPreconditionSatisfiedParams.final classTriggerOnTaskFinishParams<TData>Default implementation of aITriggerOnTaskFinishParams.final classWorkflowElementWithDeserializedModel<TData,TElement> Implementation ofIWorkflowElementWithDeserializedModelthat loads the data lazily when requested.