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 |
protected List<Artifact> |
BpmnModel.globalArtifacts |
Modifier and Type | Method and Description |
---|---|
abstract Artifact |
Artifact.clone() |
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() |
List<Artifact> |
BpmnModel.getGlobalArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
SubProcess.addArtifact(Artifact artifact) |
void |
Process.addArtifact(Artifact artifact) |
void |
FlowElementsContainer.addArtifact(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
void |
BpmnModel.setGlobalArtifacts(List<Artifact> globalArtifacts) |
Copyright © 2016 Alfresco. All rights reserved.