org.apache.stanbol.entityhub.servicesapi.site
Interface ManagedSiteConfiguration

All Superinterfaces:
SiteConfiguration

public interface ManagedSiteConfiguration
extends SiteConfiguration


Field Summary
static String YARD_ID
          The key used for the configuration of the id for the yard used as to manage the Entity data.
 
Fields inherited from interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
DEFAULT_EXPIRE_DURATION, DEFAULT_MAPPING_STATE, DEFAULT_SYMBOL_STATE, DESCRIPTION, ENTITY_PREFIX, ID, NAME, SITE_ATTRIBUTION, SITE_ATTRIBUTION_URL, SITE_FIELD_MAPPINGS, SITE_LICENCE_NAME, SITE_LICENCE_TEXT, SITE_LICENCE_URL
 
Method Summary
 String getYardId()
          The name of the Yard used by the ManagedSite to store the Entity data.
 
Methods inherited from interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
getAttribution, getAttributionUrl, getConfiguration, getDefaultExpireDuration, getDefaultManagedEntityState, getDefaultMappedEntityState, getDescription, getEntityPrefixes, getFieldMappings, getId, getLicenses, getName
 

Field Detail

YARD_ID

static final String YARD_ID
The key used for the configuration of the id for the yard used as to manage the Entity data.

See Also:
Constant Field Values
Method Detail

getYardId

String getYardId()
The name of the Yard used by the ManagedSite to store the Entity data. A ManagedSite will only be available if the Yard with this ID is also available os OSGI service.

Returns:
the ID of the Yard used to store entity data of this managed site.


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