| Package | Description |
|---|---|
| org.activiti.bpmn.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Association |
class |
TextAnnotation |
| Modifier and Type | Field and Description |
|---|---|
protected List<Artifact> |
SubProcess.artifactList |
protected List<Artifact> |
Process.artifactList |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
SubProcess.getArtifact(String id) |
Artifact |
Process.getArtifact(String id) |
Artifact |
FlowElementsContainer.getArtifact(String id) |
Artifact |
BpmnModel.getArtifact(String id) |
protected Artifact |
BpmnModel.getArtifactInSubProcess(String id,
SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Artifact> |
SubProcess.getArtifacts() |
Collection<Artifact> |
Process.getArtifacts() |
Collection<Artifact> |
FlowElementsContainer.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubProcess.addArtifact(Artifact artifact) |
void |
Process.addArtifact(Artifact artifact) |
void |
FlowElementsContainer.addArtifact(Artifact artifact) |
Copyright © 2013 Alfresco. All rights reserved.