Uses of Class
org.activiti.bpmn.model.Artifact
Packages that use Artifact
-
Uses of Artifact in org.activiti.bpmn.model
Subclasses of Artifact in org.activiti.bpmn.modelFields in org.activiti.bpmn.model with type parameters of type ArtifactModifier and TypeFieldDescriptionProcess.artifactListSubProcess.artifactListBpmnModel.globalArtifactsMethods in org.activiti.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.activiti.bpmn.model that return types with arguments of type ArtifactModifier and TypeMethodDescriptionFlowElementsContainer.getArtifacts()Process.getArtifacts()SubProcess.getArtifacts()BpmnModel.getGlobalArtifacts()Methods in org.activiti.bpmn.model with parameters of type ArtifactModifier and TypeMethodDescriptionvoidFlowElementsContainer.addArtifact(Artifact artifact) voidProcess.addArtifact(Artifact artifact) voidSubProcess.addArtifact(Artifact artifact) Method parameters in org.activiti.bpmn.model with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidBpmnModel.setGlobalArtifacts(List<Artifact> globalArtifacts)