Uses of Interface
org.camunda.bpm.model.bpmn.instance.Artifact
-
Packages that use Artifact Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Artifact in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Artifact Modifier and Type Class Description class
ArtifactImpl
The BPMN artifact elementclass
AssociationImpl
class
GroupImpl
class
TextAnnotationImpl
The BPMN 2.0 textAnnotation elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Artifact Modifier and Type Field Description protected static ChildElementCollection<Artifact>
CollaborationImpl. artifactCollection
protected static ChildElementCollection<Artifact>
ProcessImpl. artifactCollection
protected static ChildElementCollection<Artifact>
SubProcessImpl. artifactCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
CollaborationImpl. getArtifacts()
Collection<Artifact>
ProcessImpl. getArtifacts()
Collection<Artifact>
SubProcessImpl. getArtifacts()
-
Uses of Artifact in org.camunda.bpm.model.bpmn.instance
Subinterfaces of Artifact in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
Association
The BPMN association elementinterface
Group
interface
TextAnnotation
The BPMN 2.0 textAnnotation elementMethods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
Collaboration. getArtifacts()
Collection<Artifact>
Process. getArtifacts()
Collection<Artifact>
SubProcess. getArtifacts()
-