Package | Description |
---|---|
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactImpl
The BPMN artifact element
|
class |
AssociationImpl |
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<Artifact> |
SubProcessImpl.artifactCollection |
protected static ChildElementCollection<Artifact> |
ProcessImpl.artifactCollection |
protected static ChildElementCollection<Artifact> |
CollaborationImpl.artifactCollection |
Modifier and Type | Method and Description |
---|---|
Collection<Artifact> |
SubProcessImpl.getArtifacts() |
Collection<Artifact> |
ProcessImpl.getArtifacts() |
Collection<Artifact> |
CollaborationImpl.getArtifacts() |
Modifier and Type | Interface and Description |
---|---|
interface |
Association
The BPMN association element
|
Modifier and Type | Method and Description |
---|---|
Collection<Artifact> |
SubProcess.getArtifacts() |
Collection<Artifact> |
Process.getArtifacts() |
Collection<Artifact> |
Collaboration.getArtifacts() |
Copyright © 2015. All rights reserved.