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 classArtifactImplThe BPMN artifact elementclassAssociationImplclassGroupImplclassTextAnnotationImplThe 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. artifactCollectionprotected static ChildElementCollection<Artifact>ProcessImpl. artifactCollectionprotected static ChildElementCollection<Artifact>SubProcessImpl. artifactCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Artifact Modifier and Type Method Description java.util.Collection<Artifact>CollaborationImpl. getArtifacts()java.util.Collection<Artifact>ProcessImpl. getArtifacts()java.util.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 interfaceAssociationThe BPMN association elementinterfaceGroupinterfaceTextAnnotationThe 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 java.util.Collection<Artifact>Collaboration. getArtifacts()java.util.Collection<Artifact>Process. getArtifacts()java.util.Collection<Artifact>SubProcess. getArtifacts()
-