Uses of Class
de.xima.fc.workflow.model.nodes.FcSetSavedFlagProps
Packages that use FcSetSavedFlagProps
Package
Description
-
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcSetSavedFlagProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcSetSavedFlagPropsModifier and TypeFieldDescriptionFcSetSavedFlagBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcSetSavedFlagPropsModifier and TypeMethodDescriptionprotected StringFcSetSavedFlagBpmnModeler.createName(IModelWorkflowNodeParams<FcSetSavedFlagProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcSetSavedFlagPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeset saved flag.final classTheINodeHandlerfor nodes of typeset saved flag.final classTheINodeHandlerfor nodes of typeset saved flag.final classTheINodeHandlerfor nodes of typeset saved flag.final classTheINodeHandlerfor nodes of typeset saved flag.final classTheINodeHandlerfor nodes of typeset saved flag.final classTheINodeHandlerfor nodes of typeset saved flag.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSetSavedFlagPropsModifier and TypeMethodDescriptionFcSetSavedFlagHandler.getBpmnModeler()FcSetSavedFlagHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSetSavedFlagPropsModifier and TypeMethodDescriptionFcSetSavedFlagHandler.execute(INodeExecutionParams<FcSetSavedFlagProps> params) FcSetSavedFlagHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcSetSavedFlagProps> params) -
Uses of FcSetSavedFlagProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcSetSavedFlagProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionclassHandler for executing a workflow action of typeEWorkflowNodeType.FC_SET_SAVED_FLAG.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSetSavedFlagPropsModifierConstructorDescriptionCreates 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 FcSetSavedFlagPropsModifier and TypeMethodDescriptionstatic FcSetSavedFlagPropsWorkflowNodePropsFactory.setSavedFlag()Creates a new workflow node model for aEWorkflowNodeType.FC_SET_SAVED_FLAGthat marks the form record as saved or unsaved.