Uses of Interface
org.camunda.bpm.model.cmmn.instance.Artifact
-
Packages that use Artifact Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Artifact in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Artifact Modifier and Type Class Description class
ArtifactImpl
class
AssociationImpl
class
TextAnnotationImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Artifact Modifier and Type Field Description protected static ChildElementCollection<Artifact>
DefinitionsImpl. artifactCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
DefinitionsImpl. getArtifacts()
-
Uses of Artifact in org.camunda.bpm.model.cmmn.instance
Subinterfaces of Artifact in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interface
Association
interface
TextAnnotation
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
Definitions. getArtifacts()
-