Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IUpdateTransition
Packages that use IUpdateTransition
Package
Description
-
Uses of IUpdateTransition in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return types with arguments of type IUpdateTransitionModifier and TypeMethodDescriptionISequentialUpdating.getTransitions()
A map from the version where an update is required to that update. -
Uses of IUpdateTransition in de.xima.fc.update.interfaces
Subinterfaces of IUpdateTransition in de.xima.fc.update.interfacesMethods in de.xima.fc.update.interfaces that return types with arguments of type IUpdateTransitionModifier and TypeMethodDescriptionstatic <E extends Enum<E> & IBuiltinWorkflowUpdate>
com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition> -
Uses of IUpdateTransition in de.xima.fc.update.workflow
Classes in de.xima.fc.update.workflow that implement IUpdateTransitionModifier and TypeClassDescriptionenum
Enumeration with the updates for the properties of the compress as ZIP action.enum
Enumeration with the updates for the properties of the email workflow action.Fields in de.xima.fc.update.workflow with type parameters of type IUpdateTransitionModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,
IUpdateTransition> EFcCompressAsZipUpdates.TRANSITIONS
Immutable map of all transitions contained in this enumeration.static final com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,
IUpdateTransition> EFcEmailUpdates.TRANSITIONS
Immutable map of all transitions contained in this enumeration. -
Uses of IUpdateTransition in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type IUpdateTransitionModifier and TypeMethodDescriptionMap<com.vdurmont.semver4j.Semver,
IUpdateTransition> FcCompressAsZipHandler.getTransitions()
Map<com.vdurmont.semver4j.Semver,
IUpdateTransition> FcEmailHandler.getTransitions()
Map<com.vdurmont.semver4j.Semver,
IUpdateTransition> FcHttpRequestHandler.getTransitions()
-
Uses of IUpdateTransition in de.xima.fc.workflow.update
Classes in de.xima.fc.workflow.update that implement IUpdateTransitionModifier and TypeClassDescriptionfinal class
AIUpdateTransition
composed of multiple individual .transitions.Methods in de.xima.fc.workflow.update with type parameters of type IUpdateTransitionModifier and TypeMethodDescriptionstatic <T extends Enum<T> & IUpdateTransition & ISemVerProviding>
com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition> UpdateTransitions.createForEnum
(Class<? extends Enum<T>> enumType) Methods in de.xima.fc.workflow.update that return types with arguments of type IUpdateTransitionModifier and TypeMethodDescriptionstatic <T extends Enum<T> & IUpdateTransition & ISemVerProviding>
com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition> UpdateTransitions.createForEnum
(Class<? extends Enum<T>> enumType) Constructor parameters in de.xima.fc.workflow.update with type arguments of type IUpdateTransitionModifierConstructorDescriptionListUpdateTransition
(List<? extends IUpdateTransition> transitions) -
Uses of IUpdateTransition in de.xima.fc.workflow.update.node
Classes in de.xima.fc.workflow.update.node that implement IUpdateTransitionFields in de.xima.fc.workflow.update.node with type parameters of type IUpdateTransitionModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,
IUpdateTransition> EFcHttpRequestPropsUpdate.TRANSITIONS
All update transitions from this enumeration for the model class.