Uses of Class
de.xima.fc.workflow.model.nodes.FcSetSavedFlagProps
-
-
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSetSavedFlagProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcSetSavedFlagProps>
FcSetSavedFlagBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSetSavedFlagProps Modifier and Type Method Description protected String
FcSetSavedFlagBpmnModeler. createName(IModelWorkflowNodeParams<FcSetSavedFlagProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSetSavedFlagProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcSetSavedFlagProps>
FcSetSavedFlagHandler. getBpmnModeler()
Class<FcSetSavedFlagProps>
FcSetSavedFlagHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSetSavedFlagProps Modifier and Type Method Description INormalCompletionResult
FcSetSavedFlagHandler. execute(INodeExecutionParams<FcSetSavedFlagProps> params)
ISummaryKeyValueModel
FcSetSavedFlagHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSetSavedFlagProps> params)
-
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSetSavedFlagProps Constructor Description FcSetSavedFlagExecutor(INodeExecutionParams<FcSetSavedFlagProps> params)
Creates a new executor for executing a set saved flag with the given parameters. -
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcSetSavedFlagProps Modifier and Type Method Description static FcSetSavedFlagProps
WorkflowNodePropsFactory. setSavedFlag()
Creates a new workflow node model for aEWorkflowNodeType.FC_SET_SAVED_FLAG
that marks the form record as saved or unsaved.
-