Package | Description |
---|---|
org.wso2.carbon.dataservices.core.custom.datasource |
Modifier and Type | Method and Description |
---|---|
static TabularDataBasedDS.FilterOperator |
TabularDataBasedDS.FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabularDataBasedDS.FilterOperator[] |
TabularDataBasedDS.FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,DataRow> |
DataTable.filterData(String column,
Object value,
TabularDataBasedDS.FilterOperator operator)
Returns filtered data according to the given criteria.
|
Map<Long,DataRow> |
InMemoryDataSource.InMemoryDataTable.filterData(String column,
Object value,
TabularDataBasedDS.FilterOperator operator) |
Copyright © 2019 WSO2. All rights reserved.