public class SelectItemImpl extends Object implements org.apache.olingo.server.api.uri.queryoption.SelectItem
| Constructor and Description |
|---|
SelectItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllOperationsInSchema(org.apache.olingo.commons.api.edm.FullQualifiedName addOperationsInSchemaNameSpace) |
org.apache.olingo.commons.api.edm.FullQualifiedName |
getAllOperationsInSchemaNameSpace() |
org.apache.olingo.server.api.uri.UriInfoResource |
getResourcePath() |
org.apache.olingo.commons.api.edm.EdmType |
getStartTypeFilter() |
boolean |
isAllOperationsInSchema() |
boolean |
isStar() |
SelectItemImpl |
setResourcePath(org.apache.olingo.server.api.uri.UriInfoResource path) |
SelectItemImpl |
setStar(boolean isStar) |
SelectItemImpl |
setTypeFilter(org.apache.olingo.commons.api.edm.EdmType startTypeFilter) |
public org.apache.olingo.server.api.uri.UriInfoResource getResourcePath()
getResourcePath in interface org.apache.olingo.server.api.uri.queryoption.SelectItempublic SelectItemImpl setResourcePath(org.apache.olingo.server.api.uri.UriInfoResource path)
public boolean isStar()
isStar in interface org.apache.olingo.server.api.uri.queryoption.SelectItempublic SelectItemImpl setStar(boolean isStar)
public boolean isAllOperationsInSchema()
isAllOperationsInSchema in interface org.apache.olingo.server.api.uri.queryoption.SelectItempublic org.apache.olingo.commons.api.edm.FullQualifiedName getAllOperationsInSchemaNameSpace()
getAllOperationsInSchemaNameSpace in interface org.apache.olingo.server.api.uri.queryoption.SelectItempublic void addAllOperationsInSchema(org.apache.olingo.commons.api.edm.FullQualifiedName addOperationsInSchemaNameSpace)
public org.apache.olingo.commons.api.edm.EdmType getStartTypeFilter()
getStartTypeFilter in interface org.apache.olingo.server.api.uri.queryoption.SelectItempublic SelectItemImpl setTypeFilter(org.apache.olingo.commons.api.edm.EdmType startTypeFilter)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.