Uses of Interface
de.xima.fc.fastjson.IFastJsonUpdateTransition
-
Packages that use IFastJsonUpdateTransition Package Description de.xima.fc.fastjson de.xima.fc.interfaces.plugin.param.form_record.message 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.update -
-
Uses of IFastJsonUpdateTransition in de.xima.fc.fastjson
Method parameters in de.xima.fc.fastjson with type arguments of type IFastJsonUpdateTransition Modifier and Type Method Description static <TVersion extends Comparable<TVersion>>
FastJsonUpdater<TVersion>FastJsonUpdater. of(Map<TVersion,? extends IFastJsonUpdateTransition> transitions)
-
Uses of IFastJsonUpdateTransition in de.xima.fc.interfaces.plugin.param.form_record.message
Methods in de.xima.fc.interfaces.plugin.param.form_record.message that return types with arguments of type IFastJsonUpdateTransition Modifier and Type Method Description default Map<com.vdurmont.semver4j.Semver,IFastJsonUpdateTransition>
IPluginMessageConfigExtension. getUpdateTransitions()
A map from the version where an update is required to that update. -
Uses of IFastJsonUpdateTransition in de.xima.fc.interfaces.workflow.mixin
Subinterfaces of IFastJsonUpdateTransition in de.xima.fc.interfaces.workflow.mixin Modifier and Type Interface Description interface
IUpdateTransition
Performs an upgrade from a previous version to a newer version. -
Uses of IFastJsonUpdateTransition in de.xima.fc.update.interfaces
Subinterfaces of IFastJsonUpdateTransition in de.xima.fc.update.interfaces Modifier and Type Interface Description interface
IBuiltinWorkflowUpdate
-
Uses of IFastJsonUpdateTransition in de.xima.fc.update.workflow
Classes in de.xima.fc.update.workflow that implement IFastJsonUpdateTransition Modifier and Type Class Description class
EFcChangeFormRecordActivenessHandler
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.class
EFcSendFormRecordMessagePropsUpdate
-
Uses of IFastJsonUpdateTransition in de.xima.fc.workflow.update
Classes in de.xima.fc.workflow.update that implement IFastJsonUpdateTransition Modifier and Type Class Description class
ListUpdateTransition
AIUpdateTransition
composed of multiple individual .transitions.
-