Uses of Interface
de.xima.fc.interfaces.workflow.mixin.IUpdateTransition
-
Packages that use IUpdateTransition 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.update.interfaces de.xima.fc.update.workflow de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.update -
-
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 IUpdateTransition Modifier and Type Method Description Map<TVersion,IUpdateTransition>
ISequentialUpdating. 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.interfaces Modifier and Type Interface Description interface
IBuiltinWorkflowUpdate
Methods in de.xima.fc.update.interfaces that return types with arguments of type IUpdateTransition Modifier and Type Method Description static <E extends Enum<E> & IBuiltinWorkflowUpdate>
com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>IBuiltinWorkflowUpdate. create(Class<E> enumClass)
-
Uses of IUpdateTransition in de.xima.fc.update.workflow
Classes in de.xima.fc.update.workflow that implement IUpdateTransition Modifier and Type Class Description class
EFcCompressAsZipUpdates
Enumeration with the updates for the properties of the compress as ZIP action.class
EFcCreateTextFilePropsUpdate
Updates for theFcCreateTextFileProps
model class.class
EFcDecodeBase64PropsUpdate
Updates for theFcDecodeBase64Props
model class.class
EFcEmailUpdates
Enumeration with the updates for the properties of the email workflow action.class
EFcExportToPersistencePropsUpdate
Updates for theFcExportToPersistenceProps
model class.class
EFcExportToXmlPropsUpdate
Updates for theFcExportToXmlProps
model class.class
EFcFillPdfPropsUpdate
Updates for theFcFillPdfProps
model class.class
EFcFillWordPropsUpdate
Updates for theFcFillWordProps
model class.class
EFcHttpRequestPropsUpdate
Updates for theFcHttpRequestProps
model class.class
EFcProcessLogPdfPropsUpdate
Updates for theFcProcessLogPdfProps
model class.class
EFcProvideResourcePropsUpdate
Updates for theFcProvideResourceProps
model class.Fields in de.xima.fc.update.workflow with type parameters of type IUpdateTransition Modifier and Type Field Description static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcCompressAsZipUpdates. TRANSITIONS
Immutable map of all transitions contained in this enumeration.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcCreateTextFilePropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcDecodeBase64PropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcEmailUpdates. TRANSITIONS
Immutable map of all transitions contained in this enumeration.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcExportToPersistencePropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcExportToXmlPropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcFillPdfPropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcFillWordPropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcHttpRequestPropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcProcessLogPdfPropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class.static com.google.common.collect.ImmutableMap<com.vdurmont.semver4j.Semver,IUpdateTransition>
EFcProvideResourcePropsUpdate. TRANSITIONS
All update transitions from this enumeration for the model class. -
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 IUpdateTransition Modifier and Type Method Description Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcCompressAsZipHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcCreateTextFileHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcDecodeBase64Handler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcEmailHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcExportToPersistenceHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcExportToXmlHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcFillPdfHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcFillWordHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcHttpRequestHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcProcessLogPdfHandler. getTransitions()
Map<com.vdurmont.semver4j.Semver,IUpdateTransition>
FcProvideResourceHandler. getTransitions()
-
Uses of IUpdateTransition in de.xima.fc.workflow.update
Classes in de.xima.fc.workflow.update that implement IUpdateTransition Modifier and Type Class Description class
ListUpdateTransition
AIUpdateTransition
composed of multiple individual .transitions.Methods in de.xima.fc.workflow.update with type parameters of type IUpdateTransition Modifier and Type Method Description static <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 IUpdateTransition Modifier and Type Method Description static <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 IUpdateTransition Constructor Description ListUpdateTransition(List<? extends IUpdateTransition> transitions)
-