Uses of Interface
org.apache.manifoldcf.agents.interfaces.IPipelineSpecification
-
Packages that use IPipelineSpecification Package Description org.apache.manifoldcf.agents.incrementalingest org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IPipelineSpecification in org.apache.manifoldcf.agents.incrementalingest
Fields in org.apache.manifoldcf.agents.incrementalingest declared as IPipelineSpecification Modifier and Type Field Description IPipelineSpecificationIncrementalIngester.PipelineObject. pipelineConnectionsMethods in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineSpecification Modifier and Type Method Description booleanIncrementalIngester. checkDateIndexable(IPipelineSpecification pipelineSpecification, java.util.Date date, IOutputCheckActivity activity)Check if a date is indexable.booleanIncrementalIngester. checkDocumentIndexable(IPipelineSpecification pipelineSpecification, java.io.File localFile, IOutputCheckActivity activity)Check if a file is indexable.booleanIncrementalIngester. checkLengthIndexable(IPipelineSpecification pipelineSpecification, long length, IOutputCheckActivity activity)Pre-determine whether a document's length is indexable by this connector.booleanIncrementalIngester. checkMimeTypeIndexable(IPipelineSpecification pipelineSpecification, java.lang.String mimeType, IOutputCheckActivity activity)Check if a mime type is indexable.booleanIncrementalIngester. checkURLIndexable(IPipelineSpecification pipelineSpecification, java.lang.String url, IOutputCheckActivity activity)Pre-determine whether a document's URL is indexable by this connector.protected static java.lang.StringIncrementalIngester. computePackedTransformationVersion(IPipelineSpecification pipelineSpecification, int stage)Compute a transformation version given a pipeline specification and starting output stage.protected IncrementalIngester.PipelineObjectIncrementalIngester. pipelineGrab(IPipelineSpecification pipelineConnections)Grab the entire pipeline.Constructors in org.apache.manifoldcf.agents.incrementalingest with parameters of type IPipelineSpecification Constructor Description PipelineObject(IPipelineSpecification pipelineConnections, ITransformationConnector[] transformationConnectors, IOutputConnector[] outputConnectors) -
Uses of IPipelineSpecification in org.apache.manifoldcf.agents.interfaces
Subinterfaces of IPipelineSpecification in org.apache.manifoldcf.agents.interfaces Modifier and Type Interface Description interfaceIPipelineSpecificationWithVersionsThis interface describes a multi-output pipeline, with existing document version information from each output..Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IPipelineSpecification Modifier and Type Method Description booleanIIncrementalIngester. checkDateIndexable(IPipelineSpecification pipelineSpecification, java.util.Date date, IOutputCheckActivity activity)Check if a document date is indexable.booleanIIncrementalIngester. checkDocumentIndexable(IPipelineSpecification pipelineSpecification, java.io.File localFile, IOutputCheckActivity activity)Check if a file is indexable.booleanIIncrementalIngester. checkLengthIndexable(IPipelineSpecification pipelineSpecification, long length, IOutputCheckActivity activity)Pre-determine whether a document's length is indexable by this connector.booleanIIncrementalIngester. checkMimeTypeIndexable(IPipelineSpecification pipelineSpecification, java.lang.String mimeType, IOutputCheckActivity activity)Check if a mime type is indexable.booleanIIncrementalIngester. checkURLIndexable(IPipelineSpecification pipelineSpecification, java.lang.String url, IOutputCheckActivity activity)Pre-determine whether a document's URL is indexable by this connector. -
Uses of IPipelineSpecification in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IPipelineSpecification Modifier and Type Class Description classPipelineSpecificationClass which handles pipeline specifications that include current (new) description strings.classPipelineSpecificationWithVersionsClass which handles pipeline specifications, including both new versions and old versions.Fields in org.apache.manifoldcf.crawler.system declared as IPipelineSpecification Modifier and Type Field Description protected IPipelineSpecificationPipelineSpecificationWithVersions. pipelineSpecificationprotected IPipelineSpecificationWorkerThread.ProcessActivity. pipelineSpecificationConstructors in org.apache.manifoldcf.crawler.system with parameters of type IPipelineSpecification Constructor Description PipelineSpecificationWithVersions(IPipelineSpecification pipelineSpecification, QueuedDocument queuedDocument, java.lang.String componentIDHash)ProcessActivity(java.lang.Long jobID, java.lang.String processID, IReprioritizationTracker rt, IJobManager jobManager, IIncrementalIngester ingester, java.lang.String connectionName, IPipelineSpecification pipelineSpecification, java.util.Map<java.lang.String,QueuedDocument> previousDocuments, long currentTime, java.lang.Long expireInterval, java.lang.Long recrawlInterval, java.lang.Long maxInterval, int hopcountMode, IRepositoryConnection connection, IRepositoryConnector connector, IRepositoryConnectionManager connMgr, java.lang.String[] legalLinkTypes, WorkerThread.OutputActivity ingestLogger)Constructor.
-