Uses of Interface
de.xima.fc.interfaces.IUpdateCustomParametersParams
-
Packages that use IUpdateCustomParametersParams Package Description de.xima.fc.interfaces.workflow 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.workflow -
-
Uses of IUpdateCustomParametersParams in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow with parameters of type IUpdateCustomParametersParams Modifier and Type Method Description default com.alibaba.fastjson.JSONObject
ICustomParametersUpdateable. updateCustomParams(IUpdateCustomParametersParams params)
Updates the custom parameters to the currentIVersionedCustomParametersProviding.getCustomParametersVersion()
. -
Uses of IUpdateCustomParametersParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IUpdateCustomParametersParams Modifier and Type Method Description default com.alibaba.fastjson.JSONObject
ISequentialUpdating. updateCustomParams(IUpdateCustomParametersParams params)
-
Uses of IUpdateCustomParametersParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IUpdateCustomParametersParams Modifier and Type Class Description class
UpdateModelParams
Default POJO implementation ofIUpdateCustomParametersParams
.
-