Uses of Class
de.xima.fc.workflow.model.nodes.FcLogEntryProps
Packages that use FcLogEntryProps
Package
Description
-
Uses of FcLogEntryProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcLogEntryProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcLogEntryPropsModifier and TypeFieldDescriptionFcLogEntryBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcLogEntryPropsModifier and TypeMethodDescriptionprotected StringFcLogEntryBpmnModeler.createDetails(IModelWorkflowNodeParams<FcLogEntryProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcLogEntryBpmnModeler.createName(IModelWorkflowNodeParams<FcLogEntryProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcLogEntryProps 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 FcLogEntryPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_LOG_ENTRY.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcLogEntryPropsModifier and TypeMethodDescriptionFcLogEntryHandler.getBpmnModeler()FcLogEntryHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcLogEntryPropsModifier and TypeMethodDescriptionFcLogEntryHandler.execute(INodeExecutionParams<FcLogEntryProps> params) FcLogEntryHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcLogEntryProps> params) -
Uses of FcLogEntryProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcLogEntryProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_POST_REQUEST.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcLogEntryPropsModifierConstructorDescriptionCreates a new executor for creating a log entry in the process log. -
Uses of FcLogEntryProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcLogEntryPropsModifier and TypeMethodDescriptionstatic FcLogEntryPropsWorkflowNodePropsFactory.logEntry(ELogEntryActionLogLevel level, String comments) Creates a new workflow node model for aEWorkflowNodeType.FC_LOG_ENTRYwith a given level and comments.