Uses of Class
org.flowable.bpmn.model.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type ArtifactModifier and TypeMethodDescriptionprotected void
BpmnXMLConverter.createXML
(Artifact artifact, BpmnModel model, XMLStreamWriter xtw) -
Uses of Artifact in org.flowable.bpmn.model
Subclasses of Artifact in org.flowable.bpmn.modelFields in org.flowable.bpmn.model with type parameters of type ArtifactModifier and TypeFieldDescriptionProcess.artifactList
SubProcess.artifactList
Process.artifactMap
SubProcess.artifactMap
BpmnModel.globalArtifacts
Methods in org.flowable.bpmn.model that return ArtifactModifier and TypeMethodDescriptionabstract Artifact
Artifact.clone()
BpmnModel.getArtifact
(String id) FlowElementsContainer.getArtifact
(String id) Process.getArtifact
(String id) SubProcess.getArtifact
(String id) protected Artifact
BpmnModel.getArtifactInSubProcess
(String id, SubProcess subProcess) Methods in org.flowable.bpmn.model that return types with arguments of type ArtifactModifier and TypeMethodDescriptionFlowElementsContainer.getArtifactMap()
Process.getArtifactMap()
SubProcess.getArtifactMap()
FlowElementsContainer.getArtifacts()
Process.getArtifacts()
SubProcess.getArtifacts()
BpmnModel.getGlobalArtifacts()
Methods in org.flowable.bpmn.model with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
FlowElementsContainer.addArtifact
(Artifact artifact) void
Process.addArtifact
(Artifact artifact) void
SubProcess.addArtifact
(Artifact artifact) void
FlowElementsContainer.addArtifactToMap
(Artifact artifact) void
Process.addArtifactToMap
(Artifact artifact) void
SubProcess.addArtifactToMap
(Artifact artifact) Method parameters in org.flowable.bpmn.model with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
BpmnModel.setGlobalArtifacts
(List<Artifact> globalArtifacts) -
Uses of Artifact in org.flowable.engine.impl.bpmn.parser.handler
Method parameters in org.flowable.engine.impl.bpmn.parser.handler with type arguments of type ArtifactModifier and TypeMethodDescriptionprotected void
AbstractBpmnParseHandler.processArtifacts
(BpmnParse bpmnParse, Collection<Artifact> artifacts) -
Uses of Artifact in org.flowable.image.impl
Methods in org.flowable.image.impl that return types with arguments of type ArtifactModifier and TypeMethodDescriptionDefaultProcessDiagramGenerator.gatherAllArtifacts
(BpmnModel bpmnModel) Methods in org.flowable.image.impl with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
DefaultProcessDiagramGenerator.ArtifactDrawInstruction.draw
(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, Artifact artifact) protected void
DefaultProcessDiagramGenerator.drawArtifact
(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, Artifact artifact)