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 atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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 interfaceIUpdateTransitionPerforms 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 interfaceIBuiltinWorkflowUpdate -
Uses of IFastJsonUpdateTransition in de.xima.fc.update.workflow
Classes in de.xima.fc.update.workflow that implement IFastJsonUpdateTransition Modifier and Type Class Description classEFcChangeFormRecordActivenessHandlerclassEFcCompressAsZipUpdatesEnumeration with the updates for the properties of the compress as ZIP action.classEFcCreateTextFilePropsUpdateUpdates for theFcCreateTextFilePropsmodel class.classEFcDecodeBase64PropsUpdateUpdates for theFcDecodeBase64Propsmodel class.classEFcEmailUpdatesEnumeration with the updates for the properties of the email workflow action.classEFcExportToPersistencePropsUpdateUpdates for theFcExportToPersistencePropsmodel class.classEFcExportToXmlPropsUpdateUpdates for theFcExportToXmlPropsmodel class.classEFcFillPdfPropsUpdateUpdates for theFcFillPdfPropsmodel class.classEFcFillWordPropsUpdateUpdates for theFcFillWordPropsmodel class.classEFcHttpRequestPropsUpdateUpdates for theFcHttpRequestPropsmodel class.classEFcProcessLogPdfPropsUpdateUpdates for theFcProcessLogPdfPropsmodel class.classEFcProvideResourcePropsUpdateUpdates for theFcProvideResourcePropsmodel class.classEFcSendFormRecordMessagePropsUpdate -
Uses of IFastJsonUpdateTransition in de.xima.fc.workflow.update
Classes in de.xima.fc.workflow.update that implement IFastJsonUpdateTransition Modifier and Type Class Description classListUpdateTransitionAIUpdateTransitioncomposed of multiple individual .transitions.
-