Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeFormAvailabilityProps
-
-
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcChangeFormAvailabilityProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcChangeFormAvailabilityProps>
FcChangeFormAvailabilityBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcChangeFormAvailabilityProps Modifier and Type Method Description protected String
FcChangeFormAvailabilityBpmnModeler. createDetails(IModelWorkflowNodeParams<FcChangeFormAvailabilityProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcChangeFormAvailabilityBpmnModeler. createName(IModelWorkflowNodeParams<FcChangeFormAvailabilityProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeFormAvailabilityProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcChangeFormAvailabilityProps>
FcChangeFormAvailabilityHandler. getBpmnModeler()
Class<FcChangeFormAvailabilityProps>
FcChangeFormAvailabilityHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcChangeFormAvailabilityProps Modifier and Type Method Description INormalCompletionResult
FcChangeFormAvailabilityHandler. execute(INodeExecutionParams<FcChangeFormAvailabilityProps> params)
ISummaryKeyValueModel
FcChangeFormAvailabilityHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcChangeFormAvailabilityProps> params)
-
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcChangeFormAvailabilityProps Constructor Description FcChangeFormAvailabilityExecutor(INodeExecutionParams<FcChangeFormAvailabilityProps> params)
Creates a new executor for executing a compress as ZIP action with the given params. -
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcChangeFormAvailabilityProps Modifier and Type Method Description static FcChangeFormAvailabilityProps
WorkflowNodePropsFactory. changeFormAvailability(EChangeFormAvailabilityType changeType)
Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_FORM_AVAILABILITY
that changes the availability of a form.
-