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 atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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.JSONObjectICustomParametersUpdateable. 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.JSONObjectISequentialUpdating. 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 classUpdateModelParamsDefault POJO implementation ofIUpdateCustomParametersParams.
-