public abstract class CaseManagementBaseSubprocess extends Object implements BPMNDefinition
| Modifier and Type | Field and Description |
|---|---|
protected BackgroundSet |
backgroundSet |
static String |
category |
static String |
description |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
protected BPMNGeneralSet |
general |
protected Set<String> |
labels |
protected SimulationSet |
simulationSet |
| Modifier | Constructor and Description |
|---|---|
protected |
CaseManagementBaseSubprocess() |
|
CaseManagementBaseSubprocess(BPMNGeneralSet general,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet,
SimulationSet simulationSet) |
| Modifier and Type | Method and Description |
|---|---|
BackgroundSet |
getBackgroundSet() |
String |
getCategory() |
String |
getDescription() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
BPMNGeneralSet |
getGeneral() |
Set<String> |
getLabels() |
SimulationSet |
getSimulationSet() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setGeneral(BPMNGeneralSet general) |
void |
setSimulationSet(SimulationSet simulationSet) |
public static final transient String category
public static final transient String description
protected BPMNGeneralSet general
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected SimulationSet simulationSet
protected RectangleDimensionsSet dimensionsSet
protected CaseManagementBaseSubprocess()
public CaseManagementBaseSubprocess(BPMNGeneralSet general, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet, SimulationSet simulationSet)
public String getCategory()
public String getDescription()
public BPMNGeneralSet getGeneral()
public void setGeneral(BPMNGeneralSet general)
public BackgroundSet getBackgroundSet()
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
public void setFontSet(FontSet fontSet)
public SimulationSet getSimulationSet()
public void setSimulationSet(SimulationSet simulationSet)
public RectangleDimensionsSet getDimensionsSet()
public void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.