Uses of Class
de.deepamehta.plugins.facets.model.FacetValue

Packages that use FacetValue
de.deepamehta.plugins.facets   
de.deepamehta.plugins.facets.model   
de.deepamehta.plugins.facets.service   
 

Uses of FacetValue in de.deepamehta.plugins.facets
 

Methods in de.deepamehta.plugins.facets with parameters of type FacetValue
 void FacetsPlugin.updateFacet(DeepaMehtaObject object, String facetTypeUri, FacetValue value, ClientState clientState, Directives directives)
           
 void FacetsPlugin.updateFacet(long topicId, String facetTypeUri, FacetValue value, ClientState clientState)
           
 

Uses of FacetValue in de.deepamehta.plugins.facets.model
 

Methods in de.deepamehta.plugins.facets.model that return FacetValue
 FacetValue FacetValue.addDeletionRef(long refTopicId)
          Adds a by-ID topic deletion reference to a multiple-valued facet.
 FacetValue FacetValue.addRef(long refTopicId)
          Adds a by-ID topic reference to a multiple-valued facet.
 FacetValue FacetValue.addRef(String refTopicUri)
          Adds a by-URI topic reference to a multiple-valued facet.
 FacetValue FacetValue.put(CompositeValueModel value)
          Convenience method to put a *composite* value in a single-valued facet.
 FacetValue FacetValue.put(List<TopicModel> values)
          Adds all the values to a multiple-valued facet.
 FacetValue FacetValue.put(Object value)
          Convenience method to put a *simple* value in a single-valued facet.
 FacetValue FacetValue.put(TopicModel value)
          Puts a value in a single-valued facet.
 

Uses of FacetValue in de.deepamehta.plugins.facets.service
 

Methods in de.deepamehta.plugins.facets.service with parameters of type FacetValue
 void FacetsService.updateFacet(DeepaMehtaObject object, String facetTypeUri, FacetValue value, ClientState clientState, Directives directives)
          Updates a facet.
 void FacetsService.updateFacet(long topicId, String facetTypeUri, FacetValue value, ClientState clientState)
           
 



Copyright © 2014. All Rights Reserved.