Uses of Interface
org.jbpm.process.core.datatype.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in org.jbpm.process.core
Methods in org.jbpm.process.core that return DataTypeMethods in org.jbpm.process.core with parameters of type DataType -
Uses of DataType in org.jbpm.process.core.context.variable
Methods in org.jbpm.process.core.context.variable that return DataTypeMethods in org.jbpm.process.core.context.variable with parameters of type DataType -
Uses of DataType in org.jbpm.process.core.datatype
Fields in org.jbpm.process.core.datatype declared as DataTypeMethods in org.jbpm.process.core.datatype that return DataTypeModifier and TypeMethodDescriptionDataTypeFactory.createDataType()static DataTypestatic DataTypeDataTypeResolver.fromObject(Object value) static DataTypeDataTypeResolver.fromObject(Object value, boolean isExpr) static DataTypeDataTypeResolver.fromType(String type, ClassLoader cl) Methods in org.jbpm.process.core.datatype with parameters of type DataTypeModifier and TypeMethodDescriptiondefault booleanDataType.isAssignableFrom(DataType dataType) static booleanDataTypeUtils.isAssignableFrom(DataType target, DataType src) -
Uses of DataType in org.jbpm.process.core.datatype.impl
Methods in org.jbpm.process.core.datatype.impl that return DataTypeModifier and TypeMethodDescriptionInstanceDataTypeFactory.createDataType()NewInstanceDataTypeFactory.createDataType()Constructor parameters in org.jbpm.process.core.datatype.impl with type arguments of type DataTypeModifierConstructorDescriptionNewInstanceDataTypeFactory(Class<? extends DataType> dataTypeClass) -
Uses of DataType in org.jbpm.process.core.datatype.impl.coverter
Methods in org.jbpm.process.core.datatype.impl.coverter that return DataTypeModifier and TypeMethodDescriptionDataTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.jbpm.process.core.datatype.impl.coverter with parameters of type DataType -
Uses of DataType in org.jbpm.process.core.datatype.impl.type
Classes in org.jbpm.process.core.datatype.impl.type that implement DataTypeModifier and TypeClassDescriptionfinal classRepresentation of a boolean datatype.classRepresentation of an Enum datatype.final classRepresentation of a float datatype.classRepresentation of an integer datatype.classRepresentation of a list datatype.classRepresentation of an object datatype.classRepresentation of a string datatype.final classRepresentation of an undefined datatype.Methods in org.jbpm.process.core.datatype.impl.type that return DataTypeMethods in org.jbpm.process.core.datatype.impl.type with parameters of type DataTypeModifier and TypeMethodDescriptionbooleanObjectDataType.isAssignableFrom(DataType dataType) voidConstructors in org.jbpm.process.core.datatype.impl.type with parameters of type DataType -
Uses of DataType in org.jbpm.process.core.impl
Methods in org.jbpm.process.core.impl that return DataTypeMethods in org.jbpm.process.core.impl with parameters of type DataTypeConstructors in org.jbpm.process.core.impl with parameters of type DataType -
Uses of DataType in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core with parameters of type DataType -
Uses of DataType in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory with parameters of type DataTypeModifier and TypeMethodDescriptionForEachNodeFactory.outputVariable(String varRef, String variableName, DataType dataType) ForEachNodeFactory.outputVariable(String variableName, DataType dataType) ForEachNodeFactory.tempVariable(String varRef, String variableName, DataType dataType) ForEachNodeFactory.tempVariable(String variableName, DataType dataType) AbstractCompositeNodeFactory.variable(String name, DataType type, Object value, Map<String, Object> metadata) AbstractWorkItemNodeFactory.workParameterDefinition(String name, DataType dataType) -
Uses of DataType in org.jbpm.workflow.core.node
Methods in org.jbpm.workflow.core.node that return DataTypeModifier and TypeMethodDescriptionForEachNode.getOutputVariableType()ForEachNode.getVariableType()Methods in org.jbpm.workflow.core.node with parameters of type DataTypeModifier and TypeMethodDescriptionForEachNode.addContextVariable(String varRef, String variableName, DataType type)