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.| Constructor and Description |
|---|
UriResourceActionImpl(org.apache.olingo.commons.api.edm.EdmAction action) |
UriResourceActionImpl(org.apache.olingo.commons.api.edm.EdmActionImport actionImport) |
| 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() |
String |
toString(boolean includeFilters) |
getKind, toStringpublic UriResourceActionImpl(org.apache.olingo.commons.api.edm.EdmActionImport actionImport)
public UriResourceActionImpl(org.apache.olingo.commons.api.edm.EdmAction action)
public org.apache.olingo.commons.api.edm.EdmAction getAction()
getAction in interface org.apache.olingo.server.api.uri.UriResourceActionpublic org.apache.olingo.commons.api.edm.EdmActionImport getActionImport()
getActionImport in interface org.apache.olingo.server.api.uri.UriResourceActionpublic 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–2019 The Apache Software Foundation. All rights reserved.