Modifier and Type | Method and Description |
---|---|
DataType |
TypeObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TypeObject.setType(DataType type) |
Modifier and Type | Method and Description |
---|---|
DataType |
Variable.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Variable.setType(DataType type) |
Modifier and Type | Method and Description |
---|---|
DataType |
DataTypeFactory.createDataType() |
Modifier and Type | Method and Description |
---|---|
DataType |
NewInstanceDataTypeFactory.createDataType() |
DataType |
InstanceDataTypeFactory.createDataType() |
Constructor and Description |
---|
NewInstanceDataTypeFactory(Class<? extends DataType> dataTypeClass) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanDataType
Representation of a boolean datatype.
|
class |
EnumDataType
Representation of an Enum datatype.
|
class |
FloatDataType
Representation of a float datatype.
|
class |
IntegerDataType
Representation of an integer datatype.
|
class |
ListDataType
Representation of a list datatype.
|
class |
ObjectDataType
Representation of an object datatype.
|
class |
StringDataType
Representation of a string datatype.
|
class |
UndefinedDataType
Representation of an undefined datatype.
|
Modifier and Type | Method and Description |
---|---|
DataType |
ListDataType.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ListDataType.setType(DataType dataType) |
Constructor and Description |
---|
ListDataType(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
DataType |
ParameterDefinitionImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterDefinitionImpl.setType(DataType type) |
Constructor and Description |
---|
ParameterDefinitionImpl(String name,
DataType type) |
Modifier and Type | Method and Description |
---|---|
RuleFlowProcessFactory |
RuleFlowProcessFactory.variable(String name,
DataType type) |
RuleFlowProcessFactory |
RuleFlowProcessFactory.variable(String name,
DataType type,
Object value) |
RuleFlowProcessFactory |
RuleFlowProcessFactory.variable(String name,
DataType type,
Object value,
String metaDataName,
Object metaDataValue) |
RuleFlowProcessFactory |
RuleFlowProcessFactory.variable(String name,
DataType type,
String metaDataName,
Object metaDataValue) |
Modifier and Type | Method and Description |
---|---|
CompositeNodeFactory |
CompositeNodeFactory.variable(String name,
DataType type) |
ForEachNodeFactory |
ForEachNodeFactory.variable(String variableName,
DataType dataType) |
DynamicNodeFactory |
DynamicNodeFactory.variable(String name,
DataType type) |
CompositeNodeFactory |
CompositeNodeFactory.variable(String name,
DataType type,
Object value) |
DynamicNodeFactory |
DynamicNodeFactory.variable(String name,
DataType type,
Object value) |
WorkItemNodeFactory |
WorkItemNodeFactory.workParameterDefinition(String name,
DataType dataType) |
Modifier and Type | Method and Description |
---|---|
DataType |
ForEachNode.getOutputVariableType() |
DataType |
ForEachNode.getVariableType() |
Modifier and Type | Method and Description |
---|---|
void |
ForEachNode.setOutputVariable(String variableName,
DataType type) |
void |
ForEachNode.setVariable(String variableName,
DataType type) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.