public abstract class CaseManagementBaseTask 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 TaskGeneralSet |
general |
protected Set<String> |
labels |
protected SimulationSet |
simulationSet |
protected TaskType |
taskType |
| Modifier | Constructor and Description |
|---|---|
|
CaseManagementBaseTask(TaskGeneralSet general,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet,
SimulationSet simulationSet,
TaskType taskType) |
protected |
CaseManagementBaseTask(TaskTypes type) |
| Modifier and Type | Method and Description |
|---|---|
BackgroundSet |
getBackgroundSet() |
String |
getCategory() |
String |
getDescription() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
TaskGeneralSet |
getGeneral() |
Set<String> |
getLabels() |
SimulationSet |
getSimulationSet() |
TaskType |
getTaskType() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setGeneral(TaskGeneralSet general) |
void |
setSimulationSet(SimulationSet simulationSet) |
void |
setTaskType(TaskType taskType) |
public static final transient String category
public static final transient String description
protected TaskGeneralSet general
protected TaskType taskType
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected SimulationSet simulationSet
protected RectangleDimensionsSet dimensionsSet
protected CaseManagementBaseTask(TaskTypes type)
public CaseManagementBaseTask(TaskGeneralSet general, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet, SimulationSet simulationSet, TaskType taskType)
public String getCategory()
public String getDescription()
public TaskGeneralSet getGeneral()
public void setGeneral(TaskGeneralSet general)
public BackgroundSet getBackgroundSet()
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
public void setFontSet(FontSet fontSet)
public TaskType getTaskType()
public void setTaskType(TaskType taskType)
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.