protected abstract java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> |
AbstractCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
|
protected java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> |
EntityCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
|
protected java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> |
EntityMapPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
|
protected java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> |
LocalizedAttributesPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String localizedProperty,
java.lang.Object value) |
Derives the Entries for the localizedAttributes property.
|
protected java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> |
PrimitiveCollectionPropertyProcessor.deriveDataFeedEntries(ItemConversionRequest request,
java.lang.String propertyName,
java.lang.Object value) |
|
protected java.util.List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> |
EntityCollectionPropertyProcessor.getListOfODataEntries(java.util.Collection<?> values,
ItemConversionRequest request) |
|
void |
AbstractPropertyProcessor.processEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
ItemConversionRequest conversionRequest) |
|
void |
LocalizedAttributesPropertyProcessor.processEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
ItemConversionRequest conversionRequest) |
|
void |
PropertyProcessor.processEntity(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
ItemConversionRequest request) |
Populates properties of the specified ODataEntry.
|
protected void |
AbstractCollectionPropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest request) |
|
protected abstract void |
AbstractPropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest request) |
|
protected void |
EntityPropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest conversionRequest) |
|
protected void |
PrimitivePropertyProcessor.processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
java.lang.String propertyName,
java.lang.Object value,
ItemConversionRequest request) |
|
protected java.lang.Object |
AbstractPropertyProcessor.readPropertyValue(TypeAttributeDescriptor descriptor,
ItemConversionRequest conversionRequest) |
|
protected java.lang.Object |
AbstractPropertyProcessor.readPropertyValue(ItemConversionRequest request,
java.lang.String propertyName) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected boolean |
AbstractPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest request,
java.lang.String propertyName) |
|
protected boolean |
LocalizedAttributesPropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |
|
protected boolean |
PrimitivePropertyProcessor.shouldPropertyBeConverted(ItemConversionRequest conversionRequest,
java.lang.String propertyName) |
|