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(de.deepamehta.core.DeepaMehtaObject object, String facetTypeUri, FacetValue value)
           
 void FacetsPlugin.updateFacet(long topicId, String facetTypeUri, FacetValue value)
           
 

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(de.deepamehta.core.model.ChildTopicsModel value)
          Convenience method to put a *composite* value in a single-valued facet.
 FacetValue FacetValue.put(List<de.deepamehta.core.model.RelatedTopicModel> values)
          Sets the values of a multiple-valued facet.
 FacetValue FacetValue.put(Object value)
          Convenience method to put a *simple* value in a single-valued facet.
 FacetValue FacetValue.put(de.deepamehta.core.model.RelatedTopicModel value)
          Puts a value in a single-valued facet.
 FacetValue FacetValue.putRef(long refTopicId)
          Puts a by-ID topic reference in a single-valued facet.
 FacetValue FacetValue.putRef(String refTopicUri)
          Puts a by-URI topic reference 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(de.deepamehta.core.DeepaMehtaObject object, String facetTypeUri, FacetValue value)
          Updates a facet.
 void FacetsService.updateFacet(long topicId, String facetTypeUri, FacetValue value)
           
 



Copyright © 2015. All rights reserved.