Uses of Class
org.flowable.bpmn.model.Artifact
Packages that use Artifact
-
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)