Uses of Interface
org.jbpm.process.core.datatype.DataType
-
-
Uses of DataType in org.jbpm.bpmn2.core
Methods in org.jbpm.bpmn2.core that return DataType Modifier and Type Method Description DataTypeDataStore. getType()Methods in org.jbpm.bpmn2.core with parameters of type DataType Modifier and Type Method Description voidDataStore. setType(DataType dataType) -
Uses of DataType in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml that return DataType Modifier and Type Method Description protected DataTypeAbstractNodeHandler. getDataType(String itemSubjectRef, Map<String,ItemDefinition> itemDefinitions, ClassLoader cl)DataTypeMetaDataHandler.MetaDataWrapper. getType()Methods in org.jbpm.bpmn2.xml with parameters of type DataType Modifier and Type Method Description voidMetaDataHandler.MetaDataWrapper. setType(DataType type) -
Uses of DataType in org.jbpm.compiler.xml
Methods in org.jbpm.compiler.xml with parameters of type DataType Modifier and Type Method Description static voidXmlWorkflowProcessDumper. visitDataType(DataType dataType, StringBuilder xmlDump)static voidXmlWorkflowProcessDumper. visitValue(Object value, DataType dataType, StringBuilder xmlDump) -
Uses of DataType in org.jbpm.compiler.xml.processes
Methods in org.jbpm.compiler.xml.processes that return DataType Modifier and Type Method Description DataTypeMetaDataHandler.MetaDataWrapper. getType()DataTypeParameterHandler.ParameterWrapper. getType()Methods in org.jbpm.compiler.xml.processes with parameters of type DataType Modifier and Type Method Description voidMetaDataHandler.MetaDataWrapper. setType(DataType type)voidParameterHandler.ParameterWrapper. setType(DataType type) -
Uses of DataType in org.jbpm.process.core
Methods in org.jbpm.process.core that return DataType Modifier and Type Method Description DataTypeTypeObject. getType()Methods in org.jbpm.process.core with parameters of type DataType Modifier and Type Method Description voidTypeObject. setType(DataType type) -
Uses of DataType in org.jbpm.process.core.context.variable
Methods in org.jbpm.process.core.context.variable that return DataType Modifier and Type Method Description DataTypeVariable. getType()Methods in org.jbpm.process.core.context.variable with parameters of type DataType Modifier and Type Method Description voidVariable. setType(DataType type) -
Uses of DataType in org.jbpm.process.core.datatype
Methods in org.jbpm.process.core.datatype that return DataType Modifier and Type Method Description DataTypeDataTypeFactory. createDataType() -
Uses of DataType in org.jbpm.process.core.datatype.impl
Methods in org.jbpm.process.core.datatype.impl that return DataType Modifier and Type Method Description DataTypeInstanceDataTypeFactory. createDataType()DataTypeNewInstanceDataTypeFactory. createDataType()Constructor parameters in org.jbpm.process.core.datatype.impl with type arguments of type DataType Constructor Description NewInstanceDataTypeFactory(Class<? extends DataType> dataTypeClass) -
Uses of DataType in org.jbpm.process.core.datatype.impl.type
Classes in org.jbpm.process.core.datatype.impl.type that implement DataType Modifier and Type Class Description classBooleanDataTypeRepresentation of a boolean datatype.classEnumDataTypeRepresentation of an Enum datatype.classFloatDataTypeRepresentation of a float datatype.classIntegerDataTypeRepresentation of an integer datatype.classListDataTypeRepresentation of a list datatype.classObjectDataTypeRepresentation of an object datatype.classStringDataTypeRepresentation of a string datatype.classUndefinedDataTypeRepresentation of an undefined datatype.Methods in org.jbpm.process.core.datatype.impl.type that return DataType Modifier and Type Method Description DataTypeListDataType. getType()Methods in org.jbpm.process.core.datatype.impl.type with parameters of type DataType Modifier and Type Method Description voidListDataType. setType(DataType dataType)Constructors in org.jbpm.process.core.datatype.impl.type with parameters of type DataType Constructor Description ListDataType(DataType dataType) -
Uses of DataType in org.jbpm.process.core.impl
Methods in org.jbpm.process.core.impl that return DataType Modifier and Type Method Description DataTypeParameterDefinitionImpl. getType()Methods in org.jbpm.process.core.impl with parameters of type DataType Modifier and Type Method Description voidParameterDefinitionImpl. setType(DataType type)Constructors in org.jbpm.process.core.impl with parameters of type DataType Constructor Description ParameterDefinitionImpl(String name, DataType type) -
Uses of DataType in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core with parameters of type DataType Modifier and Type Method Description RuleFlowProcessFactoryRuleFlowProcessFactory. variable(String name, DataType type)RuleFlowProcessFactoryRuleFlowProcessFactory. variable(String name, DataType type, Object value)RuleFlowProcessFactoryRuleFlowProcessFactory. variable(String name, DataType type, Object value, String metaDataName, Object metaDataValue)RuleFlowProcessFactoryRuleFlowProcessFactory. variable(String name, DataType type, String metaDataName, Object metaDataValue) -
Uses of DataType in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return DataType Modifier and Type Method Description static DataTypeTypeConverter. fromType(Class<?> type)Methods in org.jbpm.ruleflow.core.factory with parameters of type DataType Modifier and Type Method Description ForEachNodeFactory<T>ForEachNodeFactory. variable(String variableName, DataType dataType)WorkItemNodeFactory<T>WorkItemNodeFactory. workParameterDefinition(String name, DataType dataType) -
Uses of DataType in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return DataType Modifier and Type Method Description DataTypeForEachNode. getOutputVariableType()DataTypeForEachNode. getVariableType()Methods in org.jbpm.workflow.core.node with parameters of type DataType Modifier and Type Method Description voidForEachNode. setOutputVariable(String variableName, DataType type)voidForEachNode. setVariable(String variableName, DataType type)
-