Uses of Class
org.dashbuilder.dataset.filter.CoreFunctionType
-
Packages that use CoreFunctionType Package Description org.dashbuilder.dataset.filter -
-
Uses of CoreFunctionType in org.dashbuilder.dataset.filter
Fields in org.dashbuilder.dataset.filter declared as CoreFunctionType Modifier and Type Field Description protected CoreFunctionTypeCoreFunctionFilter. typeMethods in org.dashbuilder.dataset.filter that return CoreFunctionType Modifier and Type Method Description static CoreFunctionTypeCoreFunctionType. getByIndex(int index)static CoreFunctionTypeCoreFunctionType. getByName(String type)CoreFunctionTypeCoreFunctionFilter. getType()static CoreFunctionTypeCoreFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoreFunctionType[]CoreFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset.filter that return types with arguments of type CoreFunctionType Modifier and Type Method Description static List<CoreFunctionType>CoreFunctionType. getSupportedTypes(ColumnType columnType)Methods in org.dashbuilder.dataset.filter with parameters of type CoreFunctionType Modifier and Type Method Description static CoreFunctionFilterFilterFactory. createCoreFunctionFilter(String columnId, ColumnType columnType, CoreFunctionType functionType)static ListFilterFactory. createParameters(ColumnType columnType, CoreFunctionType functionType)voidCoreFunctionFilter. setType(CoreFunctionType type)Constructors in org.dashbuilder.dataset.filter with parameters of type CoreFunctionType Constructor Description CoreFunctionFilter(String columnId, CoreFunctionType type)CoreFunctionFilter(String columnId, CoreFunctionType type, Comparable... parameters)CoreFunctionFilter(String columnId, CoreFunctionType type, List parameters)
-