Uses of Interface
org.apache.stanbol.enhancer.servicesapi.Chain

Packages that use Chain
org.apache.stanbol.enhancer.servicesapi Stanbol Enhancer services API 
org.apache.stanbol.enhancer.servicesapi.helper   
 

Uses of Chain in org.apache.stanbol.enhancer.servicesapi
 

Methods in org.apache.stanbol.enhancer.servicesapi that return Chain
 Chain ChainManager.getChain(org.osgi.framework.ServiceReference chainReference)
          Getter for the Chain service for the parsed service Reference.
 Chain ChainManager.getChain(java.lang.String name)
          Getter for the Chain with the highest Constants.SERVICE_RANKING registered for the parsed name.
 Chain ChainManager.getDefault()
          Getter for the default Chain.
 

Methods in org.apache.stanbol.enhancer.servicesapi with parameters of type Chain
 void EnhancementJobManager.enhanceContent(ContentItem ci, Chain chain)
          Processes the parsed ContentItem by using the execution plan provided by the Chain.
 

Uses of Chain in org.apache.stanbol.enhancer.servicesapi.helper
 

Classes in org.apache.stanbol.enhancer.servicesapi.helper that implement Chain
 class AbstractChain
          Abstract base implementation that reads the of the PROPERTY_NAME from configuration parsed in the activate methods and implements the AbstractChain.getName() method.
 class SingleEngineChain
          Intended to be used if one needs to wrap a single EnhancementEngine with a Chain to execute it by using the EnhancementJobManager#enhanceContent(org.apache.stanbol.enhancer.servicesapi.ContentItem, String) method.
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper that return Chain
 Chain ChainsTracker.getChain(org.osgi.framework.ServiceReference chainReference)
           
 Chain ChainsTracker.getChain(java.lang.String name)
           
 Chain ChainsTracker.getDefault()
           
 



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