Uses of Class
org.activiti.bpmn.model.Artifact
-
Packages that use Artifact Package Description org.activiti.bpmn.model -
-
Uses of Artifact in org.activiti.bpmn.model
Subclasses of Artifact in org.activiti.bpmn.model Modifier and Type Class Description classAssociationclassTextAnnotationFields in org.activiti.bpmn.model with type parameters of type Artifact Modifier and Type Field Description protected java.util.List<Artifact>Process. artifactListprotected java.util.List<Artifact>SubProcess. artifactListprotected java.util.List<Artifact>BpmnModel. globalArtifactsMethods in org.activiti.bpmn.model that return Artifact Modifier and Type Method Description abstract ArtifactArtifact. clone()ArtifactBpmnModel. getArtifact(java.lang.String id)ArtifactFlowElementsContainer. getArtifact(java.lang.String id)ArtifactProcess. getArtifact(java.lang.String id)ArtifactSubProcess. getArtifact(java.lang.String id)protected ArtifactBpmnModel. getArtifactInSubProcess(java.lang.String id, SubProcess subProcess)Methods in org.activiti.bpmn.model that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>FlowElementsContainer. getArtifacts()java.util.Collection<Artifact>Process. getArtifacts()java.util.Collection<Artifact>SubProcess. getArtifacts()java.util.List<Artifact>BpmnModel. getGlobalArtifacts()Methods in org.activiti.bpmn.model with parameters of type Artifact Modifier and Type Method Description voidFlowElementsContainer. addArtifact(Artifact artifact)voidProcess. addArtifact(Artifact artifact)voidSubProcess. addArtifact(Artifact artifact)Method parameters in org.activiti.bpmn.model with type arguments of type Artifact Modifier and Type Method Description voidBpmnModel. setGlobalArtifacts(java.util.List<Artifact> globalArtifacts)
-