Uses of Class
org.apache.stanbol.entityhub.servicesapi.model.MappingState

Packages that use MappingState
org.apache.stanbol.entityhub.servicesapi   
org.apache.stanbol.entityhub.servicesapi.model   
org.apache.stanbol.entityhub.servicesapi.site   
 

Uses of MappingState in org.apache.stanbol.entityhub.servicesapi
 

Methods in org.apache.stanbol.entityhub.servicesapi that return MappingState
 MappingState EntityhubConfiguration.getDefaultMappingState()
          The initial (default) state for new EntityMappings
 

Uses of MappingState in org.apache.stanbol.entityhub.servicesapi.model
 

Methods in org.apache.stanbol.entityhub.servicesapi.model that return MappingState
static MappingState MappingState.getState(String uri)
          Getter for the State based on the URI.
static MappingState MappingState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingState[] MappingState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MappingState in org.apache.stanbol.entityhub.servicesapi.site
 

Methods in org.apache.stanbol.entityhub.servicesapi.site that return MappingState
 MappingState SiteConfiguration.getDefaultMappedEntityState()
          The initial state for mappings of entities managed by this site
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.