Class FcrepoTripleStoreIndexingConfig
- java.lang.Object
-
- org.fcrepo.camel.common.config.BasePropsConfig
-
- org.fcrepo.camel.indexing.triplestore.FcrepoTripleStoreIndexingConfig
-
@Configuration @Conditional(org.fcrepo.camel.indexing.triplestore.FcrepoTripleStoreIndexingConfig.TriplestoreIndexingEnabled.class) public class FcrepoTripleStoreIndexingConfig extends org.fcrepo.camel.common.config.BasePropsConfig
A configuration class for the triplestore Indexing service- Author:
- dbernstein
-
-
Constructor Summary
Constructors Constructor Description FcrepoTripleStoreIndexingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilterContainers()StringgetInputStream()StringgetNamedGraph()StringgetPreferInclude()StringgetPreferOmit()StringgetReindexStream()StringgetTriplestoreAuthPassword()StringgetTriplestoreAuthUsername()StringgetTriplestoreBaseUrl()org.apache.camel.component.http.HttpComponenthttp()org.apache.camel.component.http.HttpComponenthttps()booleanisIndexingPredicate()org.apache.camel.builder.RouteBuildertripleStoreRoute()
-
-
-
Constructor Detail
-
FcrepoTripleStoreIndexingConfig
public FcrepoTripleStoreIndexingConfig()
-
-
Method Detail
-
getInputStream
public String getInputStream()
-
getReindexStream
public String getReindexStream()
-
isIndexingPredicate
public boolean isIndexingPredicate()
-
getNamedGraph
public String getNamedGraph()
-
getFilterContainers
public String getFilterContainers()
-
getPreferInclude
public String getPreferInclude()
-
getPreferOmit
public String getPreferOmit()
-
getTriplestoreBaseUrl
public String getTriplestoreBaseUrl()
-
getTriplestoreAuthUsername
public String getTriplestoreAuthUsername()
-
getTriplestoreAuthPassword
public String getTriplestoreAuthPassword()
-
http
@Bean(name="http") public org.apache.camel.component.http.HttpComponent http()
-
https
@Bean(name="https") public org.apache.camel.component.http.HttpComponent https()
-
tripleStoreRoute
@Bean public org.apache.camel.builder.RouteBuilder tripleStoreRoute()
-
-