@Portable public class ReusableSubprocess extends BaseSubprocess implements DataIOModel
| Modifier and Type | Class and Description |
|---|---|
static class |
ReusableSubprocess.ReusableSubprocessBuilder |
BaseSubprocess.BaseSubprocessBuilder<T extends BaseSubprocess>| Modifier and Type | Field and Description |
|---|---|
protected DataIOSet |
dataIOSet |
static String |
description |
protected ReusableSubprocessTaskExecutionSet |
executionSet |
static String |
title |
backgroundSet, category, dimensionsSet, fontSet, general, labels, simulationSet| Constructor and Description |
|---|
ReusableSubprocess() |
ReusableSubprocess(BPMNGeneralSet general,
ReusableSubprocessTaskExecutionSet executionSet,
DataIOSet dataIOSet,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet,
SimulationSet simulationSet) |
| Modifier and Type | Method and Description |
|---|---|
DataIOSet |
getDataIOSet() |
ReusableSubprocessTaskExecutionSet |
getExecutionSet() |
String |
getTitle() |
boolean |
hasInputVars() |
boolean |
hasOutputVars() |
boolean |
isSingleInputVar() |
boolean |
isSingleOutputVar() |
protected Set<String> |
makeLabels() |
void |
setDataIOSet(DataIOSet dataIOSet) |
void |
setExecutionSet(ReusableSubprocessTaskExecutionSet executionSet) |
getBackgroundSet, getCategory, getDescription, getDimensionsSet, getFontSet, getGeneral, getLabels, getSimulationSet, setBackgroundSet, setDimensionsSet, setFontSet, setGeneral, setSimulationSetpublic static final transient String title
public static final transient String description
protected ReusableSubprocessTaskExecutionSet executionSet
protected DataIOSet dataIOSet
public ReusableSubprocess()
public ReusableSubprocess(BPMNGeneralSet general, ReusableSubprocessTaskExecutionSet executionSet, DataIOSet dataIOSet, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet, SimulationSet simulationSet)
protected Set<String> makeLabels()
makeLabels in class BaseSubprocesspublic boolean hasInputVars()
hasInputVars in interface DataIOModelpublic boolean isSingleInputVar()
isSingleInputVar in interface DataIOModelpublic boolean hasOutputVars()
hasOutputVars in interface DataIOModelpublic boolean isSingleOutputVar()
isSingleOutputVar in interface DataIOModelpublic String getTitle()
getTitle in interface BPMNDefinitionpublic ReusableSubprocessTaskExecutionSet getExecutionSet()
public DataIOSet getDataIOSet()
public void setExecutionSet(ReusableSubprocessTaskExecutionSet executionSet)
public void setDataIOSet(DataIOSet dataIOSet)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.