public class UriResourceActionImpl extends UriResourceImpl implements org.apache.olingo.server.api.uri.UriResourceAction
UriResourceAction interface. This class does not extend
UriResourceTypedImpl since that would allow type
filters and subsequent path segments.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.olingo.commons.api.edm.EdmAction |
action |
protected org.apache.olingo.commons.api.edm.EdmActionImport |
actionImport |
kind| Constructor and Description |
|---|
UriResourceActionImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.EdmAction |
getAction() |
org.apache.olingo.commons.api.edm.EdmActionImport |
getActionImport() |
String |
getSegmentValue() |
String |
getSegmentValue(boolean includeFilters) |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
boolean |
isCollection() |
UriResourceActionImpl |
setAction(org.apache.olingo.commons.api.edm.EdmAction action) |
UriResourceActionImpl |
setActionImport(org.apache.olingo.commons.api.edm.EdmActionImport actionImport) |
String |
toString() |
String |
toString(boolean includeFilters) |
getKindprotected org.apache.olingo.commons.api.edm.EdmAction action
protected org.apache.olingo.commons.api.edm.EdmActionImport actionImport
public org.apache.olingo.commons.api.edm.EdmAction getAction()
getAction in interface org.apache.olingo.server.api.uri.UriResourceActionpublic UriResourceActionImpl setAction(org.apache.olingo.commons.api.edm.EdmAction action)
public org.apache.olingo.commons.api.edm.EdmActionImport getActionImport()
getActionImport in interface org.apache.olingo.server.api.uri.UriResourceActionpublic UriResourceActionImpl setActionImport(org.apache.olingo.commons.api.edm.EdmActionImport actionImport)
public boolean isCollection()
isCollection in interface org.apache.olingo.server.api.uri.UriResourcePartTypedpublic org.apache.olingo.commons.api.edm.EdmType getType()
getType in interface org.apache.olingo.server.api.uri.UriResourcePartTypedpublic String getSegmentValue(boolean includeFilters)
getSegmentValue in interface org.apache.olingo.server.api.uri.UriResourcePartTypedpublic String getSegmentValue()
getSegmentValue in interface org.apache.olingo.server.api.uri.UriResourcepublic String toString(boolean includeFilters)
toString in interface org.apache.olingo.server.api.uri.UriResourcePartTypedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.