@Portable public class CaseManagementScriptTask extends CaseManagementBaseTask
| Modifier and Type | Class and Description |
|---|---|
static class |
CaseManagementScriptTask.ScriptTaskBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected ScriptTaskExecutionSet |
executionSet |
static String |
title |
backgroundSet, category, description, dimensionsSet, fontSet, general, labels, simulationSet, taskType| Constructor and Description |
|---|
CaseManagementScriptTask() |
CaseManagementScriptTask(TaskGeneralSet general,
ScriptTaskExecutionSet executionSet,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet,
SimulationSet simulationSet,
TaskType taskType) |
| Modifier and Type | Method and Description |
|---|---|
ScriptTaskExecutionSet |
getExecutionSet() |
String |
getTitle() |
void |
setExecutionSet(ScriptTaskExecutionSet executionSet) |
getBackgroundSet, getCategory, getDescription, getDimensionsSet, getFontSet, getGeneral, getLabels, getSimulationSet, getTaskType, setBackgroundSet, setDimensionsSet, setFontSet, setGeneral, setSimulationSet, setTaskTypepublic static final transient String title
protected ScriptTaskExecutionSet executionSet
public CaseManagementScriptTask()
public CaseManagementScriptTask(TaskGeneralSet general, ScriptTaskExecutionSet executionSet, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet, SimulationSet simulationSet, TaskType taskType)
public String getTitle()
public ScriptTaskExecutionSet getExecutionSet()
public void setExecutionSet(ScriptTaskExecutionSet executionSet)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.