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 voidBpmnXMLConverter.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.artifactListSubProcess.artifactListProcess.artifactMapSubProcess.artifactMapBpmnModel.globalArtifactsMethods in org.flowable.bpmn.model that return ArtifactModifier and TypeMethodDescriptionabstract ArtifactArtifact.clone()BpmnModel.getArtifact(String id) FlowElementsContainer.getArtifact(String id) Process.getArtifact(String id) SubProcess.getArtifact(String id) protected ArtifactBpmnModel.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 TypeMethodDescriptionvoidFlowElementsContainer.addArtifact(Artifact artifact) voidProcess.addArtifact(Artifact artifact) voidSubProcess.addArtifact(Artifact artifact) voidFlowElementsContainer.addArtifactToMap(Artifact artifact) voidProcess.addArtifactToMap(Artifact artifact) voidSubProcess.addArtifactToMap(Artifact artifact) Method parameters in org.flowable.bpmn.model with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidBpmnModel.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 voidAbstractBpmnParseHandler.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 TypeMethodDescriptionvoidDefaultProcessDiagramGenerator.ArtifactDrawInstruction.draw(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, Artifact artifact) protected voidDefaultProcessDiagramGenerator.drawArtifact(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, Artifact artifact)