- All Implemented Interfaces:
- DiagramFactory<ProjectMetadata,ProjectDiagram>, Factory<String>
@ApplicationScoped
public class CaseManagementProjectDiagramFactory
extends BindableDiagramFactory<ProjectMetadata,ProjectDiagram>
Custom BPMN factory instance for Diagrams on the Project context.
This factory initializes new BPMN diagrams with some specific project attributes ( given from the current
Project context ).
No need use use the Command API to set the diagram property values for the following reasons:
- No need to check runtime rules.
- No need to perform further undo/redos for these operations.