Class FcProcessLogPdfBpmnModeler

java.lang.Object
de.xima.fc.workflow.bpmn.AServiceTaskBpmnModeler<FcProcessLogPdfProps>
de.xima.fc.workflow.designer.bpmn.node.action.FcProcessLogPdfBpmnModeler
All Implemented Interfaces:
IWorkflowNodeBpmnModeler<FcProcessLogPdfProps>

public final class FcProcessLogPdfBpmnModeler extends AServiceTaskBpmnModeler<FcProcessLogPdfProps>
BPMN modeler for nodes of type process log pdf.
Since:
8.4.0
  • Field Details

  • Method Details

    • createDetails

      Description copied from class: AServiceTaskBpmnModeler
      Creates additional details regarding the configuration of the service task. These details are included in the text annotation of the service task, usually placed above the rectangle that represents the task in the BPMN diagram.
      Overrides:
      createDetails in class AServiceTaskBpmnModeler<FcProcessLogPdfProps>
      Parameters:
      params - The parameters with the node to model, as provided by the workflow engine.
      context - The BPMN model context, as provided by the workflow engine.
      localizer - The localizer to use for localizing the name. This is the same as the boundMessageLocalizer obtained from the context.
      Returns:
      The details of the service task in the BPMN model.
    • createName

      Description copied from class: AServiceTaskBpmnModeler
      Creates the name of the service task in the BPMN model. This is the name of the service task, usually placed inside the rectangle that represents the task in the BPMN diagram.

      The rectangle always has a defined width and height, independent of the name's length, so the name should be short and concise. If the name is too long, it may be truncated in the BPMN diagram. As a best practice, try not to include any user-configurable details in the name, simply use a static name that describes the type of action. Details about the action should be included in the task's annotation, see createDetails.

      By convention, name a task using an object and a verb in the infinitive. By doing this, you consistently describe what you do with an object. For example:

      • Review draft
      • Check invoice
      • Announce job
      Specified by:
      createName in class AServiceTaskBpmnModeler<FcProcessLogPdfProps>
      Parameters:
      params - The parameters with the node to model, as provided by the workflow engine.
      context - The BPMN model context, as provided by the workflow engine.
      localizer - The localizer to use for localizing the name. This is the same as the boundMessageLocalizer obtained from the context.
      Returns:
      The name of the service task in the BPMN model.