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.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)