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

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

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

Methods in org.apache.stanbol.entityhub.servicesapi that return ManagedEntityState
 ManagedEntityState EntityhubConfiguration.getDefaultManagedEntityState()
          The initial (default) state for new Symbols
 

Methods in org.apache.stanbol.entityhub.servicesapi with parameters of type ManagedEntityState
 Entity Entityhub.setState(String id, ManagedEntityState state)
          Setter for the state of an Entity.
 

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

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

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

Methods in org.apache.stanbol.entityhub.servicesapi.site that return ManagedEntityState
 ManagedEntityState SiteConfiguration.getDefaultManagedEntityState()
          The initial state if a Symbol is created for an entity managed by this site
 



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