Uses of Class
de.xima.fc.workflow.model.nodes.FcLogEntryProps
- 
Packages that use FcLogEntryProps Package Description de.xima.fc.workflow.designer.bpmn.node.action de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory  - 
- 
Uses of FcLogEntryProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcLogEntryProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcLogEntryProps>FcLogEntryBpmnModeler. INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcLogEntryProps Modifier and Type Method Description protected 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
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcLogEntryProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcLogEntryProps>FcLogEntryHandler. getBpmnModeler()Class<FcLogEntryProps>FcLogEntryHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcLogEntryProps Modifier and Type Method Description INormalCompletionResultFcLogEntryHandler. execute(INodeExecutionParams<FcLogEntryProps> params)ISummaryKeyValueModelFcLogEntryHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcLogEntryProps> params) - 
Uses of FcLogEntryProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcLogEntryProps Constructor Description FcLogEntryExecutor(INodeExecutionParams<FcLogEntryProps> params)Creates 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 FcLogEntryProps Modifier and Type Method Description static FcLogEntryPropsWorkflowNodePropsFactory. logEntry(ELogEntryActionLogLevel level, String comments)Creates a new workflow node model for aEWorkflowNodeType.FC_LOG_ENTRYwith a given level and comments. 
 -