Class DefaultEntityModelPopulator

    • Constructor Detail

      • DefaultEntityModelPopulator

        public DefaultEntityModelPopulator()
    • Method Detail

      • populateItem

        public void populateItem​(ItemModel item,
                                 StorageRequest storageRequest)
                          throws org.apache.olingo.odata2.api.edm.EdmException
        Description copied from interface: EntityModelPopulator
        Populate ItemModel with the given info
        Specified by:
        populateItem in interface EntityModelPopulator
        Parameters:
        item - The ItemModel to populate
        storageRequest - The request context
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException - -
      • populateEntity

        public void populateEntity​(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry,
                                   ItemConversionRequest conversionRequest)
                            throws org.apache.olingo.odata2.api.edm.EdmException
        Description copied from interface: EntityModelPopulator
        Populate oDataEntry with the given info
        Specified by:
        populateEntity in interface EntityModelPopulator
        Parameters:
        oDataEntry - The OData entry
        conversionRequest - the request context
        Throws:
        org.apache.olingo.odata2.api.edm.EdmException - -
      • getPropertyProcessors

        protected java.util.List<PropertyProcessor> getPropertyProcessors()
      • setPropertyProcessors

        public void setPropertyProcessors​(java.util.List<PropertyProcessor> propertyProcessors)