Uses of Class
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
-
Uses of ManifoldCFException in org.apache.manifoldcf.agents
Methods in org.apache.manifoldcf.agents that throw ManifoldCFException Modifier and Type Method Description voidAgentRun.AgentRunShutdownRunner. doCleanup(IThreadContext tc)protected voidAgentRun. doExecute(IThreadContext tc)protected voidAgentStop. doExecute(IThreadContext tc)protected abstract voidBaseAgentsInitializationCommand. doExecute(IThreadContext tc)protected voidInstall. doExecute(IThreadContext tc)protected voidRegister. doExecute(IThreadContext tc)protected voidRegisterOutput. doExecute(IThreadContext tc)protected voidRegisterTransformation. doExecute(IThreadContext tc)protected voidSynchronizeAll. doExecute(IThreadContext tc)protected voidSynchronizeOutputs. doExecute(IThreadContext tc)protected voidSynchronizeTransformations. doExecute(IThreadContext tc)protected abstract voidTransactionalAgentsInitializationCommand. doExecute(IThreadContext tc)protected voidUninstall. doExecute(IThreadContext tc)protected voidUnRegister. doExecute(IThreadContext tc)protected voidUnRegisterAll. doExecute(IThreadContext tc)protected voidUnRegisterAllOutputs. doExecute(IThreadContext tc)protected voidUnRegisterAllTransformations. doExecute(IThreadContext tc)protected voidUnRegisterOutput. doExecute(IThreadContext tc)protected voidUnRegisterTransformation. doExecute(IThreadContext tc)voidBaseAgentsInitializationCommand. execute()voidTransactionalAgentsInitializationCommand. execute() -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.agentmanager
Methods in org.apache.manifoldcf.agents.agentmanager that throw ManifoldCFException Modifier and Type Method Description voidAgentManager. deinstall()Uninstall.java.lang.String[]AgentManager. getAllAgents()Get a list of all registered agent class names.voidAgentManager. install()Install or upgrade.voidAgentManager. registerAgent(java.lang.String className)Register an agent.voidAgentManager. removeAgent(java.lang.String className)Remove an agent.voidAgentManager. unregisterAgent(java.lang.String className)Unregister an agent.Constructors in org.apache.manifoldcf.agents.agentmanager that throw ManifoldCFException Constructor Description AgentManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.common
Methods in org.apache.manifoldcf.agents.common that throw ManifoldCFException Modifier and Type Method Description protected XMLContextXMLContext. beginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)This method is meant to be extended by classes that extend this class.protected XMLContextXMLWriterContext. beginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)Start a child tag.voidXMLContext. cleanup()Cleanup this context object, and then recurse up the chain.voidXMLStream. cleanup()Call this method to clean up completely after a parse attempt, whether successful or failure.voidXMLOutputStreamContext. close()Close the underlying stream.protected voidXMLContext. endTag()This method is meant to be extended by classes that extend this classprotected voidXMLWriterContext. endTag()End a child tag.voidXMLOutputStreamContext. flush()Flush the data to the underlying output streamvoidXMLWriterContext. flush()Flush the data to the underlying output streamjava.io.FileXMLFileContext. getCompletedFile()Get file object, flushing it, closing it, and clearing it.voidXMLStream. parse(java.io.InputStream xmlInputStream)protected voidXMLContext. tagCleanup()Override this method to be called during cleanupvoidXMLFileContext. tagCleanup()Cleanup whatever is left overprotected voidXMLContext. tagContents(char[] ch, int start, int length)This method is meant to be extended by classes that extend this classprotected voidXMLStringContext. tagContents(char[] ch, int start, int length)This method is meant to be extended by classes that extend this classprotected voidXMLWriterContext. tagContents(char[] ch, int start, int length)This method is meant to be extended by classes that extend this classConstructors in org.apache.manifoldcf.agents.common that throw ManifoldCFException Constructor Description XMLStream()Default constructorXMLStream(boolean laxChecking)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.incrementalingest
Methods in org.apache.manifoldcf.agents.incrementalingest that throw ManifoldCFException Modifier and Type Method Description intIncrementalIngester.OutputAddEntryPoint. addOrReplaceDocumentWithException(java.lang.String documentURI, RepositoryDocument document)intIncrementalIngester.PipelineAddEntryPoint. addOrReplaceDocumentWithException(java.lang.String documentURI, RepositoryDocument document)intIncrementalIngester.PipelineObjectWithVersions. addOrReplaceDocumentWithException(java.lang.String docKey, java.lang.String componentHash, java.lang.String documentURI, RepositoryDocument document, java.lang.String newDocumentVersion, java.lang.String authorityNameString, IOutputActivity finalActivity, long ingestTime)booleanIncrementalIngester. checkDateIndexable(IPipelineSpecification pipelineSpecification, java.util.Date date, IOutputCheckActivity activity)Check if a date is indexable.booleanIncrementalIngester.MonitoredAddActivityWrapper. checkDateIndexable(java.util.Date date)Detect if a date is acceptable downstream or not.booleanIncrementalIngester.OutputAddActivitiesWrapper. checkDateIndexable(java.util.Date date)Detect if a date is acceptable downstream or not.booleanIncrementalIngester.PipelineAddEntryPoint. checkDateIndexable(java.util.Date date)booleanIncrementalIngester.PipelineAddFanout. checkDateIndexable(java.util.Date date)booleanIncrementalIngester.PipelineCheckEntryPoint. checkDateIndexable(java.util.Date date)booleanIncrementalIngester.PipelineCheckFanout. checkDateIndexable(java.util.Date date)booleanIncrementalIngester.PipelineObject. checkDateIndexable(java.util.Date date, IOutputCheckActivity finalActivity)booleanIncrementalIngester. checkDocumentIndexable(IPipelineSpecification pipelineSpecification, java.io.File localFile, IOutputCheckActivity activity)Check if a file is indexable.booleanIncrementalIngester.MonitoredAddActivityWrapper. checkDocumentIndexable(java.io.File localFile)Pre-determine whether a document (passed here as a File object) is acceptable downstream.booleanIncrementalIngester.OutputAddActivitiesWrapper. checkDocumentIndexable(java.io.File localFile)Pre-determine whether a document (passed here as a File object) is acceptable downstream.booleanIncrementalIngester.PipelineAddEntryPoint. checkDocumentIndexable(java.io.File localFile)booleanIncrementalIngester.PipelineAddFanout. checkDocumentIndexable(java.io.File localFile)booleanIncrementalIngester.PipelineCheckEntryPoint. checkDocumentIndexable(java.io.File localFile)booleanIncrementalIngester.PipelineCheckFanout. checkDocumentIndexable(java.io.File localFile)booleanIncrementalIngester.PipelineObject. checkDocumentIndexable(java.io.File localFile, IOutputCheckActivity finalActivity)booleanIncrementalIngester. checkLengthIndexable(IPipelineSpecification pipelineSpecification, long length, IOutputCheckActivity activity)Pre-determine whether a document's length is indexable by this connector.booleanIncrementalIngester.MonitoredAddActivityWrapper. checkLengthIndexable(long length)Pre-determine whether a document's length is acceptable downstream.booleanIncrementalIngester.OutputAddActivitiesWrapper. checkLengthIndexable(long length)Pre-determine whether a document's length is acceptable downstream.booleanIncrementalIngester.PipelineAddEntryPoint. checkLengthIndexable(long length)booleanIncrementalIngester.PipelineAddFanout. checkLengthIndexable(long length)booleanIncrementalIngester.PipelineCheckEntryPoint. checkLengthIndexable(long length)booleanIncrementalIngester.PipelineCheckFanout. checkLengthIndexable(long length)booleanIncrementalIngester.PipelineObject. checkLengthIndexable(long length, IOutputCheckActivity finalActivity)booleanIncrementalIngester. checkMimeTypeIndexable(IPipelineSpecification pipelineSpecification, java.lang.String mimeType, IOutputCheckActivity activity)Check if a mime type is indexable.booleanIncrementalIngester.MonitoredAddActivityWrapper. checkMimeTypeIndexable(java.lang.String mimeType)Detect if a mime type is acceptable downstream or not.booleanIncrementalIngester.OutputAddActivitiesWrapper. checkMimeTypeIndexable(java.lang.String mimeType)Detect if a mime type is acceptable downstream or not.booleanIncrementalIngester.PipelineAddEntryPoint. checkMimeTypeIndexable(java.lang.String mimeType)booleanIncrementalIngester.PipelineAddFanout. checkMimeTypeIndexable(java.lang.String mimeType)booleanIncrementalIngester.PipelineCheckEntryPoint. checkMimeTypeIndexable(java.lang.String mimeType)booleanIncrementalIngester.PipelineCheckFanout. checkMimeTypeIndexable(java.lang.String mimeType)booleanIncrementalIngester.PipelineObject. checkMimeTypeIndexable(java.lang.String mimeType, IOutputCheckActivity finalActivity)booleanIncrementalIngester. checkURLIndexable(IPipelineSpecification pipelineSpecification, java.lang.String url, IOutputCheckActivity activity)Pre-determine whether a document's URL is indexable by this connector.booleanIncrementalIngester.MonitoredAddActivityWrapper. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is acceptable downstream.booleanIncrementalIngester.OutputAddActivitiesWrapper. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is acceptable downstream.booleanIncrementalIngester.PipelineAddEntryPoint. checkURLIndexable(java.lang.String uri)booleanIncrementalIngester.PipelineAddFanout. checkURLIndexable(java.lang.String uri)booleanIncrementalIngester.PipelineCheckEntryPoint. checkURLIndexable(java.lang.String uri)booleanIncrementalIngester.PipelineCheckFanout. checkURLIndexable(java.lang.String uri)booleanIncrementalIngester.PipelineObject. checkURLIndexable(java.lang.String uri, IOutputCheckActivity finalActivity)voidIncrementalIngester. clearAll()Flush all knowledge of what was ingested before.voidRepositoryDocumentFactory. close()Close this object and release its resources.RepositoryDocumentRepositoryDocumentFactory. createDocument()Create a new RepositoryDocument object from the saved local resources.voidIncrementalIngester. deinstall()Uninstall the incremental ingestion manager.protected voidIncrementalIngester. deleteRowIds(java.util.List<java.lang.Long> list)Delete a chunk of row ids.voidIncrementalIngester. documentCheck(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIncrementalIngester. documentCheckMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIncrementalIngester. documentDelete(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, IOutputRemoveActivity activities)Delete a document from the search engine index.voidIncrementalIngester. documentDeleteMultiple(IPipelineConnections[] pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)Delete multiple documents from the search engine index.voidIncrementalIngester. documentDeleteMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity originalActivities)Delete multiple documents from the search engine index.booleanIncrementalIngester. documentIngest(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, RepositoryDocument data, long ingestTime, java.lang.String documentURI, IOutputActivity activities)Ingest a document.voidIncrementalIngester. documentNoData(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, long recordTime, IOutputActivity activities)Remove a document from specified indexes, just as if an empty document was indexed, and record the necessary version information.voidIncrementalIngester. documentRecord(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, long recordTime)Record a document version, but don't ingest it.voidIncrementalIngester. documentRemove(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, IOutputRemoveActivity activities)Remove a document component from the search engine index.voidIncrementalIngester. documentRemoveMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, java.lang.String componentHash, IOutputRemoveActivity activities)Remove multiple document components from the search engine index.protected voidIncrementalIngester. findRowIdsForDocIds(java.lang.String[] outputConnectionNames, java.util.Set<java.lang.Long> rowIDSet, java.util.List<java.lang.String> paramValues)Given values and parameters corresponding to a set of hash values, add corresponding table row id's to the output map.protected voidIncrementalIngester. findRowIdsForDocIds(java.lang.String outputConnectionName, java.util.Set<java.lang.Long> rowIDSet, java.util.List<java.lang.String> paramValues)Given values and parameters corresponding to a set of hash values, add corresponding table row id's to the output map.protected voidIncrementalIngester. findRowIdsForDocIds(java.lang.String outputConnectionName, java.util.Set<java.lang.Long> rowIDSet, java.util.List<java.lang.String> paramValues, java.lang.String componentHash)Given values and parameters corresponding to a set of hash values, add corresponding table row id's to the output map.protected voidIncrementalIngester. findRowIdsForURIs(java.lang.String outputConnectionName, java.util.Set<java.lang.Long> rowIDSet, java.util.Set<java.lang.String> uris, java.util.List<java.lang.String> hashParamValues)Given values and parameters corresponding to a set of hash values, add corresponding table row id's to the output map.longIncrementalIngester. getDocumentUpdateInterval(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Calculate the average time interval between changes for a document.long[]IncrementalIngester. getDocumentUpdateIntervalMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Calculate the average time interval between changes for a document.protected voidIncrementalIngester. getDocumentURIChunk(java.util.List<IncrementalIngester.DeleteInfo> rval, java.lang.String outputConnectionName, java.util.List<java.lang.String> list)Get a chunk of document uris.protected voidIncrementalIngester. getDocumentURIChunk(java.util.List<IncrementalIngester.DeleteInfo> rval, java.lang.String outputConnectionName, java.util.List<java.lang.String> list, java.lang.String componentHash)Get a chunk of document uris.protected java.util.List<IncrementalIngester.DeleteInfo>IncrementalIngester. getDocumentURIMultiple(java.lang.String outputConnectionName, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Find out what URIs a SET of document URIs are currently ingested.protected java.util.List<IncrementalIngester.DeleteInfo>IncrementalIngester. getDocumentURIMultiple(java.lang.String outputConnectionName, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, java.lang.String componentHash)Find out what URIs a SET of document URIs are currently ingested.protected voidIncrementalIngester. getIntervals(long[] rval, java.lang.String[] outputConnectionNames, java.util.List<java.lang.String> list, java.util.Map<java.lang.String,java.lang.Integer> returnMap)Query for and calculate the interval for a bunch of hashcodes.VersionContextIncrementalIngester. getOutputDescription(IOutputConnection outputConnection, Specification spec)Get an output version string for a document.voidIncrementalIngester. getPipelineDocumentIngestData(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Look up ingestion data for a document.protected voidIncrementalIngester. getPipelineDocumentIngestDataChunk(IngestStatuses rval, java.util.Map<java.lang.String,java.lang.Integer> map, java.lang.String[] outputConnectionNames, java.util.List<java.lang.String> list, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Get a chunk of document ingest data records.voidIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic[] pipelineSpecificationBasics, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a set of documents.voidIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a SET of documents.VersionContextIncrementalIngester. getTransformationDescription(ITransformationConnection transformationConnection, Specification spec)Get transformation version string for a document.voidIncrementalIngester. install()Install the incremental ingestion manager.voidIncrementalIngester.MonitoredAddActivityWrapper. noDocument()Send NO document via the pipeline to the next output connection.voidIncrementalIngester.OutputAddActivitiesWrapper. noDocument()Send NO document via the pipeline to the next output connection.voidIncrementalIngester.OutputAddEntryPoint. noDocument()voidIncrementalIngester.PipelineAddEntryPoint. noDocument()voidIncrementalIngester.PipelineAddFanout. noDocument()Send NO document via the pipeline to the next output connection.voidIncrementalIngester.PipelineObjectWithVersions. noDocument(java.lang.String docKey, java.lang.String componentHash, java.lang.String newDocumentVersion, java.lang.String authorityNameString, IOutputActivity finalActivity, long ingestTime)protected voidIncrementalIngester. noteDocumentIngest(java.lang.String outputConnectionName, java.lang.String docKey, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String transformationVersion, java.lang.String outputVersion, java.lang.String authorityNameString, long ingestTime, java.lang.String documentURI, java.lang.String documentURIHash)Note the ingestion of a document, or the "update" of a document.protected IncrementalIngester.PipelineObjectIncrementalIngester. pipelineGrab(IPipelineSpecification pipelineConnections)Grab the entire pipeline.protected IncrementalIngester.PipelineObjectWithVersionsIncrementalIngester. pipelineGrabWithVersions(IPipelineSpecificationWithVersions pipelineConnections)Grab the entire pipeline.java.lang.StringIncrementalIngester.MonitoredAddActivityWrapper. qualifyAccessToken(java.lang.String authorityNameString, java.lang.String accessToken)Qualify an access token appropriately, to match access tokens as returned by mod_aa.java.lang.StringIncrementalIngester.OutputAddActivitiesWrapper. qualifyAccessToken(java.lang.String authorityNameString, java.lang.String accessToken)Qualify an access token appropriately, to match access tokens as returned by mod_aa.java.lang.StringIncrementalIngester.PipelineAddFanout. qualifyAccessToken(java.lang.String authorityNameString, java.lang.String accessToken)Qualify an access token appropriately, to match access tokens as returned by mod_aa.voidIncrementalIngester.MonitoredAddActivityWrapper. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidIncrementalIngester.OutputRecordingActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidIncrementalIngester.PipelineAddFanout. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidIncrementalIngester.TransformationRecordingActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidIncrementalIngester.PipelineObject. release()protected voidIncrementalIngester. removeDocument(IOutputConnection connection, java.lang.String documentURI, java.lang.String outputDescription, IOutputRemoveActivity activities)Remove document, using the specified output connection, via the standard pool.voidIncrementalIngester. removeOutputConnection(IOutputConnection outputConnection)Remove all knowledge of an output index from the system.voidIncrementalIngester. resetOutputConnection(IOutputConnection outputConnection)Reset all documents belonging to a specific output connection, because we've got information that that system has been reconfigured.intIncrementalIngester.MonitoredAddActivityWrapper. sendDocument(java.lang.String documentURI, RepositoryDocument document)Send a document via the pipeline to the next output connection.intIncrementalIngester.OutputAddActivitiesWrapper. sendDocument(java.lang.String documentURI, RepositoryDocument document)Send a document via the pipeline to the next output connection.intIncrementalIngester.PipelineAddFanout. sendDocument(java.lang.String documentURI, RepositoryDocument document)Send a document via the pipeline to the next output connection.protected voidIncrementalIngester. updateRowIds(java.util.List<java.lang.Long> list, long checkTime)Update a chunk of row ids.Constructors in org.apache.manifoldcf.agents.incrementalingest that throw ManifoldCFException Constructor Description IncrementalIngester(IThreadContext threadContext, IDBInterface database)Constructor.RepositoryDocumentFactory(RepositoryDocument document)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that throw ManifoldCFException Modifier and Type Method Description voidRepositoryDocument. addField(java.lang.String fieldName, java.io.Reader fieldData)Add/remove a character field.voidRepositoryDocument. addField(java.lang.String fieldName, java.io.Reader[] fieldData)Add/remove a multivalue character field.voidRepositoryDocument. addField(java.lang.String fieldName, java.lang.String fieldData)Add a character field.voidRepositoryDocument. addField(java.lang.String fieldName, java.lang.String[] fieldData)Add/Remove a multivalue character field.voidRepositoryDocument. addField(java.lang.String fieldName, java.util.Date fieldData)Add/remove a date field.voidRepositoryDocument. addField(java.lang.String fieldName, java.util.Date[] fieldData)Add/remove a multivalue date field.intIPipelineConnector. addOrReplaceDocumentWithException(java.lang.String documentURI, VersionContext pipelineDescription, RepositoryDocument document, java.lang.String authorityNameString, IOutputAddActivity activities)Add (or replace) a document in the output data store using the connector.booleanIOutputConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.booleanITransformationConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.booleanIIncrementalIngester. checkDateIndexable(IPipelineSpecification pipelineSpecification, java.util.Date date, IOutputCheckActivity activity)Check if a document date is indexable.booleanIOutputCheckActivity. checkDateIndexable(java.util.Date date)Detect if a document date is acceptable downstream or not.booleanIPipelineConnector. checkDateIndexable(VersionContext pipelineDescription, java.util.Date date, IOutputCheckActivity checkActivity)Detect if a document date is acceptable or not.booleanIIncrementalIngester. checkDocumentIndexable(IPipelineSpecification pipelineSpecification, java.io.File localFile, IOutputCheckActivity activity)Check if a file is indexable.booleanIOutputCheckActivity. checkDocumentIndexable(java.io.File localFile)Pre-determine whether a document (passed here as a File object) is acceptable downstream.booleanIPipelineConnector. checkDocumentIndexable(VersionContext pipelineDescription, java.io.File localFile, IOutputCheckActivity checkActivity)Pre-determine whether a document (passed here as a File object) is acceptable or not.booleanITransformationCheckActivity. checkDocumentIndexable(java.io.File localFile)Pre-determine whether a document (passed here as a File object) is acceptable downstream.booleanIIncrementalIngester. checkLengthIndexable(IPipelineSpecification pipelineSpecification, long length, IOutputCheckActivity activity)Pre-determine whether a document's length is indexable by this connector.booleanIOutputCheckActivity. checkLengthIndexable(long length)Pre-determine whether a document's length is acceptable downstream.booleanIPipelineConnector. checkLengthIndexable(VersionContext pipelineDescription, long length, IOutputCheckActivity checkActivity)Pre-determine whether a document's length is acceptable.booleanITransformationCheckActivity. checkLengthIndexable(long length)Pre-determine whether a document's length is acceptable downstream.booleanIIncrementalIngester. checkMimeTypeIndexable(IPipelineSpecification pipelineSpecification, java.lang.String mimeType, IOutputCheckActivity activity)Check if a mime type is indexable.booleanIOutputCheckActivity. checkMimeTypeIndexable(java.lang.String mimeType)Detect if a mime type is acceptable downstream or not.booleanIPipelineConnector. checkMimeTypeIndexable(VersionContext pipelineDescription, java.lang.String mimeType, IOutputCheckActivity checkActivity)Detect if a mime type is acceptable or not.booleanITransformationCheckActivity. checkMimeTypeIndexable(java.lang.String mimeType)Detect if a mime type is acceptable downstream or not.booleanIIncrementalIngester. checkURLIndexable(IPipelineSpecification pipelineSpecification, java.lang.String url, IOutputCheckActivity activity)Pre-determine whether a document's URL is indexable by this connector.booleanIOutputCheckActivity. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is acceptable downstream.booleanIPipelineConnector. checkURLIndexable(VersionContext pipelineDescription, java.lang.String url, IOutputCheckActivity checkActivity)Pre-determine whether a document's URL is acceptable.booleanITransformationCheckActivity. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is acceptable downstream.voidIAgent. cleanUp(IThreadContext threadContext)Tear down agent environment.voidIAgent. cleanUpAgentData(IThreadContext threadContext, java.lang.String currentProcessID, java.lang.String cleanupProcessID)Cleanup after agents process.voidIAgent. cleanUpAllAgentData(IThreadContext threadContext, java.lang.String currentProcessID)Cleanup after ALL agents processes.voidIIncrementalIngester. clearAll()Flush all knowledge of what was ingested before.voidIOutputConnectorPool. closeAllConnectors()Clean up all open output connector handles.voidITransformationConnectorPool. closeAllConnectors()Clean up all open transformation connector handles.voidIAgent. clusterInit(IThreadContext threadContext)Called ONLY when no other active services of this kind are running.IOutputConnectionIOutputConnectionManager. create()Create a new output connection object.ITransformationConnectionITransformationConnectionManager. create()Create a new transformation connection object.voidIAgent. deinstall(IThreadContext threadContext)Uninstall agent.voidIAgentManager. deinstall()Uninstall.voidIIncrementalIngester. deinstall()Uninstall the incremental ingestion manager.voidIOutputConnectionManager. deinstall()Uninstall the manager.voidIOutputConnectorManager. deinstall()Uninstall.voidITransformationConnectionManager. deinstall()Uninstall the manager.voidITransformationConnectorManager. deinstall()Uninstall.static voidOutputConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static voidTransformationConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.voidIOutputConnectionManager. delete(java.lang.String name)Delete an output connection.voidITransformationConnectionManager. delete(java.lang.String name)Delete a transformation connection.voidIIncrementalIngester. documentCheck(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIIncrementalIngester. documentCheckMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, long checkTime)Note the fact that we checked a document (and found that it did not need to be ingested, because the versions agreed).voidIIncrementalIngester. documentDelete(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, IOutputRemoveActivity activities)Delete a document, and all its components, from the search engine index.voidIIncrementalIngester. documentDeleteMultiple(IPipelineConnections[] pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)Delete multiple documents, and their components, from the search engine index.voidIIncrementalIngester. documentDeleteMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, IOutputRemoveActivity activities)Delete multiple documents, and their components, from the search engine index.booleanIIncrementalIngester. documentIngest(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, RepositoryDocument data, long ingestTime, java.lang.String documentURI, IOutputActivity activities)Ingest a document.voidIIncrementalIngester. documentNoData(IPipelineSpecificationWithVersions pipelineSpecificationWithVersions, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, java.lang.String authorityName, long recordTime, IOutputActivity activities)Remove a document from specified indexes, just as if an empty document was indexed, and record the necessary version information.voidIIncrementalIngester. documentRecord(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, java.lang.String documentVersion, long recordTime)Record a document version, but don't ingest it.voidIIncrementalIngester. documentRemove(IPipelineConnections pipelineConnections, java.lang.String identifierClass, java.lang.String identifierHash, java.lang.String componentHash, IOutputRemoveActivity activities)Remove a document component from the search engine index.voidIIncrementalIngester. documentRemoveMultiple(IPipelineConnections pipelineConnections, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes, java.lang.String componentHash, IOutputRemoveActivity activities)Remove multiple document components from the search engine index.voidIOutputConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationvoidITransformationConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationjava.lang.String[]IOutputConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of output connections that share the same connector.java.lang.String[]ITransformationConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of transformation connections that share the same connector.voidIOutputConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.voidITransformationConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.static java.lang.String[]OutputConnectorFactory. getActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.static java.lang.String[]TransformationConnectorFactory. getActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.java.lang.String[]IAgentManager. getAllAgents()Get a list of all registered agent class names.IOutputConnection[]IOutputConnectionManager. getAllConnections()Obtain a list of the output connections, ordered by name.ITransformationConnection[]ITransformationConnectionManager. getAllConnections()Obtain a list of the transformation connections, ordered by name.static java.lang.String[]OutputConnectionManagerFactory. getAllOutputActivities(IThreadContext tc)Compile a list of all pertinent activities, across all existing output connections.static java.lang.String[]TransformationConnectionManagerFactory. getAllTransformationActivities(IThreadContext tc)Compile a list of all pertinent activities, across all existing transformation connections.static IOutputConnectorOutputConnectorFactory. getConnectorNoCheck(java.lang.String className)Get an output connector instance, without checking for installed connector.static ITransformationConnectorTransformationConnectorFactory. getConnectorNoCheck(java.lang.String className)Get an output connector instance, without checking for installed connector.IResultSetIOutputConnectorManager. getConnectors()Get ordered list of connectors.IResultSetITransformationConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringIOutputConnectorManager. getDescription(java.lang.String className)Get a description given a class name.java.lang.StringITransformationConnectorManager. getDescription(java.lang.String className)Get a description given a class name.longIIncrementalIngester. getDocumentUpdateInterval(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Calculate the average time interval between changes for a document.long[]IIncrementalIngester. getDocumentUpdateIntervalMultiple(IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Calculate the average time interval between changes for a document.VersionContextIIncrementalIngester. getOutputDescription(IOutputConnection outputConnection, Specification spec)Get an output version string for a document.VersionContextIPipelineConnector. getPipelineDescription(Specification spec)Get a pipeline version object, given a pipeline specification object.voidIIncrementalIngester. getPipelineDocumentIngestData(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String identifierClass, java.lang.String identifierHash)Look up ingestion data for a document.voidIIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic[] pipelineSpecificationBasics, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a set of documents.voidIIncrementalIngester. getPipelineDocumentIngestDataMultiple(IngestStatuses rval, IPipelineSpecificationBasic pipelineSpecificationBasic, java.lang.String[] identifierClasses, java.lang.String[] identifierHashes)Look up ingestion data for a SET of documents.java.lang.String[]OutputConnectorFactory. getThisActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.java.lang.String[]TransformationConnectorFactory. getThisActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.VersionContextIIncrementalIngester. getTransformationDescription(ITransformationConnection transformationConnection, Specification spec)Get transformation version string for a document.IOutputConnectorIOutputConnectorPool. grab(IOutputConnection outputConnection)Get an output connector.ITransformationConnectorITransformationConnectorPool. grab(ITransformationConnection transformationConnection)Get a transformation connector.IOutputConnector[]IOutputConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IOutputConnection[] outputConnections)Get multiple output connectors, all at once.ITransformationConnector[]ITransformationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, ITransformationConnection[] transformationConnections)Get multiple transformation connectors, all at once.voidIOutputConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidITransformationConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidIAgent. initialize(IThreadContext threadContext)Initialize agent environment.voidIAgent. install(IThreadContext threadContext)Install agent.voidIAgentManager. install()Install.voidIIncrementalIngester. install()Install the incremental ingestion manager.voidIOutputConnectionManager. install()Install the manager.voidIOutputConnectorManager. install()Install.voidITransformationConnectionManager. install()Install the manager.voidITransformationConnectorManager. install()Install.static voidOutputConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static voidTransformationConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static IAgent[]AgentManagerFactory. instantiateAllAgents(IThreadContext threadContext)Instantiate the complete set of IAgent objects.booleanIOutputConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.booleanITransformationConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.protected booleanOutputConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)protected booleanTransformationConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)static booleanAgentManagerFactory. isOutputConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from all registered agents to delete an output connection.booleanIAgent. isOutputConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete an output connection.static booleanAgentManagerFactory. isTransformationConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from all registered agents to delete a transformation connection.booleanIAgent. isTransformationConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete a transformation connection.IOutputConnectionIOutputConnectionManager. load(java.lang.String name)Load an output connection by name.ITransformationConnectionITransformationConnectionManager. load(java.lang.String name)Load an transformation connection by name.IOutputConnection[]IOutputConnectionManager. loadMultiple(java.lang.String[] names)Load a set of output connections.ITransformationConnection[]ITransformationConnectionManager. loadMultiple(java.lang.String[] names)Load a set of transformation connections.static IAgentAgentFactory. make(java.lang.String className)Make an agent, given a class name.static IAgentManagerAgentManagerFactory. make(IThreadContext threadContext)Make an agent manager instance.static IIncrementalIngesterIncrementalIngesterFactory. make(IThreadContext threadContext)Get an appropriate incremental ingest manager handle.static IOutputConnectionManagerOutputConnectionManagerFactory. make(IThreadContext tc)Make an output connection manager handle.static IOutputConnectorManagerOutputConnectorManagerFactory. make(IThreadContext tc)Construct an output connector manager.static IOutputConnectorPoolOutputConnectorPoolFactory. make(IThreadContext tc)Make an output connector pool handle.static ITransformationConnectionManagerTransformationConnectionManagerFactory. make(IThreadContext tc)Make a transformation connection manager handle.static ITransformationConnectorManagerTransformationConnectorManagerFactory. make(IThreadContext tc)Construct an output connector manager.static ITransformationConnectorPoolTransformationConnectorPoolFactory. make(IThreadContext tc)Make a transformation connector pool handle.voidIOutputAddActivity. noDocument()Send NO document via the pipeline to the next output connection.voidIOutputConnector. noteAllRecordsRemoved()Notify the connector that all records associated with this connection have been removed.voidIOutputConnector. noteJobComplete(IOutputNotifyActivity activities)Notify the connector of a completed job.static voidAgentManagerFactory. noteOutputConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note to all registered agents the change of configuration of an output connection.voidIAgent. noteOutputConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for an output connection.static voidAgentManagerFactory. noteOutputConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the deregistration of an output connector used by the specified connections.voidIAgent. noteOutputConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of output connections.static voidAgentManagerFactory. noteOutputConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the registration of an output connector used by the specified connections.voidIAgent. noteOutputConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of output connections.static voidAgentManagerFactory. noteTransformationConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note to all registered agents the change of configuration of a transformation connection.voidIAgent. noteTransformationConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for a transformation connection.static voidAgentManagerFactory. noteTransformationConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the deregistration of a transformation connector used by the specified connections.voidIAgent. noteTransformationConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of transformation connections.static voidAgentManagerFactory. noteTransformationConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note to all registered agents the registration of a transformation connector used by the specified connections.voidIAgent. noteTransformationConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of transformation connections.static voidOutputConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidTransformationConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidOutputConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidTransformationConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.voidIPipelineConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidIPipelineConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidIOutputConnectorPool. pollAllConnectors()Idle notification for inactive output connector handles.voidITransformationConnectorPool. pollAllConnectors()Idle notification for inactive transformation connector handles.static java.lang.StringOutputConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static java.lang.StringTransformationConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.java.lang.StringIPipelineConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification os, int connectionSequenceNumber)Process a specification post.java.lang.StringIOutputQualifyActivity. qualifyAccessToken(java.lang.String authorityNameString, java.lang.String accessToken)Qualify an access token appropriately, to match access tokens as returned by mod_aa.voidIOutputHistoryActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidIIngestLogger. recordDeletionAttempt(java.lang.String documentIdentifier, java.lang.Long startTime, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about a deletion attempt.voidIIngestLogger. recordIngestionAttempt(java.lang.String documentIdentifier, java.lang.Long startTime, java.lang.Long dataSize, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about an ingestion attempt.voidIAgentManager. registerAgent(java.lang.String className)Register an agent.voidIOutputConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidITransformationConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidIOutputConnectorPool. release(IOutputConnection connection, IOutputConnector connector)Release an output connector.voidITransformationConnectorPool. release(ITransformationConnection connection, ITransformationConnector connector)Release a transformation connector.voidIOutputConnectorPool. releaseMultiple(IOutputConnection[] connections, IOutputConnector[] connectors)Release multiple output connectors.voidITransformationConnectorPool. releaseMultiple(ITransformationConnection[] connections, ITransformationConnector[] connectors)Release multiple transformation connectors.voidIAgentManager. removeAgent(java.lang.String className)Remove an agent.voidIOutputConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidITransformationConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidIOutputConnector. removeDocument(java.lang.String documentURI, java.lang.String outputDescription, IOutputRemoveActivity activities)Remove a document using the connector.voidIIncrementalIngester. removeOutputConnection(IOutputConnection outputConnection)Remove all knowledge of an output index from the system.booleanIOutputConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.booleanITransformationConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.voidIIncrementalIngester. resetOutputConnection(IOutputConnection outputConnection)Reset all documents belonging to a specific output connection, because we've got information that that system has been reconfigured.booleanIOutputConnectionManager. save(IOutputConnection object)Save an output connection object.booleanITransformationConnectionManager. save(ITransformationConnection object)Save a transformation connection object.intIOutputAddActivity. sendDocument(java.lang.String documentURI, RepositoryDocument document)Send a document via the pipeline to the next output connection.voidIAgent. startAgent(IThreadContext threadContext, java.lang.String processID)Start the agent.voidIAgent. stopAgent(IThreadContext threadContext)Stop the agent.voidIAgentManager. unregisterAgent(java.lang.String className)Unregister an agent.voidIOutputConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.voidITransformationConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.static voidOutputConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidTransformationConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.voidIPipelineConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber)View specification. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.output
Methods in org.apache.manifoldcf.agents.output that throw ManifoldCFException Modifier and Type Method Description intBaseOutputConnector. addOrReplaceDocumentWithException(java.lang.String documentURI, VersionContext pipelineDescription, RepositoryDocument document, java.lang.String authorityNameString, IOutputAddActivity activities)Add (or replace) a document in the output data store using the connector.booleanBaseOutputConnector. checkDateIndexable(VersionContext pipelineDescription, java.util.Date date, IOutputCheckActivity checkActivity)Detect if a document date is acceptable or not.booleanBaseOutputConnector. checkDocumentIndexable(VersionContext pipelineDescription, java.io.File localFile, IOutputCheckActivity checkActivity)Pre-determine whether a document (passed here as a File object) is acceptable or not.booleanBaseOutputConnector. checkLengthIndexable(VersionContext pipelineDescription, long length, IOutputCheckActivity checkActivity)Pre-determine whether a document's length is acceptable.booleanBaseOutputConnector. checkMimeTypeIndexable(VersionContext pipelineDescription, java.lang.String mimeType, IOutputCheckActivity checkActivity)Detect if a mime type is acceptable or not.booleanBaseOutputConnector. checkURLIndexable(VersionContext pipelineDescription, java.lang.String url, IOutputCheckActivity checkActivity)Pre-determine whether a document's URL is acceptable.VersionContextBaseOutputConnector. getPipelineDescription(Specification spec)Get a pipeline version string, given a pipeline specification object.voidBaseOutputConnector. noteAllRecordsRemoved()Notify the connector that all records associated with this connection have been removed.voidBaseOutputConnector. noteJobComplete(IOutputNotifyActivity activities)Notify the connector of a completed job.voidBaseOutputConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseOutputConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.java.lang.StringBaseOutputConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification os, int connectionSequenceNumber)Process a specification post.voidBaseOutputConnector. removeDocument(java.lang.String documentURI, java.lang.String outputDescription, IOutputRemoveActivity activities)Remove a document using the connector.booleanBaseOutputConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.voidBaseOutputConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber)View specification. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.outputconnection
Methods in org.apache.manifoldcf.agents.outputconnection that throw ManifoldCFException Modifier and Type Method Description booleanOutputConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.IOutputConnectionOutputConnectionManager. create()Create a new output connection object.java.lang.Object[]OutputConnectionManager.OutputConnectionExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidOutputConnectionManager. deinstall()Uninstall the manager.voidOutputConnectionManager. delete(java.lang.String name)Delete an output connection.voidOutputConnectionManager.OutputConnectionExecutor. execute()Perform the desired operation.voidOutputConnectionManager.OutputConnectionExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidOutputConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationjava.lang.String[]OutputConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of output connections that share the same connector.IOutputConnection[]OutputConnectionManager. getAllConnections()Obtain a list of the output connections, ordered by name.protected voidOutputConnectionManager. getOutputConnectionsChunk(OutputConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of output connections.protected OutputConnection[]OutputConnectionManager. getOutputConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple output connections at a single time.voidOutputConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidOutputConnectionManager. install()Install the manager.IOutputConnectionOutputConnectionManager. load(java.lang.String name)Load an output connection by name.IOutputConnection[]OutputConnectionManager. loadMultiple(java.lang.String[] names)Load multiple output connections by name.protected intOutputConnectionManager. loadMultipleInternal(IOutputConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanOutputConnectionManager. save(IOutputConnection object)Save an output connection object.Constructors in org.apache.manifoldcf.agents.outputconnection that throw ManifoldCFException Constructor Description OutputConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.outputconnectorpool
Methods in org.apache.manifoldcf.agents.outputconnectorpool that throw ManifoldCFException Modifier and Type Method Description voidOutputConnectorPool. closeAllConnectors()Clean up all open output connector handles.voidOutputConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.IOutputConnectorOutputConnectorPool. grab(IOutputConnection outputConnection)Get an output connector.IOutputConnector[]OutputConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IOutputConnection[] outputConnections)Get multiple output connectors, all at once.IOutputConnector[]OutputConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanOutputConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanOutputConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)voidOutputConnectorPool. pollAllConnectors()Idle notification for inactive output connector handles.voidOutputConnectorPool. release(IOutputConnection connection, IOutputConnector connector)Release an output connector.voidOutputConnectorPool. releaseMultiple(IOutputConnection[] connections, IOutputConnector[] connectors)Release multiple output connectors.Constructors in org.apache.manifoldcf.agents.outputconnectorpool that throw ManifoldCFException Constructor Description OutputConnectorPool(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.outputconnmgr
Methods in org.apache.manifoldcf.agents.outputconnmgr that throw ManifoldCFException Modifier and Type Method Description voidOutputConnectorManager. deinstall()Uninstall.IResultSetOutputConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringOutputConnectorManager. getDescription(java.lang.String className)Get a description given a class name.voidOutputConnectorManager. install()Install or upgrade.booleanOutputConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.voidOutputConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidOutputConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidOutputConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.Constructors in org.apache.manifoldcf.agents.outputconnmgr that throw ManifoldCFException Constructor Description OutputConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.system
Methods in org.apache.manifoldcf.agents.system with parameters of type ManifoldCFException Modifier and Type Method Description static voidManifoldCF. createErrorNode(Configuration output, ManifoldCFException e)Handle an exception, by converting it to an error node.Methods in org.apache.manifoldcf.agents.system that throw ManifoldCFException Modifier and Type Method Description static voidAgentsDaemon. assertAgentsShutdownSignal(IThreadContext threadContext)Assert shutdown signal for the current agents daemon.protected voidAgentsDaemon. checkAgents(IThreadContext threadContext)Start all not-running agents.voidAgentsDaemon.CleanupAgent. cleanUpAllServices()Clean up after ALL services of the type on the cluster.voidAgentsDaemon.CleanupAgent. cleanUpService(java.lang.String serviceName)Clean up after the specified service.static voidAgentsDaemon. clearAgentsShutdownSignal(IThreadContext threadContext)Clear shutdown signal for the current agents daemon.voidAgentsDaemon.CleanupAgent. clusterInit()Perform cluster initialization - that is, whatever is needed presuming that the cluster has been down for an indeterminate period of time, but is otherwise in a clean state.static voidManifoldCF. createErrorNode(Configuration output, java.lang.String errorMessage)Create an error node with a general error message.static voidManifoldCF. createErrorNode(Configuration output, ManifoldCFException e)Handle an exception, by converting it to an error node.static voidManifoldCF. deinstallTables(IThreadContext threadcontext)Uninstall all the crawler system tables.voidAgentsDaemon.AgentsShutdownHook. doCleanup(IThreadContext threadContext)static voidManifoldCF. initializeEnvironment(IThreadContext threadContext)Initialize environment.static voidManifoldCF. installTables(IThreadContext threadcontext)Install the agent tables.static voidManifoldCF. localInitialize(IThreadContext threadContext)voidAgentsDaemon. registerAgentsShutdownHook(IThreadContext threadContext)Register agents shutdown hook.voidAgentsDaemon. runAgents(IThreadContext threadContext)Run agents process.static voidManifoldCF. signalOutputConnectionRedo(IThreadContext threadContext, java.lang.String connectionName)Signal output connection needs redoing.static voidManifoldCF. signalOutputConnectionRemoved(IThreadContext threadContext, java.lang.String connectionName)Signal output connection has been deleted.voidAgentsDaemon. startAgents(IThreadContext threadContext)Start agents thread for this agents daemon object.voidAgentsDaemon. stopAgents(IThreadContext threadContext)Stop all started agents running under this agents daemon.Constructors in org.apache.manifoldcf.agents.system that throw ManifoldCFException Constructor Description IdleCleanupThread(java.lang.String processID)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.transformation
Methods in org.apache.manifoldcf.agents.transformation that throw ManifoldCFException Modifier and Type Method Description intBaseTransformationConnector. addOrReplaceDocumentWithException(java.lang.String documentURI, VersionContext pipelineDescription, RepositoryDocument document, java.lang.String authorityNameString, IOutputAddActivity activities)Add (or replace) a document in the output data store using the connector.booleanBaseTransformationConnector. checkDateIndexable(VersionContext pipelineDescription, java.util.Date date, IOutputCheckActivity checkActivity)Detect if a document date is acceptable or not.booleanBaseTransformationConnector. checkDocumentIndexable(VersionContext pipelineDescription, java.io.File localFile, IOutputCheckActivity checkActivity)Pre-determine whether a document (passed here as a File object) is acceptable or not.booleanBaseTransformationConnector. checkLengthIndexable(VersionContext pipelineDescription, long length, IOutputCheckActivity checkActivity)Pre-determine whether a document's length is acceptable.booleanBaseTransformationConnector. checkMimeTypeIndexable(VersionContext pipelineDescription, java.lang.String mimeType, IOutputCheckActivity checkActivity)Detect if a mime type is acceptable or not.booleanBaseTransformationConnector. checkURLIndexable(VersionContext pipelineDescription, java.lang.String url, IOutputCheckActivity checkActivity)Pre-determine whether a document's URL is acceptable.VersionContextBaseTransformationConnector. getPipelineDescription(Specification spec)Get a pipeline version string, given a pipeline specification object.voidBaseTransformationConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseTransformationConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.java.lang.StringBaseTransformationConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification os, int connectionSequenceNumber)Process a specification post.booleanBaseTransformationConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.voidBaseTransformationConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber)View specification. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.transformationconnection
Methods in org.apache.manifoldcf.agents.transformationconnection that throw ManifoldCFException Modifier and Type Method Description booleanTransformationConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.ITransformationConnectionTransformationConnectionManager. create()Create a new transformation connection object.java.lang.Object[]TransformationConnectionManager.TransformationConnectionExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidTransformationConnectionManager. deinstall()Uninstall the manager.voidTransformationConnectionManager. delete(java.lang.String name)Delete an output connection.voidTransformationConnectionManager.TransformationConnectionExecutor. execute()Perform the desired operation.voidTransformationConnectionManager.TransformationConnectionExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidTransformationConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationjava.lang.String[]TransformationConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of output connections that share the same connector.ITransformationConnection[]TransformationConnectionManager. getAllConnections()Obtain a list of the transformation connections, ordered by name.protected voidTransformationConnectionManager. getTransformationConnectionsChunk(TransformationConnection[] rval, java.util.Map<java.lang.String,java.lang.Integer> returnIndex, java.util.ArrayList params)Read a chunk of transformation connections.protected TransformationConnection[]TransformationConnectionManager. getTransformationConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple output connections at a single time.voidTransformationConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidTransformationConnectionManager. install()Install the manager.ITransformationConnectionTransformationConnectionManager. load(java.lang.String name)Load a transformation connection by name.ITransformationConnection[]TransformationConnectionManager. loadMultiple(java.lang.String[] names)Load multiple transformation connections by name.protected intTransformationConnectionManager. loadMultipleInternal(ITransformationConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanTransformationConnectionManager. save(ITransformationConnection object)Save a transformation connection object.Constructors in org.apache.manifoldcf.agents.transformationconnection that throw ManifoldCFException Constructor Description TransformationConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.transformationconnectorpool
Methods in org.apache.manifoldcf.agents.transformationconnectorpool that throw ManifoldCFException Modifier and Type Method Description voidTransformationConnectorPool. closeAllConnectors()Clean up all open output connector handles.voidTransformationConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.ITransformationConnectorTransformationConnectorPool. grab(ITransformationConnection transformationConnection)Get a transformation connector.ITransformationConnector[]TransformationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, ITransformationConnection[] transformationConnections)Get multiple transformation connectors, all at once.ITransformationConnector[]TransformationConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanTransformationConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanTransformationConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)voidTransformationConnectorPool. pollAllConnectors()Idle notification for inactive transformation connector handles.voidTransformationConnectorPool. release(ITransformationConnection connection, ITransformationConnector connector)Release a transformation connector.voidTransformationConnectorPool. releaseMultiple(ITransformationConnection[] connections, ITransformationConnector[] connectors)Release multiple transformation connectors.Constructors in org.apache.manifoldcf.agents.transformationconnectorpool that throw ManifoldCFException Constructor Description TransformationConnectorPool(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.agents.transformationconnmgr
Methods in org.apache.manifoldcf.agents.transformationconnmgr that throw ManifoldCFException Modifier and Type Method Description voidTransformationConnectorManager. deinstall()Uninstall.IResultSetTransformationConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringTransformationConnectorManager. getDescription(java.lang.String className)Get a description given a class name.voidTransformationConnectorManager. install()Install or upgrade.booleanTransformationConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.voidTransformationConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidTransformationConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidTransformationConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.Constructors in org.apache.manifoldcf.agents.transformationconnmgr that throw ManifoldCFException Constructor Description TransformationConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities
Methods in org.apache.manifoldcf.authorities that throw ManifoldCFException Modifier and Type Method Description protected abstract voidBaseAuthoritiesInitializationCommand. doExecute(IAuthorityConnectorManager mgr)protected abstract voidBaseDomainsInitializationCommand. doExecute(IAuthorizationDomainManager mgr)protected abstract voidBaseMappersInitializationCommand. doExecute(IMappingConnectorManager mgr)protected voidRegisterAuthority. doExecute(IAuthorityConnectorManager mgr)protected voidRegisterDomain. doExecute(IAuthorizationDomainManager mgr)protected voidRegisterMapper. doExecute(IMappingConnectorManager mgr)protected voidSynchronizeAuthorities. doExecute(IAuthorityConnectorManager mgr)protected voidSynchronizeMappers. doExecute(IMappingConnectorManager mgr)protected voidUnRegisterAllAuthorities. doExecute(IAuthorityConnectorManager mgr)protected voidUnRegisterAllMappers. doExecute(IMappingConnectorManager mgr)protected voidUnRegisterAuthority. doExecute(IAuthorityConnectorManager mgr)protected voidUnRegisterDomain. doExecute(IAuthorizationDomainManager mgr)protected voidUnRegisterMapper. doExecute(IMappingConnectorManager mgr)voidBaseAuthoritiesInitializationCommand. execute()voidBaseDomainsInitializationCommand. execute()voidBaseMappersInitializationCommand. execute() -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.authconnmgr
Methods in org.apache.manifoldcf.authorities.authconnmgr that throw ManifoldCFException Modifier and Type Method Description voidAuthorityConnectorManager. deinstall()Uninstall.IResultSetAuthorityConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringAuthorityConnectorManager. getDescription(java.lang.String className)Get a description given a class name.voidAuthorityConnectorManager. install()Install or upgrade.booleanAuthorityConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.voidAuthorityConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidAuthorityConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidAuthorityConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.Constructors in org.apache.manifoldcf.authorities.authconnmgr that throw ManifoldCFException Constructor Description AuthorityConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.authdomains
Methods in org.apache.manifoldcf.authorities.authdomains that throw ManifoldCFException Modifier and Type Method Description voidAuthorizationDomainManager. deinstall()Uninstall.java.lang.StringAuthorizationDomainManager. getDescription(java.lang.String domainName)Get a description given a domain name.IResultSetAuthorizationDomainManager. getDomains()Get ordered list of domains.voidAuthorizationDomainManager. install()Install or upgrade.voidAuthorizationDomainManager. registerDomain(java.lang.String description, java.lang.String domainName)Register a new domain.voidAuthorizationDomainManager. unregisterDomain(java.lang.String domainName)Unregister a domain.Constructors in org.apache.manifoldcf.authorities.authdomains that throw ManifoldCFException Constructor Description AuthorizationDomainManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.authgroups
Methods in org.apache.manifoldcf.authorities.authgroups that throw ManifoldCFException Modifier and Type Method Description java.lang.Object[]AuthorityGroupManager.AuthorityGroupExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.IAuthorityGroupAuthorityGroupManager. create()Create a new authority group object.voidAuthorityGroupManager. deinstall()Uninstall the manager.voidAuthorityGroupManager. delete(java.lang.String name)Delete an authority group.voidAuthorityGroupManager.AuthorityGroupExecutor. execute()Perform the desired operation.voidAuthorityGroupManager.AuthorityGroupExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidAuthorityGroupManager. exportConfiguration(java.io.OutputStream os)Export configurationIAuthorityGroup[]AuthorityGroupManager. getAllGroups()Obtain a list of the authority grouops, ordered by name.protected voidAuthorityGroupManager. getAuthorityGroupsChunk(AuthorityGroup[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of authority groups.protected AuthorityGroup[]AuthorityGroupManager. getAuthorityGroupsMultiple(java.lang.String[] groupNames)Fetch multiple authority groups at a single time.voidAuthorityGroupManager. importConfiguration(java.io.InputStream is)Import configurationvoidAuthorityGroupManager. install()Install the manager.IAuthorityGroupAuthorityGroupManager. load(java.lang.String name)Load an authority group by name.IAuthorityGroup[]AuthorityGroupManager. loadMultiple(java.lang.String[] names)Load multiple authority groups by name.booleanAuthorityGroupManager. save(IAuthorityGroup object)Save an authority group object.Constructors in org.apache.manifoldcf.authorities.authgroups that throw ManifoldCFException Constructor Description AuthorityGroupManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.authorities
Methods in org.apache.manifoldcf.authorities.authorities that throw ManifoldCFException Modifier and Type Method Description java.lang.String[]BaseAuthorityConnector. getAccessTokens(java.lang.String userName)Obtain the access tokens for a given user name.AuthorizationResponseBaseAuthorityConnector. getAuthorizationResponse(java.lang.String userName)Obtain the access tokens for a given user name. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.authority
Methods in org.apache.manifoldcf.authorities.authority that throw ManifoldCFException Modifier and Type Method Description java.lang.Object[]AuthorityConnectionManager.AuthorityConnectionExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.IAuthorityConnectionAuthorityConnectionManager. create()Create a new repository connection object.voidAuthorityConnectionManager. deinstall()Uninstall the manager.voidAuthorityConnectionManager. delete(java.lang.String name)Delete an authority connection.voidAuthorityConnectionManager.AuthorityConnectionExecutor. execute()Perform the desired operation.voidAuthorityConnectionManager.AuthorityConnectionExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidAuthorityConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationIAuthorityConnection[]AuthorityConnectionManager. getAllConnections()Obtain a list of the authority connections, ordered by name.protected voidAuthorityConnectionManager. getAuthorityConnectionsChunk(AuthorityConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of authority connections.protected AuthorityConnection[]AuthorityConnectionManager. getAuthorityConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple repository connections at a single time.IAuthorityConnection[]AuthorityConnectionManager. getDomainConnections(java.lang.String authDomain)Obtain a list of the authority connections which correspond to an auth domain.voidAuthorityConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidAuthorityConnectionManager. install()Install the manager.booleanAuthorityConnectionManager. isGroupReferenced(java.lang.String groupName)Return true if the specified authority group name is referenced.booleanAuthorityConnectionManager. isMappingReferenced(java.lang.String mappingName)Return true if the specified mapping name is referenced.IAuthorityConnectionAuthorityConnectionManager. load(java.lang.String name)Load a repository connection by name.IAuthorityConnection[]AuthorityConnectionManager. loadMultiple(java.lang.String[] names)Load multiple repository connections by name.protected intAuthorityConnectionManager. loadMultipleInternal(IAuthorityConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanAuthorityConnectionManager. save(IAuthorityConnection object)Save a repository connection object.Constructors in org.apache.manifoldcf.authorities.authority that throw ManifoldCFException Constructor Description AuthorityConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.authorityconnectorpool
Methods in org.apache.manifoldcf.authorities.authorityconnectorpool that throw ManifoldCFException Modifier and Type Method Description voidAuthorityConnectorPool. closeAllConnectors()Clean up all open authority connector handles.voidAuthorityConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.IAuthorityConnectorAuthorityConnectorPool. grab(IAuthorityConnection authorityConnection)Get an authority connector.IAuthorityConnector[]AuthorityConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IAuthorityConnection[] authorityConnections)Get multiple authority connectors, all at once.IAuthorityConnector[]AuthorityConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanAuthorityConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanAuthorityConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)voidAuthorityConnectorPool. pollAllConnectors()Idle notification for inactive authority connector handles.voidAuthorityConnectorPool. release(IAuthorityConnection connection, IAuthorityConnector connector)Release an output connector.voidAuthorityConnectorPool. releaseMultiple(IAuthorityConnection[] connections, IAuthorityConnector[] connectors)Release multiple authority connectors.Constructors in org.apache.manifoldcf.authorities.authorityconnectorpool that throw ManifoldCFException Constructor Description AuthorityConnectorPool(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces that throw ManifoldCFException Modifier and Type Method Description voidIAuthorityConnectorPool. closeAllConnectors()Clean up all open authority connector handles.voidIMappingConnectorPool. closeAllConnectors()Clean up all open mapping connector handles.IAuthorityConnectionIAuthorityConnectionManager. create()Create a new authority connection object.IAuthorityGroupIAuthorityGroupManager. create()Create a new authority group object.IMappingConnectionIMappingConnectionManager. create()Create a new mapping connection object.static voidAuthorityConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.voidIAuthorityConnectionManager. deinstall()Uninstall the manager.voidIAuthorityConnectorManager. deinstall()Uninstall.voidIAuthorityGroupManager. deinstall()Uninstall the manager.voidIAuthorizationDomainManager. deinstall()Uninstall.voidIMappingConnectionManager. deinstall()Uninstall the manager.voidIMappingConnectorManager. deinstall()Uninstall.static voidMappingConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.voidIAuthorityConnectionManager. delete(java.lang.String name)Delete an authority connection.voidIAuthorityGroupManager. delete(java.lang.String name)Delete an authority group.voidIMappingConnectionManager. delete(java.lang.String name)Delete an mapping connection.voidIAuthorityConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationvoidIAuthorityGroupManager. exportConfiguration(java.io.OutputStream os)Export configurationvoidIMappingConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationvoidIAuthorityConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.voidIMappingConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.IAuthorityConnection[]IAuthorityConnectionManager. getAllConnections()Obtain a list of the authority connections, ordered by name.IMappingConnection[]IMappingConnectionManager. getAllConnections()Obtain a list of the mapping connections, ordered by name.IAuthorityGroup[]IAuthorityGroupManager. getAllGroups()Obtain a list of the authority groups, ordered by name.IMappingConnection[]IMappingConnectionManager. getAllNonLoopingConnections(java.lang.String startingConnectionName)Obtain a list of the mapping connections, ordered by name, excluding those that would form a prerequisite loop if chosen.AuthorizationResponseIAuthorityConnector. getAuthorizationResponse(java.lang.String userName)Obtain the access tokens for a given Active Directory user name.static IAuthorityConnectorAuthorityConnectorFactory. getConnectorNoCheck(java.lang.String className)Get a repository connector instance, but do NOT check if class is installed first!static IMappingConnectorMappingConnectorFactory. getConnectorNoCheck(java.lang.String className)Get a mapping connector instance, but do NOT check if class is installed first!IResultSetIAuthorityConnectorManager. getConnectors()Get ordered list of connectors.IResultSetIMappingConnectorManager. getConnectors()Get ordered list of connectors.static AuthorizationResponseAuthorityConnectorFactory. getDefaultAuthorizationResponse(IThreadContext threadContext, java.lang.String className, java.lang.String userName)Get the default response from a connector.java.lang.StringIAuthorityConnectorManager. getDescription(java.lang.String className)Get a description given a class name.java.lang.StringIAuthorizationDomainManager. getDescription(java.lang.String domainName)Get a description given a domain name.java.lang.StringIMappingConnectorManager. getDescription(java.lang.String className)Get a description given a class name.IAuthorityConnection[]IAuthorityConnectionManager. getDomainConnections(java.lang.String authDomain)Obtain a list of the authority connections which correspond to an auth domain.IResultSetIAuthorizationDomainManager. getDomains()Get ordered list of domains.AuthorizationResponseAuthorityConnectorFactory. getThisDefaultAuthorizationResponse(IThreadContext threadContext, java.lang.String className, java.lang.String userName)Get the default response from a connector.IAuthorityConnectorIAuthorityConnectorPool. grab(IAuthorityConnection authorityConnection)Get an authority connector.IMappingConnectorIMappingConnectorPool. grab(IMappingConnection mappingConnection)Get a mapping connector.IAuthorityConnector[]IAuthorityConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IAuthorityConnection[] authorityConnections)Get multiple authority connectors, all at once.IMappingConnector[]IMappingConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IMappingConnection[] mappingConnections)Get multiple mapping connectors, all at once.voidIAuthorityConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidIAuthorityGroupManager. importConfiguration(java.io.InputStream is)Import configurationvoidIMappingConnectionManager. importConfiguration(java.io.InputStream is)Import configurationstatic voidAuthorityConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.voidIAuthorityConnectionManager. install()Install the manager.voidIAuthorityConnectorManager. install()Install.voidIAuthorityGroupManager. install()Install the manager.voidIAuthorizationDomainManager. install()Install.voidIMappingConnectionManager. install()Install the manager.voidIMappingConnectorManager. install()Install.static voidMappingConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.booleanIAuthorityConnectionManager. isGroupReferenced(java.lang.String authorityGroup)Return true if the specified authority group name is referenced.protected booleanAuthorityConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)booleanIAuthorityConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.booleanIMappingConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.protected booleanMappingConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)booleanIAuthorityConnectionManager. isMappingReferenced(java.lang.String mappingName)Return true if the specified mapping name is referenced.IAuthorityConnectionIAuthorityConnectionManager. load(java.lang.String name)Load a authority connection by name.IAuthorityGroupIAuthorityGroupManager. load(java.lang.String name)Load a authority group by name.IMappingConnectionIMappingConnectionManager. load(java.lang.String name)Load a mapping connection by name.IAuthorityConnection[]IAuthorityConnectionManager. loadMultiple(java.lang.String[] names)Load multiple repository connections by name.IAuthorityGroup[]IAuthorityGroupManager. loadMultiple(java.lang.String[] names)Load multiple authority groups by name.IMappingConnection[]IMappingConnectionManager. loadMultiple(java.lang.String[] names)Load multiple mapping connections by name.static IAuthorityConnectionManagerAuthorityConnectionManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.static IAuthorityConnectorManagerAuthorityConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static IAuthorityConnectorPoolAuthorityConnectorPoolFactory. make(IThreadContext tc)Make an output connector pool handle.static IAuthorityGroupManagerAuthorityGroupManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.static IAuthorizationDomainManagerAuthorizationDomainManagerFactory. make(IThreadContext tc)Construct a connector manager.static IMappingConnectionManagerMappingConnectionManagerFactory. make(IThreadContext tc)Make an authority connection manager handle.static IMappingConnectorManagerMappingConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static IMappingConnectorPoolMappingConnectorPoolFactory. make(IThreadContext tc)Make a mapping connector pool handle.java.lang.StringIMappingConnector. mapUser(java.lang.String userName)Map an input user name to an output name.static voidAuthorityConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidMappingConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidAuthorityConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidMappingConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.voidIAuthorityConnectorPool. pollAllConnectors()Idle notification for inactive authority connector handles.voidIMappingConnectorPool. pollAllConnectors()Idle notification for inactive mapping connector handles.static java.lang.StringAuthorityConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static java.lang.StringMappingConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.voidIAuthorityConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidIMappingConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidIAuthorizationDomainManager. registerDomain(java.lang.String description, java.lang.String domainName)Register a new domain.voidIAuthorityConnectorPool. release(IAuthorityConnection connection, IAuthorityConnector connector)Release an authority connector.voidIMappingConnectorPool. release(IMappingConnection connection, IMappingConnector connector)Release a mapping connector.voidIAuthorityConnectorPool. releaseMultiple(IAuthorityConnection[] connections, IAuthorityConnector[] connectors)Release multiple authority connectors.voidIMappingConnectorPool. releaseMultiple(IMappingConnection[] connections, IMappingConnector[] connectors)Release multiple mapping connectors.voidIAuthorityConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidIMappingConnectorManager. removeConnector(java.lang.String className)Remove a connector.booleanIAuthorityConnectionManager. save(IAuthorityConnection object)Save an authority connection object.booleanIAuthorityGroupManager. save(IAuthorityGroup object)Save an authority group object.booleanIMappingConnectionManager. save(IMappingConnection object)Save an mapping connection object.voidIAuthorityConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.voidIMappingConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.voidIAuthorizationDomainManager. unregisterDomain(java.lang.String domainName)Unregister a domain.static voidAuthorityConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidMappingConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.mapconnmgr
Methods in org.apache.manifoldcf.authorities.mapconnmgr that throw ManifoldCFException Modifier and Type Method Description voidMappingConnectorManager. deinstall()Uninstall.IResultSetMappingConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringMappingConnectorManager. getDescription(java.lang.String className)Get a description given a class name.voidMappingConnectorManager. install()Install or upgrade.booleanMappingConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.voidMappingConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidMappingConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidMappingConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.Constructors in org.apache.manifoldcf.authorities.mapconnmgr that throw ManifoldCFException Constructor Description MappingConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.mapping
Methods in org.apache.manifoldcf.authorities.mapping that throw ManifoldCFException Modifier and Type Method Description IMappingConnectionMappingConnectionManager. create()Create a new repository connection object.java.lang.Object[]MappingConnectionManager.MappingConnectionExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidMappingConnectionManager. deinstall()Uninstall the manager.voidMappingConnectionManager. delete(java.lang.String name)Delete an authority connection.voidMappingConnectionManager.MappingConnectionExecutor. execute()Perform the desired operation.voidMappingConnectionManager.MappingConnectionExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidMappingConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationIMappingConnection[]MappingConnectionManager. getAllConnections()Obtain a list of the repository connections, ordered by name.IMappingConnection[]MappingConnectionManager. getAllNonLoopingConnections(java.lang.String startingConnectionName)Obtain a list of the mapping connections, ordered by name, excluding those that would form a prerequisite loop if chosen.protected voidMappingConnectionManager. getMappingConnectionsChunk(MappingConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of mapping connections.protected MappingConnection[]MappingConnectionManager. getMappingConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple mapping connections at a single time.voidMappingConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidMappingConnectionManager. install()Install the manager.protected booleanMappingConnectionManager. isReferenced(java.lang.String mappingName)Return true if the specified mapping name is referenced.IMappingConnectionMappingConnectionManager. load(java.lang.String name)Load a mapping connection by name.IMappingConnection[]MappingConnectionManager. loadMultiple(java.lang.String[] names)Load multiple mapping connections by name.protected intMappingConnectionManager. loadMultipleInternal(IMappingConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanMappingConnectionManager. save(IMappingConnection object)Save a mapping connection object.Constructors in org.apache.manifoldcf.authorities.mapping that throw ManifoldCFException Constructor Description MappingConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.mappingconnectorpool
Methods in org.apache.manifoldcf.authorities.mappingconnectorpool that throw ManifoldCFException Modifier and Type Method Description voidMappingConnectorPool. closeAllConnectors()Clean up all open mapping connector handles.voidMappingConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.IMappingConnectorMappingConnectorPool. grab(IMappingConnection mappingConnection)Get a mapping connector.IMappingConnector[]MappingConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IMappingConnection[] mappingConnections)Get multiple mapping connectors, all at once.IMappingConnector[]MappingConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanMappingConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanMappingConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)voidMappingConnectorPool. pollAllConnectors()Idle notification for inactive mapping connector handles.voidMappingConnectorPool. release(IMappingConnection connection, IMappingConnector connector)Release a mapping connector.voidMappingConnectorPool. releaseMultiple(IMappingConnection[] connections, IMappingConnector[] connectors)Release multiple mapping connectors.Constructors in org.apache.manifoldcf.authorities.mappingconnectorpool that throw ManifoldCFException Constructor Description MappingConnectorPool(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.authorities.system
Methods in org.apache.manifoldcf.authorities.system that throw ManifoldCFException Modifier and Type Method Description static voidManifoldCF. deinstallSystemTables(IThreadContext threadcontext)Uninstall all the authority manager system tables.static voidManifoldCF. initializeEnvironment(IThreadContext tc)Initialize environment.static voidManifoldCF. installSystemTables(IThreadContext threadcontext)Install all the authority manager system tables.static voidManifoldCF. localInitialize(IThreadContext tc)static voidManifoldCF. startSystem(IThreadContext threadContext)Start the authority system.static voidManifoldCF. stopSystem(IThreadContext threadContext)Shut down the authority system.Constructors in org.apache.manifoldcf.authorities.system that throw ManifoldCFException Constructor Description AuthCheckThread(java.lang.String id, RequestQueue<AuthRequest> requestQueue)Constructor.IdleCleanupThread()Constructor.MappingThread(java.lang.String id, RequestQueue<MappingRequest> requestQueue)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.connectorcommon.fuzzyml
Methods in org.apache.manifoldcf.connectorcommon.fuzzyml that throw ManifoldCFException Modifier and Type Method Description protected voidXMLFuzzyHierarchicalParseState. appendToCharacterBuffer(char thisChar)protected XMLParsingContextXMLParsingContext. beginTag(java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,java.lang.String> atts)This method is meant to be extended by classes that extend this class.protected XMLParsingContextXMLWriterParsingContext. beginTag(java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,java.lang.String> atts)Start a child tag.voidXMLParsingContext. characters(java.lang.String contents)Handle content of a tagvoidXMLFuzzyHierarchicalParseState. cleanup()Call this method to clean up completely after a parse attempt, whether successful or failure.voidXMLParsingContext. cleanup()Cleanup this context object, and then recurse up the chain.voidXMLOutputStreamParsingContext. close()Close the underlying stream.booleanBOMEncodingDetector. dealWithByte(byte b)Receive a byte.abstract booleanSingleByteReceiver. dealWithByte(byte b)Receive a byte.abstract booleanByteReceiver. dealWithBytes(java.io.InputStream is)Read a byte stream and process bytes.booleanDecodingByteReceiver. dealWithBytes(java.io.InputStream is)Read a byte stream and process bytes.booleanSingleByteReceiver. dealWithBytes(java.io.InputStream inputStream)Read a byte stream and process bytes.abstract booleanSingleCharacterReceiver. dealWithCharacter(char c)Receive a byte.booleanTagParseState. dealWithCharacter(char thisChar)Deal with a character.abstract booleanCharacterReceiver. dealWithCharacters(java.io.Reader reader)Receive a stream of characters.booleanSingleCharacterReceiver. dealWithCharacters(java.io.Reader reader)Receive a stream of characters.protected booleanBOMEncodingDetector. dealWithRemainder(byte[] buffer, int offset, int len, java.io.InputStream inputStream)Deal with the remainder of the input.protected booleanSingleByteReceiver. dealWithRemainder(byte[] buffer, int offset, int len, java.io.InputStream inputStream)Deal with the remainder of the input.protected booleanSingleCharacterReceiver. dealWithRemainder(char[] buffer, int offset, int len, java.io.Reader reader)Deal with the remainder of the input.protected booleanTagParseState. dumpValues(java.lang.String value)voidXMLParsingContext. endElement(java.lang.String namespace, java.lang.String localName, java.lang.String qName)Handle the end of a tagprotected voidXMLParsingContext. endTag()This method is meant to be extended by classes that extend this classprotected voidXMLWriterParsingContext. endTag()End a child tag.protected booleanBOMEncodingDetector. establishEncoding(java.lang.String encoding)Establish the provided encoding, and send the rest to the child, if any.voidByteReceiver. finishUp()Finish up all processing.voidCharacterReceiver. finishUp()Finish up all processing.voidDecodingByteReceiver. finishUp()Finish up all processing.voidXMLFuzzyHierarchicalParseState. finishUp()Called at the end of everything.voidXMLOutputStreamParsingContext. flush()Flush the data to the underlying output streamvoidXMLWriterParsingContext. flush()Flush the data to the underlying output streamprotected voidXMLFuzzyHierarchicalParseState. flushCharacterBuffer()java.io.FileXMLFileParsingContext. getCompletedFile()Get file object, flushing it, closing it, and clearing it.protected booleanHTMLParseState. noteBTag(java.lang.String tagName)This method is called for every <! <token> ...protected booleanTagParseState. noteBTag(java.lang.String tagName)This method is called for every <! <token> ...protected booleanXMLEncodingDetector. noteBTag(java.lang.String tagName)This method is called for every <! <token> ...protected booleanXMLFuzzyParseState. noteBTag(java.lang.String tagName)This method is called for every <! <token> ...protected booleanXMLFuzzyParseState. noteBTagEx(java.lang.String tagName)New version of the noteBTag method.protected booleanHTMLParseState. noteBTagToken(java.lang.String token)This method gets called for every token inside a btag.protected booleanTagParseState. noteBTagToken(java.lang.String token)This method gets called for every token inside a btag.protected booleanXMLEncodingDetector. noteBTagToken(java.lang.String token)This method gets called for every token inside a btag.protected booleanXMLFuzzyParseState. noteBTagToken(java.lang.String token)This method gets called for every token inside a btag.protected booleanXMLFuzzyParseState. noteBTagTokenEx(java.lang.String token)New version of the noteBTagToken method.protected booleanHTMLParseState. noteEndBTag()This method is called for the end of every btag, or any time there's a naked '>' in the document.protected booleanTagParseState. noteEndBTag()This method is called for the end of every btag, or any time there's a naked '>' in the document.protected booleanXMLEncodingDetector. noteEndBTag()This method is called for the end of every btag, or any time there's a naked '>' in the document.protected booleanHTMLParseState. noteEndEscaped()Called for the end of every cdata-like tag.protected booleanTagParseState. noteEndEscaped()Called for the end of every cdata-like tag.protected booleanXMLEncodingDetector. noteEndEscaped()Called for the end of every cdata-like tag.protected booleanXMLFuzzyHierarchicalParseState. noteEndEscaped()Called for the end of every cdata-like tag.protected booleanHTMLParseState. noteEndTag(java.lang.String tagName)This method gets called for every end tag.protected booleanTagParseState. noteEndTag(java.lang.String tagName)This method gets called for every end tag.protected booleanXMLEncodingDetector. noteEndTag(java.lang.String tagName)This method gets called for every end tag.protected booleanXMLFuzzyParseState. noteEndTag(java.lang.String tagName)This method gets called for every end tag.protected booleanXMLFuzzyHierarchicalParseState. noteEndTagEx(java.lang.String tagName, java.lang.String nameSpace, java.lang.String localName)Note end tag.protected booleanXMLFuzzyParseState. noteEndTagEx(java.lang.String tagName, java.lang.String nameSpace, java.lang.String localName)Note end tag.protected booleanHTMLParseState. noteEscaped(java.lang.String token)Called for the start of every cdata-like tag, e.g.protected booleanTagParseState. noteEscaped(java.lang.String token)Called for the start of every cdata-like tag, e.g.protected booleanXMLEncodingDetector. noteEscaped(java.lang.String token)Called for the start of every cdata-like tag, e.g.protected booleanXMLFuzzyParseState. noteEscaped(java.lang.String token)Called for the start of every cdata-like tag, e.g.protected booleanHTMLParseState. noteEscapedCharacter(char thisChar)This method gets called for every character that is found within an escape block, e.g.protected booleanTagParseState. noteEscapedCharacter(char thisChar)This method gets called for every character that is found within an escape block, e.g.protected booleanXMLEncodingDetector. noteEscapedCharacter(char thisChar)This method gets called for every character that is found within an escape block, e.g.protected booleanXMLFuzzyHierarchicalParseState. noteEscapedCharacter(char thisChar)This method gets called for every character that is found within an escape block, e.g.protected booleanXMLFuzzyHierarchicalParseState. noteEscapedEx(java.lang.String token)New version of the noteEscapedTag method.protected booleanXMLFuzzyParseState. noteEscapedEx(java.lang.String token)New version of the noteEscapedTag method.protected booleanTagParseState. noteNormalCharacter(char thisChar)This method gets called for every character that is not part of a tag etc.protected booleanXMLEncodingDetector. noteNormalCharacter(char thisChar)This method gets called for every character that is not part of a tag etc.protected booleanXMLFuzzyHierarchicalParseState. noteNormalCharacter(char thisChar)This method gets called for every character that is not part of a tag etc.protected booleanHTMLParseState. noteQTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method is called for every <? ...protected booleanTagParseState. noteQTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method is called for every <? ...protected booleanXMLEncodingDetector. noteQTag(java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of noteQTag method.protected booleanXMLFuzzyParseState. noteQTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method is called for every <? ...protected booleanXMLParseState. noteQTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method is called for every <? ...protected booleanXMLParseState. noteQTag(java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of noteQTag method.protected booleanXMLFuzzyParseState. noteQTagEx(java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of the noteQTag method.protected booleanHTMLParseState. noteTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method gets called for every tag.protected booleanHTMLParseState. noteTag(java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of the noteTag method.protected booleanTagParseState. noteTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method gets called for every tag.protected booleanXMLEncodingDetector. noteTag(java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of the noteTag method.protected booleanXMLFuzzyParseState. noteTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method gets called for every tag.protected booleanXMLParseState. noteTag(java.lang.String tagName, java.util.List<AttrNameValue> attributes)This method gets called for every tag.protected booleanXMLParseState. noteTag(java.lang.String tagName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of the noteTag method.protected booleanHTMLParseState. noteTagEnd(java.lang.String tagName)Note end tag.protected booleanXMLFuzzyHierarchicalParseState. noteTagEx(java.lang.String tagName, java.lang.String nameSpace, java.lang.String localName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of the noteTag method.protected booleanXMLFuzzyParseState. noteTagEx(java.lang.String tagName, java.lang.String nameSpace, java.lang.String localName, java.util.Map<java.lang.String,java.lang.String> attributes)Map version of the noteTag method.protected booleanTagParseState. outputAmpBuffer()Interpret ampersand buffer.voidParser. parseWithCharsetDetection(java.lang.String startingCharset, java.io.InputStream inputStream, CharacterReceiver characterReceiver)Parse an input stream with character set detection.voidParser. parseWithoutCharsetDetection(java.lang.String startingCharset, java.io.InputStream inputStream, CharacterReceiver characterReceiver)Parse an input stream without character set detection.protected booleanBOMEncodingDetector. playFromCurrentPoint()Send stream from current point onward with the current encoding.protected booleanBOMEncodingDetector. replay()Establish NO encoding, and replay from the current saved point to the child, if any.voidXMLParsingContext. startElement(java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,java.lang.String> atts)Handle the start of a tagvoidXMLFileParsingContext. tagCleanup()Cleanup whatever is left overprotected voidXMLParsingContext. tagCleanup()Override this method to be called during cleanupprotected voidXMLParsingContext. tagContents(java.lang.String contents)This method is meant to be extended by classes that extend this classprotected voidXMLStringParsingContext. tagContents(java.lang.String value)This method is meant to be extended by classes that extend this classprotected voidXMLWriterParsingContext. tagContents(java.lang.String body)This method is meant to be extended by classes that extend this classConstructors in org.apache.manifoldcf.connectorcommon.fuzzyml that throw ManifoldCFException Constructor Description XMLFileParsingContext(XMLFuzzyHierarchicalParseState theStream, java.lang.String namespace, java.lang.String localname, java.lang.String qname, java.util.Map<java.lang.String,java.lang.String> theseAttributes, java.io.File f)Full constructor.XMLOutputStreamParsingContext(XMLFuzzyHierarchicalParseState theStream, java.lang.String namespace, java.lang.String localname, java.lang.String qname, java.util.Map<java.lang.String,java.lang.String> theseAttributes, java.io.OutputStream os)Full constructor.XMLWriterParsingContext(XMLFuzzyHierarchicalParseState theStream, java.lang.String namespace, java.lang.String localname, java.lang.String qname, java.util.Map<java.lang.String,java.lang.String> theseAttributes, java.io.Writer writer)Full constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces that throw ManifoldCFException Modifier and Type Method Description voidIKeystoreManager. addCertificate(java.lang.String alias, java.security.cert.Certificate certificate)Add a certificate to the keystore.voidIThrottleGroups. createOrUpdateThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Create or update a throttle group.voidIThrottleGroups. destroy()Shut down throttler permanently.voidThrottleGroupsFactory.ThrottlerShutdown. doCleanup(IThreadContext threadContext)voidThrottleGroupsFactory.ThrottlerPoll. doPoll(IThreadContext threadContext)voidIThrottleGroups. freeUnusedResources()Free all unused resources.java.security.cert.CertificateIKeystoreManager. getCertificate(java.lang.String alias)Read a certificate from the keystore.java.lang.String[]IKeystoreManager. getContents()Grab a list of the aliases in the key store.java.lang.StringIKeystoreManager. getDescription(java.lang.String alias)For an alias, get some descriptive information from the object in the keystore.java.lang.StringIKeystoreManager. getHashString()Get a unique hashstring for this keystore.java.lang.StringIKeystoreManager. getString()Convert to a base64 string.java.util.Set<java.lang.String>IThrottleGroups. getThrottleGroups(java.lang.String throttleGroupType)Get all existing throttle groups for a throttle group type.static javax.net.ssl.SSLSocketFactoryKeystoreManagerFactory. getTrustingSecureSocketFactory()Build a secure socket factory that pays no attention to certificates in trust store, and just trusts everything.javax.net.ssl.TrustManager[]IKeystoreManager. getTrustManagers()Get the trust stores for this keystore manager.voidIKeystoreManager. importCertificate(java.lang.String alias, java.io.InputStream certData)Import a certificate or key into the list.static IKeystoreManagerKeystoreManagerFactory. make(java.lang.String passcode)Mint a keystore manager.static IKeystoreManagerKeystoreManagerFactory. make(java.lang.String passcode, java.lang.String base64String)Mint a keystore manager from a base-64 encoded string.static IThrottleGroupsThrottleGroupsFactory. make(IThreadContext tc)Make a connection throttle handle.IConnectionThrottlerIThrottleGroups. obtainConnectionThrottler(java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names.voidIThrottleGroups. poll()Poll periodically, to update ALL cluster-wide statistics and allocation.voidIThrottleGroups. poll(java.lang.String throttleGroupType)Poll periodically, to update cluster-wide statistics and allocation.voidIKeystoreManager. remove(java.lang.String alias)Remove a certificate.voidIThrottleGroups. removeThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup)Remove a throttle group. -
Uses of ManifoldCFException in org.apache.manifoldcf.connectorcommon.keystore
Methods in org.apache.manifoldcf.connectorcommon.keystore that throw ManifoldCFException Modifier and Type Method Description voidKeystoreManager. addCertificate(java.lang.String alias, java.security.cert.Certificate certificate)Add a certificate to the keystore.java.security.cert.CertificateKeystoreManager. getCertificate(java.lang.String alias)Read a certificate from the keystore.java.lang.String[]KeystoreManager. getContents()Grab a list of the aliases in the key store.java.lang.StringKeystoreManager. getDescription(java.lang.String alias)For an alias, get some descriptive information from the object in the keystore.java.lang.StringKeystoreManager. getHashString()Get a unique hashstring for this keystore.javax.net.ssl.SSLSocketFactoryKeystoreManager. getSecureSocketFactory()Build a secure socket factory based on this keystore.javax.net.ssl.SSLSocketFactoryTrustingSSLSocketFactoryProducer. getSecureSocketFactory()Build a secure socket factory based on this producer.java.lang.StringKeystoreManager. getString()Convert to a base64 string.javax.net.ssl.TrustManager[]KeystoreManager. getTrustManagers()Get the trust stores for this keystore manager.voidKeystoreManager. importCertificate(java.lang.String alias, java.io.InputStream certData)Import a certificate or key into the list.voidKeystoreManager. remove(java.lang.String alias)Remove a certificate.Constructors in org.apache.manifoldcf.connectorcommon.keystore that throw ManifoldCFException Constructor Description KeystoreManager(java.lang.String passcode)Create the keystore object.KeystoreManager(java.lang.String passcode, java.lang.String base64String)Create the keystore object from an existing base 64 string. -
Uses of ManifoldCFException in org.apache.manifoldcf.connectorcommon.throttler
Methods in org.apache.manifoldcf.connectorcommon.throttler that throw ManifoldCFException Modifier and Type Method Description booleanConnectionBin.SumClass. acceptServiceData(java.lang.String serviceName, byte[] serviceData)booleanFetchBin.SumClass. acceptServiceData(java.lang.String serviceName, byte[] serviceData)booleanThrottleBin.SumClass. acceptServiceData(java.lang.String serviceName, byte[] serviceData)voidThrottleGroups. createOrUpdateThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Set or update throttle specification for a throttle group.voidThrottler. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Set or update throttle specification for a throttle group.voidThrottler.ThrottlingGroups. createOrUpdateThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Update throttle specificationvoidThrottleGroups. destroy()Shut down throttler permanently.voidThrottler. destroy(IThreadContext threadContext)Shut down all throttlers and deregister them.voidThrottler.ThrottlingGroup. destroy(IThreadContext threadContext)Destroy this pool.voidThrottler.ThrottlingGroups. destroy(IThreadContext threadContext)Destroy and shutdown allvoidThrottleGroups. freeUnusedResources()Free unused resources.voidThrottler. freeUnusedResources(IThreadContext threadContext)Free unused resources.voidThrottler.ThrottlingGroup. freeUnusedResources(IThreadContext threadContext)Free unused resources.voidThrottler.ThrottlingGroups. freeUnusedResources(IThreadContext threadContext)Free unused resourcesjava.util.Set<java.lang.String>ThrottleGroups. getThrottleGroups(java.lang.String throttleGroupType)Get all existing throttle groups for a throttle group type.java.util.Set<java.lang.String>Throttler. getThrottleGroups(IThreadContext threadContext, java.lang.String throttleGroupType)Get all existing throttle groups for a throttle group type.IConnectionThrottlerThrottleGroups. obtainConnectionThrottler(java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names.IConnectionThrottlerThrottler. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names.IConnectionThrottlerThrottler.ThrottlingGroup. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String[] binNames)Create a bunch of bins, corresponding to the bin names specified.IConnectionThrottlerThrottler.ThrottlingGroups. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroup, java.lang.String[] binNames)Obtain connection throttler.voidConnectionBin. poll(IThreadContext threadContext)Poll this binvoidFetchBin. poll(IThreadContext threadContext)Poll this binvoidThrottleBin. poll(IThreadContext threadContext)Poll this binvoidThrottleGroups. poll()Poll periodically, to update ALL cluster-wide statistics and allocation.voidThrottleGroups. poll(java.lang.String throttleGroupType)Poll periodically, to update cluster-wide statistics and allocation.voidThrottler. poll(IThreadContext threadContext)Poll ALL bins periodically.voidThrottler. poll(IThreadContext threadContext, java.lang.String throttleGroupType)Poll periodically.voidThrottler.ThrottlingGroup. poll(IThreadContext threadContext)Call this periodically.voidThrottler.ThrottlingGroups. poll(IThreadContext threadContext)Poll this set of throttle groups.voidThrottleGroups. removeThrottleGroup(java.lang.String throttleGroupType, java.lang.String throttleGroup)Remove a throttle group.voidThrottler. removeThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup)Remove a throttle group.voidThrottler.ThrottlingGroups. removeThrottleGroup(IThreadContext threadContext, java.lang.String throttleGroup)Remove specified throttle groupvoidConnectionBin. shutDown(IThreadContext threadContext)Shut down the bin, and release everything that is waiting on it.voidFetchBin. shutDown(IThreadContext threadContext)Shut the bin down, and wake up all threads waiting on it.voidThrottleBin. shutDown(IThreadContext threadContext)Shut down this bin.voidThrottler.ThrottlingGroup. updateThrottleSpecification(IThrottleSpec throttleSpec)Update the throttle spec.Constructors in org.apache.manifoldcf.connectorcommon.throttler that throw ManifoldCFException Constructor Description ConnectionBin(IThreadContext threadContext, java.lang.String throttlingGroupName, java.lang.String binName)Constructor.FetchBin(IThreadContext threadContext, java.lang.String throttlingGroupName, java.lang.String binName)Constructor.ThrottleBin(IThreadContext threadContext, java.lang.String throttlingGroupName, java.lang.String binName)Constructor.ThrottleGroups(IThreadContext threadContext)ConstructorThrottlingGroup(IThreadContext threadContext, java.lang.String throttlingGroupType, java.lang.String throttleGroup, IThrottleSpec throttleSpec)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.core
Methods in org.apache.manifoldcf.core that throw ManifoldCFException Modifier and Type Method Description voidDBCreate. doExecute(IThreadContext tc)protected voidDBDrop. doExecute(IThreadContext tc)protected abstract voidDBInitializationCommand. doExecute(IThreadContext tc)voidDBInitializationCommand. execute()voidInitializationCommand. execute()Execute the command.voidLockClean. execute()Execute the command. -
Uses of ManifoldCFException in org.apache.manifoldcf.core.auth
Methods in org.apache.manifoldcf.core.auth that throw ManifoldCFException Modifier and Type Method Description booleanDefaultAuthenticator. checkCapability(java.lang.String userId, int capability)Check user capabilitybooleanLdapAuthenticator. checkCapability(java.lang.String userId, int capability)Check user capabilitybooleanDefaultAuthenticator. verifyAPILogin(java.lang.String userId, java.lang.String password)Verify API loginbooleanLdapAuthenticator. verifyAPILogin(java.lang.String userId, java.lang.String password)protected booleanLdapAuthenticator. verifyLogin(java.lang.String userId, java.lang.String password)booleanDefaultAuthenticator. verifyUILogin(java.lang.String userId, java.lang.String password)Verify UI loginbooleanLdapAuthenticator. verifyUILogin(java.lang.String userId, java.lang.String password)Constructors in org.apache.manifoldcf.core.auth that throw ManifoldCFException Constructor Description DefaultAuthenticator(IThreadContext threadContext)ConstructorLdapAuthenticator(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.core.cachemanager
Methods in org.apache.manifoldcf.core.cachemanager that throw ManifoldCFException Modifier and Type Method Description voidCacheManager. commitTransaction(java.lang.String transactionID)Commit a cache transaction.ICacheHandleCacheManager. enterCache(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, java.lang.String transactionID)Second way of doing cache management.ICacheCreateHandleCacheManager. enterCreateSection(ICacheHandle handle)Enter a creation critical section.voidCacheManager. expireObjects(long currentTimestamp)Timed invalidation.voidCacheManager. findObjectsAndExecute(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, ICacheExecutor execObject, java.lang.String transactionID)Locate or create a set of objects in the cached object pool, and/or destroy and invalidate the same or other objects.StringSetCacheManager.CacheTransactionHandle. getRemainingWriteLocks(StringSet cacheKeys, StringSet keys)Come up with the set of write locks we still need to throw.protected booleanCacheManager. hasExpired(java.lang.String key, long createTime)Check if object has expired (by looking at file system).voidCacheManager. invalidateKeys(ICacheHandle handle)Invalidate keys.voidCacheManager. leaveCache(ICacheHandle handle)Leave the cache.voidCacheManager. leaveCreateSection(ICacheCreateHandle handle)Leave the create section.java.lang.ObjectCacheManager. lookupObject(ICacheCreateHandle handle, ICacheDescription objectDescription)Lookup an object.protected voidCacheManager. performInvalidation(StringSet keys)Perform an invalidation.protected longCacheManager. readSharedData(java.lang.String key)Read an invalidation file contents.voidCacheManager. rollbackTransaction(java.lang.String transactionID)Roll back a cache transaction.voidCacheManager. saveObject(ICacheCreateHandle handle, ICacheDescription objectDescription, java.lang.Object object)Save a newly created object.voidCacheManager. startTransaction(java.lang.String startingTransactionID, java.lang.String enclosingTransactionID)Begin a cache transaction.protected voidCacheManager. writeSharedData(java.lang.String key, long value)Write the invalidation file contents.Constructors in org.apache.manifoldcf.core.cachemanager that throw ManifoldCFException Constructor Description BaseDescription(java.lang.String objectClassName, IThreadContext threadContext)CacheManager(IThreadContext context)LocalCacheClass(java.lang.String objectClassName, IThreadContext threadContext) -
Uses of ManifoldCFException in org.apache.manifoldcf.core.common
Methods in org.apache.manifoldcf.core.common that throw ManifoldCFException Modifier and Type Method Description booleanBase64. decodeNextWord(java.io.Reader inputBuffer, java.io.OutputStream outputBuffer)Decode the next base64 character.voidBase64. decodeStream(java.io.Reader inputBuffer, java.io.OutputStream outputBuffer)Decode an entire stream.byte[]Base64. decodeString(java.lang.String inputString)Decode a string into a byte array.java.lang.StringBase64. encodeByteArray(byte[] inputByteArray)Encode a byte array to a string.booleanBase64. encodeNextWord(java.io.InputStream inputStream, java.io.Writer outputWriter)Encode a single word.voidBase64. encodeStream(java.io.InputStream inputStream, java.io.Writer outputWriter)Encode a full stream, to the end.java.lang.StringXMLDoc. getXML()Serialize the document object to a safe stringjava.lang.StringXMLDoc. getXMLNoEntityPreamble()Get XML with no entity preamblebyte[]XMLDoc. toByteArray()Convert the response for transmitConstructors in org.apache.manifoldcf.core.common that throw ManifoldCFException Constructor Description LDAPSSLSocketFactory()XMLDoc()Creates the empty docXMLDoc(java.io.InputStream is)Build a document object tree from an input streamXMLDoc(java.lang.String data)Construct a new document tree from a string form of an xml documentXMLDoc(java.lang.StringBuilder data)Construct a new document tree from a StringBuilder form of an xml documentXMLDoc(XMLDoc oldDoc, java.lang.Object parent)Construct a document from all the children of an existing element object from another document. -
Uses of ManifoldCFException in org.apache.manifoldcf.core.connector
Methods in org.apache.manifoldcf.core.connector that throw ManifoldCFException Modifier and Type Method Description java.lang.StringBaseConnector. check()Test the connection.voidBaseConnector. deinstall(IThreadContext threadContext)Uninstall the connector.voidBaseConnector. disconnect()Close the connection.voidBaseConnector. install(IThreadContext threadContext)Install the connector.voidBaseConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidBaseConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.util.ArrayList<java.lang.Object> tabsArray)voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.voidBaseConnector. poll()This method is periodically called for all connectors that are connected but not in active use.java.lang.StringBaseConnector. processConfigurationPost(IThreadContext threadContext, IPostParameters variableContext, java.util.Locale locale, ConfigParams parameters)Process a configuration post.java.lang.StringBaseConnector. processConfigurationPost(IThreadContext threadContext, IPostParameters variableContext, ConfigParams parameters)Process a configuration post.voidBaseConnector. setThreadContext(IThreadContext threadContext)Attach to a new thread.voidBaseConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters)View configuration.voidBaseConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters)View configuration. -
Uses of ManifoldCFException in org.apache.manifoldcf.core.connectorpool
Methods in org.apache.manifoldcf.core.connectorpool that throw ManifoldCFException Modifier and Type Method Description booleanConnectorPool.SumClass. acceptServiceData(java.lang.String serviceName, byte[] serviceData)voidConnectorPool. closeAllConnectors(IThreadContext threadContext)Clean up all open output connector handles.protected TConnectorPool. createConnectorInstance(IThreadContext threadContext, java.lang.String className)Get a connector instance.voidConnectorPool.Pool. flushUnused(IThreadContext threadContext)Flush unused connectors.voidConnectorPool. flushUnusedConnectors(IThreadContext threadContext)Flush only those connector handles that are currently unused.TConnectorPool.Pool. getConnector(IThreadContext threadContext, java.lang.String className, ConfigParams configParams)Grab a connector.TConnectorPool. grab(IThreadContext threadContext, java.lang.String connectionName, java.lang.String className, ConfigParams configInfo, int maxPoolSize)Get a connector.T[]ConnectorPool. grabMultiple(IThreadContext threadContext, java.lang.Class<T> clazz, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)Get multiple connectors, all at once.protected abstract booleanConnectorPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)Override this method to check if a connection name is still valid.protected abstract booleanConnectorPool. isInstalled(IThreadContext tc, java.lang.String className)Override this method to hook into a connector manager.voidConnectorPool.Pool. pollAll(IThreadContext threadContext)Notify all free connectors.voidConnectorPool. pollAllConnectors(IThreadContext threadContext)Idle notification for inactive output connector handles.voidConnectorPool. release(IThreadContext threadContext, java.lang.String connectionName, T connector)Release an output connector.voidConnectorPool.Pool. releaseAll(IThreadContext threadContext)Release all free connectors.voidConnectorPool.Pool. releaseConnector(IThreadContext threadContext, T connector)Release a connector to the pool.voidConnectorPool. releaseMultiple(IThreadContext threadContext, java.lang.String[] connectionNames, T[] connectors)Release multiple output connectors.voidConnectorPool.Pool. updateMaximumPoolSize(IThreadContext threadContext, int maxPoolSize)Update the maximum pool size.Constructors in org.apache.manifoldcf.core.connectorpool that throw ManifoldCFException Constructor Description Pool(IThreadContext threadContext, int maxCount, java.lang.String connectionName)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.core.database
Methods in org.apache.manifoldcf.core.database that return ManifoldCFException Modifier and Type Method Description protected ManifoldCFExceptionDBInterfaceHSQLDB. reinterpretException(ManifoldCFException theException)Reinterpret an exception tossed by the database layer.protected ManifoldCFExceptionDBInterfaceMySQL. reinterpretException(ManifoldCFException theException)Reinterpret an exception tossed by the database layer.protected ManifoldCFExceptionDBInterfacePostgreSQL. reinterpretException(ManifoldCFException theException)Reinterpret an exception tossed by the database layer.Methods in org.apache.manifoldcf.core.database with parameters of type ManifoldCFException Modifier and Type Method Description protected ManifoldCFExceptionDBInterfaceHSQLDB. reinterpretException(ManifoldCFException theException)Reinterpret an exception tossed by the database layer.protected ManifoldCFExceptionDBInterfaceMySQL. reinterpretException(ManifoldCFException theException)Reinterpret an exception tossed by the database layer.protected ManifoldCFExceptionDBInterfacePostgreSQL. reinterpretException(ManifoldCFException theException)Reinterpret an exception tossed by the database layer.Methods in org.apache.manifoldcf.core.database that throw ManifoldCFException Modifier and Type Method Description protected voidBaseTable. addTableIndex(boolean unique, java.util.List<java.lang.String> columnList)Add an index to a table.voidDBInterfaceHSQLDB. addTableIndex(java.lang.String tableName, boolean unique, java.util.List<java.lang.String> columnList)Add an index to a table.voidDBInterfaceMySQL. addTableIndex(java.lang.String tableName, boolean unique, java.util.List<java.lang.String> columnList)Add an index to a table.voidDBInterfacePostgreSQL. addTableIndex(java.lang.String tableName, boolean unique, java.util.List<java.lang.String> columnList)Add an index to a table.protected voidBaseTable. analyzeTable()Analyze this table.voidDBInterfaceHSQLDB. analyzeTable(java.lang.String tableName)Analyze a table.voidDBInterfaceMySQL. analyzeTable(java.lang.String tableName)Analyze a table.voidDBInterfacePostgreSQL. analyzeTable(java.lang.String tableName)Analyze a table.protected voidDBInterfaceMySQL. analyzeTableInternal(java.lang.String tableName)protected voidDBInterfacePostgreSQL. analyzeTableInternal(java.lang.String tableName)protected voidBaseTable. beginTransaction()Begin a database transaction.voidDatabase. beginTransaction(int transactionType)Begin a database transaction.voidDBInterfaceHSQLDB. beginTransaction()Begin a database transaction.voidDBInterfaceHSQLDB. beginTransaction(int transactionType)Begin a database transaction.voidDBInterfaceMySQL. beginTransaction()Begin a database transaction.voidDBInterfaceMySQL. beginTransaction(int transactionType)Begin a database transaction.voidDBInterfacePostgreSQL. beginTransaction()Begin a database transaction.voidDBInterfacePostgreSQL. beginTransaction(int transactionType)Begin a database transaction.protected static voidDatabase. cleanupParameters(java.util.List data)Clean up parameters after query has been triggered.voidDBInterfaceHSQLDB. closeDatabase()Uninitialize.voidDBInterfaceMySQL. closeDatabase()Uninitialize.voidDBInterfacePostgreSQL. closeDatabase()Uninitialize.protected voidDatabase. commitCurrentTransaction()Abstract method to commit a transactionprotected voidDBInterfaceHSQLDB. commitCurrentTransaction()Abstract method to commit a transactionprotected voidDBInterfaceMySQL. commitCurrentTransaction()Abstract method to commit a transactionprotected voidDBInterfacePostgreSQL. commitCurrentTransaction()Abstract method to commit a transactionjava.lang.StringDatabase. constructIndexHintClause(java.lang.String tableName, IndexDescription description)Construct index hint clause.java.lang.StringDBInterfaceMySQL. constructIndexHintClause(java.lang.String tableName, IndexDescription description)Construct index hint clause.java.lang.Object[]Database.QueryCacheExecutor. create(ICacheDescription[] objectDescriptions)Create a new object to operate on and cache.ConnectionPoolManagerConnectionFactory.PoolManager. createPoolManager(boolean debug)voidDBInterfaceHSQLDB. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidDBInterfaceMySQL. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidDBInterfacePostgreSQL. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidDBInterfaceHSQLDB. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.voidDBInterfaceMySQL. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.voidDBInterfacePostgreSQL. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.protected voidBaseTable. endTransaction()End a database transaction, either performing a commit or a rollback (depending on whether signalRollback() was called within the transaction).voidDatabase. endTransaction()End a database transaction, either performing a commit or a rollback (depending on whether signalRollback() was called within the transaction).voidDBInterfaceHSQLDB. endTransaction()End a database transaction, either performing a commit or a rollback (depending on whether signalRollback() was called within the transaction).voidDBInterfaceMySQL. endTransaction()End a database transaction, either performing a commit or a rollback (depending on whether signalRollback() was called within the transaction).voidDBInterfacePostgreSQL. endTransaction()End a database transaction, either performing a commit or a rollback (depending on whether signalRollback() was called within the transaction).protected IResultSetDatabase. execute(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Run a query.voidDatabase.QueryCacheExecutor. execute()Perform the desired operation.IResultSetDatabase. executeQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, StringSet invalidateKeys, java.lang.String queryClass, boolean needResult, int maxReturn, ResultSpecification spec, ILimitChecker returnLimits)Execute arbitrary database query, and optionally cache the result.protected IResultSetDatabase. executeUncachedQuery(java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)This method does NOT appear in any interface; it is here to service the cache object.protected IResultSetDatabase. executeViaThread(java.sql.Connection connection, java.lang.String query, java.util.List params, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)Do query execution via a subthread, so the primary thread can be interruptedvoidDatabase.QueryCacheExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.protected voidDatabase. explainQuery(java.lang.String query, java.util.List params)Abstract method for explaining a queryprotected voidDBInterfaceHSQLDB. explainQuery(java.lang.String query, java.util.List params)Abstract method for explaining a queryprotected voidDBInterfacePostgreSQL. explainQuery(java.lang.String query, java.util.List params)Abstract method for explaining a queryprotected intDatabase. findColumn(java.sql.ResultSet rs, java.lang.String name)IResultSetDatabase.ExecuteQueryThread. finishUp()StringSetDBInterfaceHSQLDB. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetDBInterfaceMySQL. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.StringSetDBInterfacePostgreSQL. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.protected java.sql.BlobDatabase. getBLOB(java.sql.ResultSet rs, int col)static WrappedConnectionConnectionFactory. getConnection(java.lang.String jdbcUrl, java.lang.String jdbcDriver, java.lang.String database, java.lang.String userName, java.lang.String password, int maxDBConnections, boolean debug)protected IResultSetDatabase. getData(java.sql.ResultSet rs, boolean bResults, int maxResults, ResultSpecification spec, ILimitChecker returnLimit)protected static java.lang.StringDBInterfaceHSQLDB. getDatabaseString(IThreadContext tc, java.lang.String databaseName)protected static java.lang.StringDBInterfaceHSQLDB. getFullDatabasePath(java.lang.String databaseName)protected static java.lang.StringDBInterfaceHSQLDB. getJDBCString(IThreadContext tc, java.lang.String databaseName)protected java.lang.ObjectDatabase. getObject(java.sql.ResultSet rs, java.sql.ResultSetMetaData rsmd, int col, int desiredForm)protected java.util.MapBaseTable. getTableIndexes(StringSet invalidateKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,IndexDescription>DBInterfaceHSQLDB. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,IndexDescription>DBInterfaceMySQL. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,IndexDescription>DBInterfacePostgreSQL. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.protected java.util.MapBaseTable. getTableSchema(StringSet invalidateKeys, java.lang.String queryClass)Get the current table schema.java.util.Map<java.lang.String,ColumnDescription>DBInterfaceHSQLDB. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.java.util.Map<java.lang.String,ColumnDescription>DBInterfaceMySQL. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.java.util.Map<java.lang.String,ColumnDescription>DBInterfacePostgreSQL. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.protected voidDatabase. initializeConnection(java.sql.Connection connection)Initialize the connection (for HSQLDB).protected voidDBInterfaceHSQLDB. initializeConnection(java.sql.Connection connection)Initialize the connection (for HSQLDB).protected voidDatabase. internalTransactionBegin()Perform actual transaction begin.protected booleanDatabase. isBinary(java.sql.ResultSetMetaData rsmd, int col)protected booleanDatabase. isBLOB(java.sql.ResultSetMetaData rsmd, int col)protected static voidDatabase. loadPS(java.sql.PreparedStatement ps, java.util.List data)voidBaseTable. noteModifications(int insertCount, int modifyCount, int deleteCount)Note a number of inserts, modifications, or deletions to a specific table.voidDatabase. noteModifications(java.lang.String tableName, int insertCount, int modifyCount, int deleteCount)Note a number of inserts, modifications, or deletions to a specific table.protected voidDatabase. noteModificationsNoTransactions(java.lang.String tableName, int insertCount, int modifyCount, int deleteCount)Protected method for receiving information about inserts, modifications, or deletions OUTSIDE of all transactions.protected voidDBInterfaceMySQL. noteModificationsNoTransactions(java.lang.String tableName, int insertCount, int modifyCount, int deleteCount)Note a number of inserts, modifications, or deletions to a specific table.protected voidDBInterfacePostgreSQL. noteModificationsNoTransactions(java.lang.String tableName, int insertCount, int modifyCount, int deleteCount)Note a number of inserts, modifications, or deletions to a specific table.voidDBInterfaceHSQLDB. openDatabase()Initialize.voidDBInterfaceMySQL. openDatabase()Initialize.voidDBInterfacePostgreSQL. openDatabase()Initialize.protected voidBaseTable. performAddIndex(java.lang.String indexName, IndexDescription description)Add an index to a table.voidDBInterfaceHSQLDB. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.voidDBInterfaceMySQL. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.voidDBInterfacePostgreSQL. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.voidBaseTable. performAlter(java.util.Map columnMap, java.util.Map columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidDBInterfaceHSQLDB. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidDBInterfaceMySQL. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidDBInterfacePostgreSQL. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidBaseTable. performCommit()Perform the transaction commit.voidDatabase. performCommit()Perform the transaction commit.protected voidBaseTable. performCreate(java.util.Map columnMap, StringSet invalidateKeys)Perform a table creation operation.voidDBInterfaceHSQLDB. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.voidDBInterfaceMySQL. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.voidDBInterfacePostgreSQL. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.protected voidBaseTable. performDelete(java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidDBInterfaceHSQLDB. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidDBInterfaceMySQL. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidDBInterfacePostgreSQL. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.protected voidBaseTable. performDrop(StringSet invalidateKeys)Perform a table drop operation.voidDBInterfaceHSQLDB. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.voidDBInterfaceMySQL. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.voidDBInterfacePostgreSQL. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.protected voidBaseTable. performInsert(java.util.Map parameterMap, StringSet invalidateKeys)Perform an insert operation.voidDBInterfaceHSQLDB. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.voidDBInterfaceMySQL. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.voidDBInterfacePostgreSQL. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.protected voidBaseTable. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.voidDBInterfaceHSQLDB. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.voidDBInterfaceMySQL. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.voidDBInterfacePostgreSQL. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.protected IResultSetBaseTable. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.protected IResultSetBaseTable. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int resultLimit)Perform a general "data fetch" query, with the ability to provide a limit.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceHSQLDB. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfaceMySQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetDBInterfacePostgreSQL. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.voidBaseTable. performRemoveIndex(java.lang.String indexName)Remove an index.voidDBInterfaceHSQLDB. performRemoveIndex(java.lang.String indexName, java.lang.String tableName)Remove an index.voidDBInterfaceMySQL. performRemoveIndex(java.lang.String indexName, java.lang.String tableName)Remove an index.voidDBInterfacePostgreSQL. performRemoveIndex(java.lang.String indexName, java.lang.String tableName)Remove an index.protected voidBaseTable. performUpdate(java.util.Map parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDBInterfaceHSQLDB. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDBInterfaceMySQL. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDBInterfacePostgreSQL. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidDatabase. prepareForDatabaseCreate()Prepare database for database creation step.protected intDBInterfaceMySQL. readDatum(java.lang.String datumName)Read a datum, presuming zero if the datum does not exist.protected intDBInterfacePostgreSQL. readDatum(java.lang.String datumName)Read a datum, presuming zero if the datum does not exist.protected voidBaseTable. reindexTable()Reindex this table.voidDBInterfaceHSQLDB. reindexTable(java.lang.String tableName)Reindex a table.voidDBInterfaceMySQL. reindexTable(java.lang.String tableName)Reindex a table.voidDBInterfacePostgreSQL. reindexTable(java.lang.String tableName)Reindex a table.protected voidDBInterfacePostgreSQL. reindexTableInternal(java.lang.String tableName)static voidConnectionFactory. releaseConnection(WrappedConnection c)protected voidDatabase. rollbackCurrentTransaction()Abstract method to roll back a transactionprotected voidDBInterfaceHSQLDB. rollbackCurrentTransaction()Abstract method to roll back a transactionprotected voidDBInterfaceMySQL. rollbackCurrentTransaction()Abstract method to roll back a transactionprotected voidDBInterfacePostgreSQL. rollbackCurrentTransaction()Abstract method to roll back a transactionprotected voidBaseTable. sleepFor(long amt)Sleep for a specified amount, to resolve a deadlockvoidDatabase. sleepFor(long amt)Sleep, as part of recovery from deadlock.protected voidDatabase. startATransaction()Abstract method to start a transactionprotected voidDBInterfaceHSQLDB. startATransaction()Abstract method to start a transactionprotected voidDBInterfaceMySQL. startATransaction()Abstract method to start a transactionprotected voidDBInterfacePostgreSQL. startATransaction()Abstract method to start a transactionprotected voidDatabase. synchronizeTransactions()Synchronize internal transactions.protected voidDBInterfaceMySQL. writeDatum(java.lang.String datumName, int value)Write a datum, presuming zero if the datum does not exist.protected voidDBInterfacePostgreSQL. writeDatum(java.lang.String datumName, int value)Write a datum, presuming zero if the datum does not exist.Constructors in org.apache.manifoldcf.core.database that throw ManifoldCFException Constructor Description Database(IThreadContext context, java.lang.String jdbcUrl, java.lang.String jdbcDriverClass, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceHSQLDB(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceMariaDB(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceMySQL(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfaceMySQL(IThreadContext tc, java.lang.String jdbcDriverClass, java.lang.String databaseName, java.lang.String userName, java.lang.String password)DBInterfacePostgreSQL(IThreadContext tc, java.lang.String databaseName, java.lang.String userName, java.lang.String password)TransactionHandle(IThreadContext tc, TransactionHandle previousTransaction, int transactionType) -
Uses of ManifoldCFException in org.apache.manifoldcf.core.i18n
Methods in org.apache.manifoldcf.core.i18n that throw ManifoldCFException Modifier and Type Method Description static org.apache.velocity.app.VelocityEngineMessages. createVelocityEngine(java.lang.Class classInstance)Create and initialize a velocity engine instance, given a class.static java.io.InputStreamMessages. getResourceAsStream(java.lang.Class classInstance, java.lang.String pathName, java.util.Locale originalLocale, java.lang.String resourceKey)Read a resource as an input stream, given a class, path, locale, and resource key. -
Uses of ManifoldCFException in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that throw ManifoldCFException Modifier and Type Method Description booleanIServiceDataAcceptor. acceptServiceData(java.lang.String serviceName, byte[] serviceData)Accept service data.voidIDBInterface. addTableIndex(java.lang.String tableName, boolean unique, java.util.List<java.lang.String> columnList)Add an index to a table.voidIDBInterface. analyzeTable(java.lang.String tableName)Analyze a table.voidIDBInterface. beginTransaction()Begin a database transaction.voidIDBInterface. beginTransaction(int transactionType)Begin a database transaction.protected abstract voidCharacterInput. calculateHashValue()Calculate the datum's hash valueprotected voidNullCharacterInput. calculateHashValue()Calculate the datum's hash valueprotected voidTempFileCharacterInput. calculateHashValue()Calculate the datum's hash valueprotected abstract voidBinaryInput. calculateLength()protected abstract voidCharacterInput. calculateLength()Calculate the datum's length in charactersprotected voidNullCharacterInput. calculateLength()Calculate the datum's length in charactersprotected voidTempFileCharacterInput. calculateLength()Calculate the datum's length in charactersprotected voidTempFileInput. calculateLength()java.lang.StringIConnector. check()Test the connection.booleanIAuthorizer. checkAllowed(IThreadContext threadContext, int capability)Check user capabilitybooleanIAuth. checkCapability(java.lang.String userId, int capability)Check user capabilitybooleanILimitChecker. checkContinue()See if we should examine another row.booleanILockManager. checkGlobalFlag(java.lang.String flagName)Check the condition of a specified flag.booleanILimitChecker. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanILockManager. checkServiceActive(java.lang.String serviceType, java.lang.String serviceName)Check whether a service is active or not.voidIServiceCleanup. cleanUpAllServices()Clean up after ALL services of the type on the cluster.booleanILockManager. cleanupInactiveService(java.lang.String serviceType, IServiceCleanup cleanup)Clean up any inactive services found.voidIServiceCleanup. cleanUpService(java.lang.String serviceName)Clean up after the specified service.voidILockManager. clearGlobalFlag(java.lang.String flagName)Clear a flag.voidILockManager. clearLocks()Clear all outstanding locks in the system.voidIDBInterface. closeDatabase()Uninitialize.protected voidBinaryInput. closeStream()Close the streamprotected voidCharacterInput. closeStream()Close any open readerprotected voidNullCharacterInput. closeStream()Close any open readervoidIServiceCleanup. clusterInit()Perform cluster initialization - that is, whatever is needed presuming that the cluster has been down for an indeterminate period of time, but is otherwise in a clean state.voidICacheManager. commitTransaction(java.lang.String transactionID)Commit a cache transaction.java.lang.StringIDBInterface. constructIndexHintClause(java.lang.String tableName, IndexDescription description)Construct index hint clause.intILockManager. countActiveServices(java.lang.String serviceType)Count all active services of a given type.java.lang.Object[]ICacheExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidIDBInterface. createUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Create user and database.voidIConnector. deinstall(IThreadContext threadContext)Uninstall the connector.protected voidConnectorFactory. deinstallThis(IThreadContext threadContext, java.lang.String className)Uninstall connector.voidBinaryInput. discard()Discard the objectvoidCharacterInput. discard()Discard this object permanentlyvoidNullCharacterInput. discard()Discard this object permanentlyabstract voidPersistentDatabaseObject. discard()Discard this object permanentlyvoidTempFileCharacterInput. discard()voidTempFileInput. discard()voidIConnector. disconnect()Close the connection.voidIShutdownHook. doCleanup(IThreadContext threadContext)Do the requisite cleanup.voidBinaryInput. doneWithStream()Close the stream we passed to JDBCvoidCharacterInput. doneWithStream()voidNullCharacterInput. doneWithStream()abstract voidPersistentDatabaseObject. doneWithStream()Close any open streams, but do NOT remove the backing object.voidIPollingHook. doPoll(IThreadContext threadContext)Do the requisite cleanup.voidIDBInterface. dropUserAndDatabase(java.lang.String adminUserName, java.lang.String adminPassword, StringSet invalidateKeys)Drop user and database.voidILockManager. endServiceActivity(java.lang.String serviceType, java.lang.String serviceName)End service activity.voidIDBInterface. endTransaction()End a database transaction, either performing a commit or a rollback or nothing (depending on whether signalRollback() was called within the transaction or performCommit() or none of the above).ICacheHandleICacheManager. enterCache(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, java.lang.String transactionID)Second way of doing cache management.ICacheCreateHandleICacheManager. enterCreateSection(ICacheHandle handle)Enter a creation critical section.voidILockManager. enterCriticalSections(java.lang.String[] readSectionKeys, java.lang.String[] nonExSectionKeys, java.lang.String[] writeSectionKeys)Enter multiple critical sections simultaneously.voidILockManager. enterLocks(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)Enter multiple locks simultaneously.voidILockManager. enterLocksNoWait(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)Enter multiple locks simultaneously.voidILockManager. enterNonExWriteCriticalSection(java.lang.String sectionKey)Enter a named, non-exclusive write critical section (NOT a lock).voidILockManager. enterNonExWriteLock(java.lang.String lockKey)Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").voidILockManager. enterNonExWriteLockNoWait(java.lang.String lockKey)Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").voidILockManager. enterReadCriticalSection(java.lang.String sectionKey)Enter a named, read critical section (NOT a lock).voidILockManager. enterReadLock(java.lang.String lockKey)Enter a read-only locked area (i.e., block ONLY if there's a writer).voidILockManager. enterReadLockNoWait(java.lang.String lockKey)Enter a read-only locked area (i.e., block ONLY if there's a writer).voidILockManager. enterWriteCriticalSection(java.lang.String sectionKey)Enter a named, exclusive write critical section (NOT a lock).voidILockManager. enterWriteLock(java.lang.String lockKey)Enter a write locked code area (i.e., block out both readers and other writers).voidILockManager. enterWriteLockNoWait(java.lang.String lockKey)Enter a write locked code area (i.e., block out both readers and other writers), but do not wait if the lock cannot be obtained.voidICacheExecutor. execute()Perform the desired operation.voidICacheExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidICacheManager. expireObjects(long currentTimestamp)Timed invalidation.voidICacheManager. findObjectsAndExecute(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, ICacheExecutor execObject, java.lang.String transactionID)Locate or create a set of objects in the cached object pool, and/or destroy and invalidate the same or other objects.voidConfiguration. fromJSON(java.lang.String json)Read from JSON.voidConfiguration. fromXML(java.io.InputStream xmlstream)Read from an XML binary stream.voidConfiguration. fromXML(java.lang.String xml)Read from XML.voidManifoldCFConfiguration. fromXML(java.io.InputStream is)Read from an input stream.StringSetIDBInterface. getAllTables(StringSet cacheKeys, java.lang.String queryClass)Get a database's tables.BinaryInputIParameterActivity. getBinaryStream(java.lang.String name)Get a file parameter, as a binary input stream.static booleanLockManagerFactory. getBooleanProperty(IThreadContext tc, java.lang.String s, boolean defaultValue)booleanManifoldCFConfiguration. getBooleanProperty(java.lang.String s, boolean defaultValue)Read a boolean propertylongCharacterInput. getCharacterLength()longNullCharacterInput. getCharacterLength()static doubleLockManagerFactory. getDoubleProperty(IThreadContext tc, java.lang.String s, double defaultValue)doubleManifoldCFConfiguration. getDoubleProperty(java.lang.String s, double defaultValue)Read a float property, either from the system properties, or from the local configuration file.java.lang.StringCharacterInput. getHashValue()java.lang.StringNullCharacterInput. getHashValue()static intLockManagerFactory. getIntProperty(IThreadContext tc, java.lang.String s, int defaultValue)intManifoldCFConfiguration. getIntProperty(java.lang.String s, int defaultValue)Read an integer property, either from the system properties, or from the local configuration file.longBinaryInput. getLength()Obtain the length to pass to JDBCstatic longLockManagerFactory. getLongProperty(IThreadContext tc, java.lang.String s, long defaultValue)longManifoldCFConfiguration. getLongProperty(java.lang.String s, long defaultValue)Read a long property, either from the system properties, or from the local configuration file.static java.lang.StringLockManagerFactory. getPossiblyObfuscatedStringProperty(IThreadContext tc, java.lang.String s, java.lang.String defaultValue)java.lang.StringManifoldCFConfiguration. getPossiblyObfuscatedStringProperty(java.lang.String s, java.lang.String defaultValue)Read a possibly obfuscated string property, either from the system properties, or from the local configuration file.static java.lang.StringLockManagerFactory. getProperty(IThreadContext tc, java.lang.String s)javax.net.ssl.SSLSocketFactoryISSLSocketFactoryProducer. getSecureSocketFactory()Build a secure socket factory based on this producer.ManifoldCFConfigurationILockManager. getSharedConfiguration()Get the current shared configuration.java.io.InputStreamBinaryInput. getStream()Obtain the stream to pass to JDBCjava.io.ReaderCharacterInput. getStream()java.io.ReaderNullCharacterInput. getStream()static java.lang.StringLockManagerFactory. getStringProperty(IThreadContext tc, java.lang.String s, java.lang.String defaultValue)java.util.Map<java.lang.String,IndexDescription>IDBInterface. getTableIndexes(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's indexes.java.util.Map<java.lang.String,ColumnDescription>IDBInterface. getTableSchema(java.lang.String tableName, StringSet cacheKeys, java.lang.String queryClass)Get a table's schema.protected TConnectorFactory. getThisConnector(IThreadContext threadContext, java.lang.String className)Get a connector instance.protected TConnectorFactory. getThisConnectorNoCheck(java.lang.String className)Get a connector instance, without checking for installed connector.protected TConnectorFactory. getThisConnectorRaw(java.lang.String className)Instantiate a connector, but return null if the class is not found.abstract java.io.InputStreamCharacterInput. getUtf8Stream()Open a Utf8 stream directlyjava.io.InputStreamNullCharacterInput. getUtf8Stream()Open a Utf8 stream directlyjava.io.InputStreamTempFileCharacterInput. getUtf8Stream()Open a Utf8 stream directly from the backing fileabstract longCharacterInput. getUtf8StreamLength()Get binary UTF8 stream length directlylongNullCharacterInput. getUtf8StreamLength()Get binary UTF8 stream length directlylongTempFileCharacterInput. getUtf8StreamLength()Get binary UTF8 stream length directlyprotected static voidBinaryInput. handleIOException(java.io.IOException e, java.lang.String context)protected static voidCharacterInput. handleIOException(java.io.IOException e, java.lang.String context)protected voidConfiguration. initializeFromDoc(XMLDoc doc)voidIConnector. install(IThreadContext threadContext)Install the connector.protected voidConnectorFactory. installThis(IThreadContext threadContext, java.lang.String className)Install connector.voidICacheManager. invalidateKeys(ICacheHandle handle)Invalidate keys.protected abstract booleanConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)Override this method to hook into a connector manager.voidICacheManager. leaveCache(ICacheHandle handle)Leave the cache.voidICacheManager. leaveCreateSection(ICacheCreateHandle handle)Leave the create section.voidILockManager. leaveCriticalSections(java.lang.String[] readSectionKeys, java.lang.String[] nonExSectionKeys, java.lang.String[] writeSectionKeys)Leave multiple critical sections simultaneously.voidILockManager. leaveLocks(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)Leave multiple locks.voidILockManager. leaveNonExWriteCriticalSection(java.lang.String sectionKey)Leave a named, non-exclusive write critical section (NOT a lock).voidILockManager. leaveNonExWriteLock(java.lang.String lockKey)Leave a non-exclusive write locked code area.voidILockManager. leaveReadCriticalSection(java.lang.String sectionKey)Leave a named, read critical section (NOT a lock).voidILockManager. leaveReadLock(java.lang.String lockKey)Leave a read-locked code area.voidILockManager. leaveWriteCriticalSection(java.lang.String sectionKey)Leave a named, exclusive write critical section (NOT a lock).voidILockManager. leaveWriteLock(java.lang.String lockKey)Leave a write locked code area.java.lang.ObjectICacheManager. lookupObject(ICacheCreateHandle handle, ICacheDescription objectDescription)Lookup an object.static IAuthAuthFactory. make(IThreadContext context)static ICacheManagerCacheManagerFactory. make(IThreadContext context)Return a cache manager instance that any client can use to obtain cache management services.static IDBInterfaceDBInterfaceFactory. make(IThreadContext context, java.lang.String databaseName, java.lang.String userName, java.lang.String password)static java.lang.StringIDFactory. make(IThreadContext tc)static ILockManagerLockManagerFactory. make(IThreadContext context)Instantiate a lock manager.voidIDBInterface. noteModifications(java.lang.String tableName, int insertCount, int modifyCount, int deleteCount)Note a number of inserts, modifications, or deletions to a specific table.voidIDBInterface. openDatabase()Initialize.protected abstract voidBinaryInput. openStream()protected abstract voidCharacterInput. openStream()Open a reader, for use by a caller, until closeStream is calledprotected voidNullCharacterInput. openStream()Open a reader, for use by a caller, until closeStream is calledprotected voidTempFileCharacterInput. openStream()protected voidTempFileInput. openStream()voidIConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidIConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.protected voidConnectorFactory. outputThisConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.protected voidConnectorFactory. outputThisConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.protected voidManifoldCFConfiguration. parseProperties()voidIDBInterface. performAddIndex(java.lang.String indexName, java.lang.String tableName, IndexDescription description)Add an index to a table.voidIDBInterface. performAlter(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, java.util.Map<java.lang.String,ColumnDescription> columnModifyMap, java.util.List<java.lang.String> columnDeleteList, StringSet invalidateKeys)Perform a table alter operation.voidIDBInterface. performCommit()Perform the transaction commit.voidIDBInterface. performCreate(java.lang.String tableName, java.util.Map<java.lang.String,ColumnDescription> columnMap, StringSet invalidateKeys)Perform a table creation operation.voidIDBInterface. performDelete(java.lang.String tableName, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform a delete operation.voidIDBInterface. performDrop(java.lang.String tableName, StringSet invalidateKeys)Perform a table drop operation.voidIDBInterface. performInsert(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, StringSet invalidateKeys)Perform an insert operation.voidIDBInterface. performModification(java.lang.String query, java.util.List params, StringSet invalidateKeys)Perform a general database modification query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ILimitChecker returnLimit)Perform a general "data fetch" query.IResultSetIDBInterface. performQuery(java.lang.String query, java.util.List params, StringSet cacheKeys, java.lang.String queryClass, int maxResults, ResultSpecification resultSpec, ILimitChecker returnLimit)Perform a general "data fetch" query.voidIDBInterface. performRemoveIndex(java.lang.String indexName, java.lang.String tableName)Remove an index.voidIDBInterface. performUpdate(java.lang.String tableName, java.util.Map<java.lang.String,java.lang.Object> parameterMap, java.lang.String whereClause, java.util.List whereParameters, StringSet invalidateKeys)Perform an update operation.voidIConnector. poll()This method is periodically called for all connectors that are connected but not in active use.java.lang.StringIConnector. processConfigurationPost(IThreadContext threadContext, IPostParameters variableContext, java.util.Locale locale, ConfigParams parameters)Process a configuration post.protected voidConfiguration. processObject(java.lang.String key, Configuration.JSONReader x)Process a JSON objectprotected voidConfiguration. processObject(ConfigurationNode cn, java.lang.String key, Configuration.JSONReader x)Process a JSON objectprotected java.lang.StringConnectorFactory. processThisConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.byte[]ILockManager. readData(java.lang.String resourceName)Read data from a shared data resource.protected ConfigurationNodeConfiguration. readNode(java.lang.String key, Configuration.JSONReader object)Read a node from a json objectprotected ConfigurationNodeConfiguration. readNode(XMLDoc doc, java.lang.Object object)Read a configuration node from XML.java.lang.StringILockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, byte[] initialData, IServiceCleanup cleanup)Register a service and begin service activity.java.lang.StringILockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, IServiceCleanup cleanup)Register a service and begin service activity.voidIDBInterface. reindexTable(java.lang.String tableName)Reindex a table.byte[]ILockManager. retrieveServiceData(java.lang.String serviceType, java.lang.String serviceName)Retrieve service data for a service.voidICacheManager. rollbackTransaction(java.lang.String transactionID)Roll back a cache transaction.voidICacheManager. saveObject(ICacheCreateHandle handle, ICacheDescription objectDescription, java.lang.Object object)Save a newly created object.voidILockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.voidILockManager. setGlobalFlag(java.lang.String flagName)Raise a flag.voidIConnector. setThreadContext(IThreadContext threadContext)Attach to a new thread.voidIDBInterface. sleepFor(long time)Sleep for a specified time, as part of backoff from deadlock.voidICacheManager. startTransaction(java.lang.String startingTransactionID, java.lang.String enclosingTransactionID)Begin a cache transaction.voidILockManager. timedWait(int time)Wait for a time before retrying a lock.java.lang.StringConfiguration. toJSON()Get as JSON.java.lang.StringConfiguration. toXML()Get as XMLvoidILockManager. updateServiceData(java.lang.String serviceType, java.lang.String serviceName, byte[] serviceData)Set service data for a service.booleanIAuth. verifyAPILogin(java.lang.String userId, java.lang.String password)Verify API loginbooleanIAuth. verifyUILogin(java.lang.String userId, java.lang.String password)Verify UI loginvoidIConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters)View configuration.protected voidConnectorFactory. viewThisConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.voidILockManager. writeData(java.lang.String resourceName, byte[] data)Write data to a shared data resource.protected static voidConfiguration. writeNode(XMLDoc doc, java.lang.Object parent, ConfigurationNode node)Write a specification node.protected static voidConfiguration. writeNode(Configuration.JSONWriter writer, ConfigurationNode node, boolean writeKey, boolean writeSpecialKey)Write a JSON specification node.Constructors in org.apache.manifoldcf.core.interfaces that throw ManifoldCFException Constructor Description ConfigParams(java.io.InputStream xmlstream)Construct from XML.ConfigParams(java.lang.String xml)Construct from XML.JSONReader(java.lang.String json)ManifoldCFConfiguration(java.io.InputStream xmlStream)Construct from XML.Specification(java.lang.String xml)Construct from XML.TempFileCharacterInput(java.io.Reader is)Construct from a non-length-delimited reader.TempFileCharacterInput(java.io.Reader is, long length)Construct from a length-delimited reader.TempFileCharacterInput(java.io.Reader is, long length, int maxInMemoryLength)Construct from a length-delimited reader.TempFileInput(java.io.InputStream is)Construct from an input stream.TempFileInput(java.io.InputStream is, long length)Construct from a length-delimited input stream.TempFileInput(java.io.InputStream is, long length, int maxMemSize)Construct from a length-delimited input stream. -
Uses of ManifoldCFException in org.apache.manifoldcf.core.jdbcpool
Constructors in org.apache.manifoldcf.core.jdbcpool that throw ManifoldCFException Constructor Description ConnectionPoolManager(int count, boolean debug) -
Uses of ManifoldCFException in org.apache.manifoldcf.core.lockmanager
Methods in org.apache.manifoldcf.core.lockmanager that throw ManifoldCFException Modifier and Type Method Description booleanBaseLockManager. checkGlobalFlag(java.lang.String flagName)Check the condition of a specified flag.booleanFileLockManager. checkGlobalFlag(java.lang.String flagName)Check the condition of a specified flag.booleanLockManager. checkGlobalFlag(java.lang.String flagName)Check the condition of a specified flag.booleanZooKeeperConnection. checkGlobalFlag(java.lang.String flagPath)booleanZooKeeperLockManager. checkGlobalFlag(java.lang.String flagName)Check the condition of a specified flag.booleanZooKeeperConnection. checkNodeExists(java.lang.String nodePath)Check whether a node exists.booleanBaseLockManager. checkServiceActive(java.lang.String serviceType, java.lang.String serviceName)Check whether a service is active or not.booleanLockManager. checkServiceActive(java.lang.String serviceType, java.lang.String serviceName)Check whether a service is active or not.booleanZooKeeperLockManager. checkServiceActive(java.lang.String serviceType, java.lang.String serviceName)Check whether a service is active or not.booleanBaseLockManager. cleanupInactiveService(java.lang.String serviceType, IServiceCleanup cleanup)Clean up any inactive services found.booleanLockManager. cleanupInactiveService(java.lang.String serviceType, IServiceCleanup cleanup)Clean up any inactive services found.booleanZooKeeperLockManager. cleanupInactiveService(java.lang.String serviceType, IServiceCleanup cleanup)Clean up any inactive services found.protected static voidBaseLockManager. clear(java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. clearGlobalFlag(java.lang.String flagName)Clear a flag.voidFileLockManager. clearGlobalFlag(java.lang.String flagName)Clear a flag.voidLockManager. clearGlobalFlag(java.lang.String flagName)Clear a flag.voidZooKeeperConnection. clearGlobalFlag(java.lang.String flagPath)voidZooKeeperLockManager. clearGlobalFlag(java.lang.String flagName)Clear a flag.protected voidLockObject. clearGlobalNonExWriteLock()protected voidFileLockObject. clearGlobalNonExWriteLockNoWait()protected voidLockObject. clearGlobalNonExWriteLockNoWait()protected voidZooKeeperLockObject. clearGlobalNonExWriteLockNoWait()protected voidLockObject. clearGlobalReadLock()protected voidFileLockObject. clearGlobalReadLockNoWait()protected voidLockObject. clearGlobalReadLockNoWait()protected voidZooKeeperLockObject. clearGlobalReadLockNoWait()protected voidLockObject. clearGlobalWriteLock()protected voidFileLockObject. clearGlobalWriteLockNoWait()protected voidLockObject. clearGlobalWriteLockNoWait()protected voidZooKeeperLockObject. clearGlobalWriteLockNoWait()protected voidZooKeeperLockObject. clearLock()voidBaseLockManager. clearLocks()voidLockManager. clearLocks()protected java.lang.StringBaseLockManager. constructUniqueServiceName(java.lang.String serviceType)Construct a unique service name given the service type.protected java.lang.StringZooKeeperLockManager. constructUniqueServiceName(ZooKeeperConnection connection, java.lang.String serviceType)Construct a unique service name given the service type.intBaseLockManager. countActiveServices(java.lang.String serviceType)Count all active services of a given type.intLockManager. countActiveServices(java.lang.String serviceType)Count all active services of a given type.intZooKeeperLockManager. countActiveServices(java.lang.String serviceType)Count all active services of a given type.voidZooKeeperConnection. createChild(java.lang.String nodePath, java.lang.String childName)Create a persistent child of a node.voidZooKeeperConnection. createNode(java.lang.String nodePath, byte[] nodeData)Create a transient node.voidZooKeeperEphemeralNodeObject. createNode(byte[] nodeData)Create the specified node.voidZooKeeperEphemeralNodePool. createNode(java.lang.String nodePath, byte[] nodeData)protected voidZooKeeperConnection. createSession()voidZooKeeperEphemeralNodePool. deleteAll()voidZooKeeperConnection. deleteChild(java.lang.String nodePath, java.lang.String childName)Delete the child of a node.voidZooKeeperConnection. deleteNode()Delete a node.voidZooKeeperEphemeralNodeObject. deleteNode()Delete the node.voidZooKeeperEphemeralNodePool. deleteNode(java.lang.String nodePath)voidZooKeeperConnection. deleteNodeChildren(java.lang.String nodePath)Delete all a node's children.protected voidBaseLockManager. deleteServiceData(java.lang.String serviceType, java.lang.String serviceName)voidZooKeeperLockManager.ZooKeeperShutdown. doCleanup(IThreadContext threadContext)Do the requisite cleanup.voidBaseLockManager. endServiceActivity(java.lang.String serviceType, java.lang.String serviceName)End service activity.voidLockManager. endServiceActivity(java.lang.String serviceType, java.lang.String serviceName)End service activity.voidZooKeeperLockManager. endServiceActivity(java.lang.String serviceType, java.lang.String serviceName)End service activity.protected static voidBaseLockManager. enter(java.lang.Long threadID, java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. enterCriticalSections(java.lang.String[] readSectionKeys, java.lang.String[] nonExSectionKeys, java.lang.String[] writeSectionKeys)Enter multiple critical sections simultaneously.voidLockManager. enterCriticalSections(java.lang.String[] readSectionKeys, java.lang.String[] nonExSectionKeys, java.lang.String[] writeSectionKeys)Enter multiple critical sections simultaneously.voidBaseLockManager. enterLocks(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)Enter multiple locksvoidLockManager. enterLocks(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)Enter multiple locksvoidBaseLockManager. enterLocksNoWait(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)voidLockManager. enterLocksNoWait(java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks)protected static voidBaseLockManager. enterNonExWrite(java.lang.Long threadID, java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. enterNonExWriteCriticalSection(java.lang.String sectionKey)Enter a named, non-exclusive write critical section (NOT a lock).voidLockManager. enterNonExWriteCriticalSection(java.lang.String sectionKey)Enter a named, non-exclusive write critical section (NOT a lock).voidBaseLockManager. enterNonExWriteLock(java.lang.String lockKey)Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").voidLockGate. enterNonExWriteLock(java.lang.Long threadID)voidLockManager. enterNonExWriteLock(java.lang.String lockKey)Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").voidLockObject. enterNonExWriteLock()voidBaseLockManager. enterNonExWriteLockNoWait(java.lang.String lockKey)voidLockGate. enterNonExWriteLockNoWait(java.lang.Long threadID)voidLockManager. enterNonExWriteLockNoWait(java.lang.String lockKey)voidLockObject. enterNonExWriteLockNoWait()Note well: Upgrading a read lock to a non-ex write lock is tricky.protected static voidBaseLockManager. enterNonExWriteNoWait(java.lang.Long threadID, java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)protected static voidBaseLockManager. enterNoWait(java.lang.Long threadID, java.lang.String[] readLocks, java.lang.String[] nonExWriteLocks, java.lang.String[] writeLocks, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)protected static voidBaseLockManager. enterRead(java.lang.Long threadID, java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. enterReadCriticalSection(java.lang.String sectionKey)Enter a named, read critical section (NOT a lock).voidLockManager. enterReadCriticalSection(java.lang.String sectionKey)Enter a named, read critical section (NOT a lock).voidBaseLockManager. enterReadLock(java.lang.String lockKey)Enter a read-only locked area (i.e., block ONLY if there's a writer)voidLockGate. enterReadLock(java.lang.Long threadID)voidLockManager. enterReadLock(java.lang.String lockKey)Enter a read-only locked area (i.e., block ONLY if there's a writer)voidLockObject. enterReadLock()voidBaseLockManager. enterReadLockNoWait(java.lang.String lockKey)voidLockGate. enterReadLockNoWait(java.lang.Long threadID)voidLockManager. enterReadLockNoWait(java.lang.String lockKey)voidLockObject. enterReadLockNoWait()protected static voidBaseLockManager. enterReadNoWait(java.lang.Long threadID, java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)protected voidZooKeeperLockManager. enterServiceRegistryReadLock(ZooKeeperConnection connection, java.lang.String serviceType)Enter service registry read lockprotected voidZooKeeperLockManager. enterServiceRegistryWriteLock(ZooKeeperConnection connection, java.lang.String serviceType)Enter service registry write lockprotected static voidBaseLockManager. enterWrite(java.lang.Long threadID, java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. enterWriteCriticalSection(java.lang.String sectionKey)Enter a named, exclusive critical section (NOT a lock).voidLockManager. enterWriteCriticalSection(java.lang.String sectionKey)Enter a named, exclusive critical section (NOT a lock).voidBaseLockManager. enterWriteLock(java.lang.String lockKey)Enter a write locked area (i.e., block out both readers and other writers) NOTE: Can't enter until all readers have left.voidLockGate. enterWriteLock(java.lang.Long threadID)voidLockManager. enterWriteLock(java.lang.String lockKey)Enter a write locked area (i.e., block out both readers and other writers) NOTE: Can't enter until all readers have left.voidLockObject. enterWriteLock()This method WILL NOT BE CALLED UNLESS we are actually committing a write lock for the first time for a given thread.voidBaseLockManager. enterWriteLockNoWait(java.lang.String lockKey)voidLockGate. enterWriteLockNoWait(java.lang.Long threadID)voidLockManager. enterWriteLockNoWait(java.lang.String lockKey)voidLockObject. enterWriteLockNoWait()Note well: Upgrading a read lock to a non-ex write lock is tricky.protected static voidBaseLockManager. enterWriteNoWait(java.lang.Long threadID, java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)java.util.List<java.lang.String>ZooKeeperConnection. getChildren(java.lang.String nodePath)Get the relative paths of all node's children.byte[]ZooKeeperConnection. getNodeData(java.lang.String nodePath)Get node data.ManifoldCFConfigurationBaseLockManager. getSharedConfiguration()Get the current shared configuration.ManifoldCFConfigurationLockManager. getSharedConfiguration()Get the current shared configuration.ManifoldCFConfigurationZooKeeperLockManager. getSharedConfiguration()Get the current shared configuration.static java.io.FileFileLockManager. getSynchDirectoryProperty()Get the synch directory property.ZooKeeperConnectionZooKeeperConnectionPool. grab()protected voidZooKeeperConnection. handleEphemeralNodeKeeperException(org.apache.zookeeper.KeeperException e, boolean recreate)Handle keeper exceptions that may involve ephemeral node creation.protected voidZooKeeperConnection. handleKeeperException(org.apache.zookeeper.KeeperException e, boolean recreate)Handle keeper exceptions that don't involve ephemeral node creation.protected static voidBaseLockManager. leave(java.lang.String[] readLocks, java.lang.String[] writeNonExLocks, java.lang.String[] writeLocks, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. leaveCriticalSections(java.lang.String[] readSectionKeys, java.lang.String[] nonExSectionKeys, java.lang.String[] writeSectionKeys)Leave multiple critical sections simultaneously.voidLockManager. leaveCriticalSections(java.lang.String[] readSectionKeys, java.lang.String[] nonExSectionKeys, java.lang.String[] writeSectionKeys)Leave multiple critical sections simultaneously.voidBaseLockManager. leaveLocks(java.lang.String[] readLocks, java.lang.String[] writeNonExLocks, java.lang.String[] writeLocks)Leave multiple locksvoidLockManager. leaveLocks(java.lang.String[] readLocks, java.lang.String[] writeNonExLocks, java.lang.String[] writeLocks)Leave multiple locksprotected static voidBaseLockManager. leaveNonExWrite(java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. leaveNonExWriteCriticalSection(java.lang.String sectionKey)Leave a named, non-exclusive write critical section (NOT a lock).voidLockManager. leaveNonExWriteCriticalSection(java.lang.String sectionKey)Leave a named, non-exclusive write critical section (NOT a lock).voidBaseLockManager. leaveNonExWriteLock(java.lang.String lockKey)Leave a non-exclusive write lock.voidLockGate. leaveNonExWriteLock()voidLockManager. leaveNonExWriteLock(java.lang.String lockKey)Leave a non-exclusive write lock.booleanLockObject. leaveNonExWriteLock()protected static voidBaseLockManager. leaveRead(java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. leaveReadCriticalSection(java.lang.String sectionKey)Leave a named, read critical section (NOT a lock).voidLockManager. leaveReadCriticalSection(java.lang.String sectionKey)Leave a named, read critical section (NOT a lock).voidBaseLockManager. leaveReadLock(java.lang.String lockKey)voidLockGate. leaveReadLock()voidLockManager. leaveReadLock(java.lang.String lockKey)booleanLockObject. leaveReadLock()protected voidZooKeeperLockManager. leaveServiceRegistryLock(ZooKeeperConnection connection)Leave service registry lockprotected static voidBaseLockManager. leaveWrite(java.lang.String lockKey, java.lang.String description, LocalLockPool localLocks, LockPool crossLocks)voidBaseLockManager. leaveWriteCriticalSection(java.lang.String sectionKey)Leave a named, exclusive critical section (NOT a lock).voidLockManager. leaveWriteCriticalSection(java.lang.String sectionKey)Leave a named, exclusive critical section (NOT a lock).voidBaseLockManager. leaveWriteLock(java.lang.String lockKey)voidLockGate. leaveWriteLock()voidLockManager. leaveWriteLock(java.lang.String lockKey)booleanLockObject. leaveWriteLock()protected voidLockObject. obtainGlobalNonExWriteLock()protected voidZooKeeperLockObject. obtainGlobalNonExWriteLock()protected voidFileLockObject. obtainGlobalNonExWriteLockNoWait()protected voidLockObject. obtainGlobalNonExWriteLockNoWait()protected voidZooKeeperLockObject. obtainGlobalNonExWriteLockNoWait()protected voidLockObject. obtainGlobalReadLock()protected voidZooKeeperLockObject. obtainGlobalReadLock()protected voidFileLockObject. obtainGlobalReadLockNoWait()protected voidLockObject. obtainGlobalReadLockNoWait()protected voidZooKeeperLockObject. obtainGlobalReadLockNoWait()protected voidLockObject. obtainGlobalWriteLock()protected voidZooKeeperLockObject. obtainGlobalWriteLock()protected voidFileLockObject. obtainGlobalWriteLockNoWait()protected voidLockObject. obtainGlobalWriteLockNoWait()protected voidZooKeeperLockObject. obtainGlobalWriteLockNoWait()voidZooKeeperConnection. obtainNonExWriteLock(java.lang.String lockPath)Obtain a non-ex-write lock, with wait.booleanZooKeeperConnection. obtainNonExWriteLockNoWait(java.lang.String lockPath)Obtain a non-ex-write lock, with no wait.voidZooKeeperConnection. obtainReadLock(java.lang.String lockPath)Obtain a read lock, with wait.booleanZooKeeperConnection. obtainReadLockNoWait(java.lang.String lockPath)Obtain a read lock, with no wait.voidZooKeeperConnection. obtainWriteLock(java.lang.String lockPath)Obtain a write lock, with wait.booleanZooKeeperConnection. obtainWriteLockNoWait(java.lang.String lockPath)Obtain a write lock, with no wait.byte[]BaseLockManager. readData(java.lang.String resourceName)Read data from a shared data resource.byte[]FileLockManager. readData(java.lang.String resourceName)Read data from a shared data resource.byte[]LockManager. readData(java.lang.String resourceName)Read data from a shared data resource.byte[]ZooKeeperConnection. readData(java.lang.String resourcePath)byte[]ZooKeeperLockManager. readData(java.lang.String resourceName)Read data from a shared data resource.protected intBaseLockManager. readServiceCounter(java.lang.String serviceCounterName)Read service counter.protected intZooKeeperLockManager. readServiceCounter(ZooKeeperConnection connection, java.lang.String serviceCounterName)Read service counter.protected byte[]BaseLockManager. readServiceData(java.lang.String serviceType, java.lang.String serviceName)protected java.lang.StringBaseLockManager. readServiceName(java.lang.String resourceName)java.lang.StringBaseLockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, byte[] initialData, IServiceCleanup cleanup)Register a service and begin service activity.java.lang.StringBaseLockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, IServiceCleanup cleanup)Register a service and begin service activity.java.lang.StringLockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, byte[] initialData, IServiceCleanup cleanup)Register a service and begin service activity.java.lang.StringLockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, IServiceCleanup cleanup)Register a service and begin service activity.java.lang.StringZooKeeperLockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, byte[] initialData, IServiceCleanup cleanup)Register a service and begin service activity.java.lang.StringZooKeeperLockManager. registerServiceBeginServiceActivity(java.lang.String serviceType, java.lang.String serviceName, IServiceCleanup cleanup)Register a service and begin service activity.voidZooKeeperConnection. releaseLock()Release the (saved) lock.byte[]BaseLockManager. retrieveServiceData(java.lang.String serviceType, java.lang.String serviceName)Retrieve service data for a service.byte[]LockManager. retrieveServiceData(java.lang.String serviceType, java.lang.String serviceName)Retrieve service data for a service.byte[]ZooKeeperLockManager. retrieveServiceData(java.lang.String serviceType, java.lang.String serviceName)Retrieve service data for a service.voidBaseLockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.voidLockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.voidZooKeeperLockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.voidBaseLockManager. setGlobalFlag(java.lang.String flagName)Raise a flag.voidFileLockManager. setGlobalFlag(java.lang.String flagName)Raise a flag.voidLockManager. setGlobalFlag(java.lang.String flagName)Raise a flag.voidZooKeeperConnection. setGlobalFlag(java.lang.String flagPath)voidZooKeeperLockManager. setGlobalFlag(java.lang.String flagName)Raise a flag.voidZooKeeperConnection. setNodeData(byte[] data)Set node data.voidZooKeeperEphemeralNodeObject. setNodeData(byte[] nodeData)Set the node's data.voidZooKeeperEphemeralNodePool. setNodeData(java.lang.String nodePath, byte[] nodeData)voidZooKeeperLockManager. setSharedConfiguration(java.io.InputStream configurationInputStream)Write shared configuration.protected static voidZooKeeperLockManager. shutdownPool()Shutdown the connection pool.voidBaseLockManager. timedWait(int time)Wait for a time before retrying a lock.voidLockManager. timedWait(int time)Wait for a time before retrying a lock.voidBaseLockManager. updateServiceData(java.lang.String serviceType, java.lang.String serviceName, byte[] serviceData)Set service data for a service.voidLockManager. updateServiceData(java.lang.String serviceType, java.lang.String serviceName, byte[] serviceData)Set service data for a service.voidZooKeeperLockManager. updateServiceData(java.lang.String serviceType, java.lang.String serviceName, byte[] serviceData)Set service data for a service.voidBaseLockManager. writeData(java.lang.String resourceName, byte[] data)Write data to a shared data resource.voidFileLockManager. writeData(java.lang.String resourceName, byte[] data)Write data to a shared data resource.voidLockManager. writeData(java.lang.String resourceName, byte[] data)Write data to a shared data resource.voidZooKeeperConnection. writeData(java.lang.String resourcePath, byte[] data)voidZooKeeperLockManager. writeData(java.lang.String resourceName, byte[] data)Write data to a shared data resource.protected voidBaseLockManager. writeServiceCounter(java.lang.String serviceCounterName, int counter)Write service counter.protected voidZooKeeperLockManager. writeServiceCounter(ZooKeeperConnection connection, java.lang.String serviceCounterName, int counter)Write service counter.protected voidBaseLockManager. writeServiceData(java.lang.String serviceType, java.lang.String serviceName, byte[] serviceData)protected voidBaseLockManager. writeServiceName(java.lang.String resourceName, java.lang.String serviceName)Constructors in org.apache.manifoldcf.core.lockmanager that throw ManifoldCFException Constructor Description BaseLockManager()FileLockManager()FileLockManager(java.io.File synchDirectory)LockManager()ZooKeeperConnection(java.lang.String connectString, int sessionTimeout)Constructor.ZooKeeperLockManager()Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.core.system
Methods in org.apache.manifoldcf.core.system that throw ManifoldCFException Modifier and Type Method Description protected voidManifoldCFResourceLoader. addDirsToClassPath(java.io.File[] baseList, java.io.FileFilter[] filterList)Add fully-resolved directories (with filters) to the current class path.voidManifoldCFResourceLoader. addToClassPath(java.io.File file)Add to the class-search path.voidManifoldCFResourceLoader. addToClassPath(java.io.File dir, java.io.FileFilter filter)Add to the class-search path.static voidManifoldCF. addToHash(java.security.MessageDigest digest, java.lang.String input)Add to hashstatic voidManifoldCF. checkProperties()Reloads properties as needed.protected voidManifoldCF.DatabaseShutdown. closeDatabase()static ManifoldCFResourceLoaderManifoldCF. createResourceLoader()Create a new resource loader based on the default one.static voidManifoldCF. createSystemDatabase(IThreadContext threadcontext, java.lang.String masterUsername, java.lang.String masterPassword)Install system database.static java.io.FileManifoldCF. createTempDir(java.lang.String prefix, java.lang.String suffix)Create temporary directory.static java.lang.StringManifoldCF. decrypt(java.lang.String saltValue, java.lang.String passCode, java.lang.String input)Decrypt a string.static java.lang.StringManifoldCF. deobfuscate(java.lang.String input)Decode a string encoded using the obfuscation technique.voidManifoldCF.DatabaseShutdown. doCleanup(IThreadContext threadContext)voidManifoldCF.FileTrack. doCleanup(IThreadContext threadContext)Delete all remaining filesvoidManifoldCF.CachePoll. doPoll(IThreadContext threadContext)static voidManifoldCF. dropSystemDatabase(IThreadContext threadcontext, java.lang.String masterUsername, java.lang.String masterPassword)Drop system database.static java.lang.StringManifoldCF. encrypt(java.lang.String saltValue, java.lang.String passCode, java.lang.String input)Encrypt a string in a reversible encryption.static voidManifoldCF. ensureFolder(java.lang.String path)Attempt to make sure a path is a folderstatic java.lang.ClassManifoldCF. findClass(java.lang.String cname)Locate a class in the configuration-determined class path.java.lang.ClassManifoldCFResourceLoader. findClass(java.lang.String cname)Get the specified class using the proper classloader.static booleanManifoldCF. getBooleanProperty(java.lang.String s, boolean defaultValue)Read a boolean propertyprotected static javax.crypto.CipherManifoldCF. getCipher(java.lang.String saltValue, int mode, java.lang.String passCode, byte[] iv)protected static javax.crypto.CipherManifoldCF. getCipher(IThreadContext threadContext, int mode, java.lang.String passCode, byte[] iv)java.lang.ClassLoaderManifoldCFResourceLoader. getClassLoader()Get the class loader representing this resource loader.static doubleManifoldCF. getDoubleProperty(java.lang.String s, double defaultValue)Read a float property, either from the system properties, or from the local configuration file.static java.lang.StringManifoldCF. getHashValue(java.security.MessageDigest digest)Calculate final hash valuestatic intManifoldCF. getIntProperty(java.lang.String s, int defaultValue)Read an integer property, either from the system properties, or from the local configuration file.static longManifoldCF. getLongProperty(java.lang.String s, long defaultValue)Read a long property, either from the system properties, or from the local configuration file.protected static java.lang.StringManifoldCF. getSaltValue(IThreadContext threadContext)static java.lang.StringManifoldCF. hash(java.lang.String input)Perform standard hashing of a stringstatic voidManifoldCF. initializeEnvironment()Deprecated.static voidManifoldCF. initializeEnvironment(IThreadContext threadContext)Initialize environment.static voidManifoldCF. noteConfigurationChange()Note configuration change.static java.lang.StringManifoldCF. obfuscate(java.lang.String input)Encode a string in a reversible obfuscation.static voidManifoldCF. pollAll(IThreadContext threadContext)Poll all the registered polling services.protected static intManifoldCF. readNibble(char value)Read a hex nibble.protected static voidManifoldCF. registerConnectorServices()Register connector services provided in connectors and connector-commonsvoidManifoldCFResourceLoader. setClassPath(java.util.ArrayList libdirList)Set the classpath to a given list of libdirs.static voidLogging. setLogLevels(IThreadContext threadContext)Reset all loggersstatic java.security.MessageDigestManifoldCF. startHash()Start creating a hashConstructors in org.apache.manifoldcf.core.system that throw ManifoldCFException Constructor Description ManifoldCFResourceLoader(java.lang.ClassLoader parent)Construct a resource manager. -
Uses of ManifoldCFException in org.apache.manifoldcf.core.util
Methods in org.apache.manifoldcf.core.util that throw ManifoldCFException Modifier and Type Method Description static doubleConverter. asDouble(java.lang.Object o)Convert a JDBC output value to a double.static longConverter. asLong(java.lang.Object o)Convert a JDBC output value to a long. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler
Methods in org.apache.manifoldcf.crawler that throw ManifoldCFException Modifier and Type Method Description protected abstract voidBaseCrawlerInitializationCommand. doExecute(IThreadContext tc)protected voidExportConfiguration. doExecute(IThreadContext tc)protected voidImportConfiguration. doExecute(IThreadContext tc)protected voidInitializeAndRegister. doExecute(IThreadContext tc)protected voidRegister. doExecute(IThreadContext tc)protected voidSynchronizeConnectors. doExecute(IThreadContext tc)protected abstract voidTransactionalCrawlerInitializationCommand. doExecute(IThreadContext tc)protected voidUnRegister. doExecute(IThreadContext tc)protected voidUnRegisterAll. doExecute(IThreadContext tc)voidBaseCrawlerInitializationCommand. execute()voidTransactionalCrawlerInitializationCommand. execute() -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.bins
Methods in org.apache.manifoldcf.crawler.bins that throw ManifoldCFException Modifier and Type Method Description voidBinManager. deinstall()Uninstall.double[]BinManager. getIncrementBinValues(java.lang.String connectorClass, java.lang.String binName, double newBinValue, int count)Get N bin values (and set next one).double[]BinManager. getIncrementBinValuesInTransaction(java.lang.String connectorClass, java.lang.String binName, double newBinValue, int count)Get N bin values (and set next one).voidBinManager. install()Install or upgrade this table.voidBinManager. reset()Reset all binsConstructors in org.apache.manifoldcf.crawler.bins that throw ManifoldCFException Constructor Description BinManager(IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.connectors
Methods in org.apache.manifoldcf.crawler.connectors that throw ManifoldCFException Modifier and Type Method Description java.lang.StringBaseRepositoryConnector. addSeedDocuments(ISeedingActivity activities, Specification spec, java.lang.String lastSeedVersion, long seedTime, int jobMode)Queue "seed" documents.voidBaseRepositoryConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseRepositoryConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidBaseRepositoryConnector. processDocuments(java.lang.String[] documentIdentifiers, IExistingVersions statuses, Specification spec, IProcessActivity activities, int jobMode, boolean usesDefaultAuthority)Process a set of documents.java.lang.StringBaseRepositoryConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification ds, int connectionSequenceNumber)Process a specification post.booleanBaseRepositoryConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.voidBaseRepositoryConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.connmgr
Methods in org.apache.manifoldcf.crawler.connmgr that throw ManifoldCFException Modifier and Type Method Description voidConnectorManager. deinstall()Uninstall.IResultSetConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringConnectorManager. getDescription(java.lang.String className)Get a description given a class name.voidConnectorManager. install()Install or upgrade.booleanConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.voidConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.Constructors in org.apache.manifoldcf.crawler.connmgr that throw ManifoldCFException Constructor Description ConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that throw ManifoldCFException Modifier and Type Method Description voidIJobManager. addDocument(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String docIDHash, java.lang.String docID, java.lang.String parentIdentifierHash, java.lang.String relationshipType, int hopcountMethod, java.lang.String[] dataNames, java.lang.Object[][] dataValues, IPriorityCalculator priority, java.lang.String[] prereqEventNames)Add a document to the queue.voidIProcessActivity. addDocumentReference(java.lang.String documentIdentifier)Add a document description to the current job's queue.voidIProcessActivity. addDocumentReference(java.lang.String documentIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType)Add a document description to the current job's queue.voidIProcessActivity. addDocumentReference(java.lang.String documentIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType, java.lang.String[] dataNames, java.lang.Object[][] dataValues)Add a document description to the current job's queue.voidIProcessActivity. addDocumentReference(java.lang.String documentIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType, java.lang.String[] dataNames, java.lang.Object[][] dataValues, java.lang.Long originationTime)Add a document description to the current job's queue.voidIProcessActivity. addDocumentReference(java.lang.String documentIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType, java.lang.String[] dataNames, java.lang.Object[][] dataValues, java.lang.Long originationTime, java.lang.String[] prereqEventNames)Add a document description to the current job's queue.voidIJobManager. addDocuments(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, java.lang.String[] docIDs, java.lang.String parentIdentifierHash, java.lang.String relationshipType, int hopcountMethod, java.lang.String[][] dataNames, java.lang.Object[][][] dataValues, IPriorityCalculator[] priorities, java.lang.String[][] prereqEventNames)Add documents to the queue in bulk.voidIJobManager. addDocumentsInitial(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, java.lang.String[] docIDs, boolean overrideSchedule, int hopcountMethod, IPriorityCalculator[] documentPriorities, java.lang.String[][] prereqEventNames)Add an initial set of documents to the queue.voidIJobManager. addRemainingDocumentsInitial(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, int hopcountMethod)Add an initial set of remaining documents to the queue.voidISeedingActivity. addSeedDocument(java.lang.String documentIdentifier)Record a "seed" document identifier.voidISeedingActivity. addSeedDocument(java.lang.String documentIdentifier, java.lang.String[] prereqEventNames)Record a "seed" document identifier.java.lang.StringIRepositoryConnector. addSeedDocuments(ISeedingActivity activities, Specification spec, java.lang.String lastSeedVersion, long seedTime, int jobMode)Queue "seed" documents.voidISeedingActivity. addUnqueuedSeedDocument(java.lang.String documentIdentifier)This method receives document identifiers that should be considered part of the seeds, but do not need to be queued for processing at this time.voidIJobManager. assessMarkedJobs()Assess jobs marked to be in need of assessment for connector status changes.voidIReprioritizationTracker. assessMinimumDepth(java.lang.Double[] binNamesSet)Assess the current minimum depth.booleanIEventActivity. beginEventSequence(java.lang.String eventName)Begin an event sequence.booleanIJobManager. beginEventSequence(java.lang.String processID, java.lang.String eventName)Begin an event sequence.voidIJobManager. carrydownChangeDocument(DocumentDescription documentDescription, IPriorityCalculator docPriority)Requeue a document because of carrydown changes.voidIJobManager. carrydownChangeDocumentMultiple(DocumentDescription[] documentDescriptions, IPriorityCalculator[] docPriorities)Requeue a document set because of carrydown changes.booleanINotificationConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.booleanIRepositoryConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.booleanIFingerprintActivity. checkDateIndexable(java.util.Date date)Detect if a date is indexable or not.booleanIFingerprintActivity. checkDocumentIndexable(java.io.File localFile)Check whether a document is indexable by the currently specified output connector.booleanIProcessActivity. checkDocumentNeedsReindexing(java.lang.String documentIdentifier, java.lang.String newVersionString)Check if a document needs to be reindexed, based on a computed version string.booleanIProcessActivity. checkDocumentNeedsReindexing(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String newVersionString)Check if a document needs to be reindexed, based on a computed version string.booleanIJobManager. checkIfNotificationReference(java.lang.String connectionName)See if there's a reference to a notification connection name.booleanIJobManager. checkIfOutputReference(java.lang.String connectionName)See if there's a reference to an output connection name.booleanIJobManager. checkIfReference(java.lang.String connectionName)See if there's a reference to a connection name.booleanIJobManager. checkIfTransformationReference(java.lang.String connectionName)See if there's a reference to a transformation connection name.booleanIJobManager. checkJobActive(java.lang.Long jobID)Verify that a specific job is indeed still active.booleanIJobManager. checkJobBusy(java.lang.Long jobID)Verify if a job is still processing documents, or no longer has any outstanding active documentsvoidIAbortActivity. checkJobStillActive()Check whether current job is still active.booleanIFingerprintActivity. checkLengthIndexable(long length)Check whether a document of a specific length is indexable by the currently specified output connector.booleanIFingerprintActivity. checkMimeTypeIndexable(java.lang.String mimeType)Detect if a mime type is indexable or not.booleanIFingerprintActivity. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is indexable by this connector.voidIRepositoryConnectionManager. cleanUpHistoryData(long timeCutoff)Delete history rows older than a specified timestamp.voidIRepositoryConnectionManager. cleanUpHistoryData(java.lang.String connectionName)Delete history rows related to a specific connection, upon user request.voidIJobManager. cleanupProcessData()Reset the job queue for all process IDs.voidIJobManager. cleanupProcessData(java.lang.String processID)Reset the job queue for an individual process ID.voidIJobManager. clearAllDocumentPriorities()Clear all document priorities, in preparation for reprioritization of all previously-prioritized documents.voidIJobManager. clearJobSeedingState(java.lang.Long jobID)Clear job seeding state.voidINotificationConnectorPool. closeAllConnectors()Clean up all open notification connector handles.voidIRepositoryConnectorPool. closeAllConnectors()Clean up all open repository connector handles.voidIEventActivity. completeEventSequence(java.lang.String eventName)Complete an event sequence.voidIJobManager. completeEventSequence(java.lang.String eventName)Complete an event sequence.longIRepositoryConnectionManager. countHistoryRows(java.lang.String connectionName, FilterCriteria criteria)Count the number of rows specified by a given set of criteria.INotificationConnectionINotificationConnectionManager. create()Create a new notification connection object.IRepositoryConnectionIRepositoryConnectionManager. create()Create a new repository connection object.IJobDescriptionIJobManager. createJob()Create a new job.voidIBinManager. deinstall()Uninstall.voidIConnectorManager. deinstall()Uninstall.voidIJobManager. deinstall()Uninstall the job manager's tables.voidINotificationConnectionManager. deinstall()Uninstall the manager.voidINotificationConnectorManager. deinstall()Uninstall.voidIRepositoryConnectionManager. deinstall()Uninstall the manager.static voidNotificationConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.static voidRepositoryConnectorFactory. deinstall(IThreadContext threadContext, java.lang.String className)Uninstall connector.voidINotificationConnectionManager. delete(java.lang.String name)Delete a notification connection.voidIRepositoryConnectionManager. delete(java.lang.String name)Delete a repository connection.voidIProcessActivity. deleteDocument(java.lang.String documentIdentifier)Delete the specified document permanently from the search engine index, and from the status table, along with all its components.voidIJobManager. deleteIngestedDocumentIdentifiers(DocumentDescription[] identifiers)Delete ingested document identifiers (as part of deleting the owning job).voidIJobManager. deleteJob(java.lang.Long id)Delete a job.voidIJobManager. deleteJobsReadyForDelete()Delete jobs in need of being deleted (which are marked "ready for delete").voidIJobManager. doneDocumentsInitial(java.lang.Long jobID, java.lang.String[] legalLinkTypes, boolean isPartial, int hopcountMethod)Signal that a seeding pass has been done.voidIReprioritizationTracker. doneReprioritization(java.lang.String reproID)Complete a reprioritization activity.booleanIJobManager. errorAbort(java.lang.Long jobID, java.lang.String errorText)Abort a running job due to a fatal error condition.voidIJobManager. exportConfiguration(java.io.OutputStream os)Export configurationvoidINotificationConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationvoidIRepositoryConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationjava.lang.String[]INotificationConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of notification connections that share the same connector.java.lang.String[]IRepositoryConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of repository connections that share the same connector.boolean[]IJobManager. findHopCounts(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, java.lang.String linkType, int limit, int hopcountMethod)Get the specified hop counts, with the limit as described.IJobDescription[]IJobManager. findJobsForConnection(java.lang.String connectionName)Get the job IDs associated with a given connection name.DocumentDescription[]IJobManager. finishDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] parentIdentifierHashes, int hopcountMethod)Complete adding child documents to the queue, for a set of documents.voidIJobManager. finishJobResumes(long timestamp, java.util.List<IJobDescription> modifiedJobs)Complete the sequence that resumes jobs, either from a pause or from a scheduling window wait.voidIJobManager. finishJobs()Put all eligible jobs in the "shutting down" state.voidIJobManager. finishJobStops(long timestamp, java.util.List<IJobDescription> modifiedJobs, java.util.List<java.lang.Integer> stopNotificationTypes)Complete the sequence that stops jobs, either for abort, pause, or because of a scheduling window.voidINotificationConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.voidIRepositoryConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.IResultSetIJobManager. genDocumentStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, int startRow, int rowCount)Run a 'document status' report.IResultSetIRepositoryConnectionManager. genHistoryActivityCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, activity count, and identifier bucket, given a time slice (interval) size.IResultSetIRepositoryConnectionManager. genHistoryByteCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, bytes processed, and identifier bucket, given a time slice (interval) size.IResultSetIRepositoryConnectionManager. genHistoryResultCodes(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription resultCodeBucket, BucketDescription idBucket, int startRow, int maxRowCount)Generate a report, listing the result bucket and identifier bucket.IResultSetIRepositoryConnectionManager. genHistorySimple(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, int startRow, int maxRowCount)Generate a report, listing the start time, elapsed time, result code and description, number of bytes, and entity identifier.IResultSetIJobManager. genQueueStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, BucketDescription idBucketDescription, int startRow, int rowCount)Run a 'queue status' report.static java.lang.String[]RepositoryConnectorFactory. getActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.INotificationConnection[]INotificationConnectionManager. getAllConnections()Obtain a list of the notification connections, ordered by name.IRepositoryConnection[]IRepositoryConnectionManager. getAllConnections()Obtain a list of the repository connections, ordered by name.IJobDescription[]IJobManager. getAllJobs()Load a sorted list of job descriptions.java.lang.String[]IJobManager. getAllSeeds(java.lang.Long jobID)Get all the current seeds.JobStatus[]IJobManager. getAllStatus()Get a list of all jobs, and their status information.JobStatus[]IJobManager. getAllStatus(boolean includeCounts)Get a list of all jobs, and their status information.JobStatus[]IJobManager. getAllStatus(boolean includeCounts, int maxCount)Get a list of all jobs, and their status information.static intRepositoryConnectorFactory. getConnectorModel(IThreadContext threadContext, java.lang.String className)Get the operating mode for a connector.static INotificationConnectorNotificationConnectorFactory. getConnectorNoCheck(java.lang.String className)Get a notification connector instance, without checking for installed connector.static IRepositoryConnectorRepositoryConnectorFactory. getConnectorNoCheck(java.lang.String className)Get a repository connector instance, without checking for installed connector.IResultSetIConnectorManager. getConnectors()Get ordered list of connectors.IResultSetINotificationConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringIConnectorManager. getDescription(java.lang.String className)Get a description given a class name.java.lang.StringINotificationConnectorManager. getDescription(java.lang.String className)Get a description given a class name.doubleIPriorityCalculator. getDocumentPriority()Compute the document priority.DocumentSetAndFlagsIJobManager. getExpiredDocuments(java.lang.String processID, int n, long currentTime)Get up to the next n documents to be expired.JobStatus[]IJobManager. getFinishedJobs()Get a list of completed jobs, and their statistics.JobStatus[]IJobManager. getFinishedJobs(boolean includeCounts)Get a list of completed jobs, and their statistics.JobStatus[]IJobManager. getFinishedJobs(boolean includeCounts, int maxCount)Get a list of completed jobs, and their statistics.doubleIReprioritizationTracker. getIncrementBinValue(java.lang.String connectorClass, java.lang.String binName, double weightedMinimumDepth)Get a bin value.double[]IBinManager. getIncrementBinValues(java.lang.String connectorClass, java.lang.String binName, double newBinValue, int count)Get N bin values (and set next one).double[]IBinManager. getIncrementBinValuesInTransaction(java.lang.String connectorClass, java.lang.String binName, double newBinValue, int count)Get N bin values (and set next one).java.lang.StringIExistingVersions. getIndexedVersionString(java.lang.String documentIdentifier)Retrieve the primary existing version string given a document identifier.java.lang.StringIExistingVersions. getIndexedVersionString(java.lang.String documentIdentifier, java.lang.String componentIdentifier)Retrieve a component existing version string given a document identifier.JobNotifyRecord[]IJobManager. getJobsReadyForDelete(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job deletion.JobDeleteRecord[]IJobManager. getJobsReadyForDeleteCleanup(java.lang.String processID)Get the list of jobs that are ready for delete cleanup.JobNotifyRecord[]IJobManager. getJobsReadyForInactivity(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job completion.JobSeedingRecord[]IJobManager. getJobsReadyForSeeding(java.lang.String processID, long currentTime)Get the list of jobs that are ready for seeding.JobStartRecord[]IJobManager. getJobsReadyForStartup(java.lang.String processID)Get the list of jobs that are ready for startup.longIRepositoryConnectionManager. getMaxRows()Get the maximum number of rows a window-based report can work with.doubleIReprioritizationTracker. getMinimumDepth()Retrieve current minimum depth.DocumentSetAndFlagsIJobManager. getNextCleanableDocuments(java.lang.String processID, int n, long currentTime)Get list of cleanable document descriptions.DocumentDescription[]IJobManager. getNextDeletableDocuments(java.lang.String processID, int n, long currentTime)Get list of deletable document descriptions.DocumentDescription[]IJobManager. getNextDocuments(java.lang.String processID, int n, long currentTime, long interval, BlockingDocuments blockingDocuments, PerformanceStatistics statistics, DepthStatistics scanRecord)Get up to the next n document(s) to be fetched and processed.DocumentDescription[]IJobManager. getNextNotYetProcessedReprioritizationDocuments(java.lang.String processID, int n)Get a list of not-yet-processed documents to reprioritize.static java.lang.String[]RepositoryConnectorFactory. getRelationshipTypes(IThreadContext threadContext, java.lang.String className)Get the link types logged by this connector.JobStatus[]IJobManager. getRunningJobs()Get a list of running jobs.JobStatus[]IJobManager. getRunningJobs(boolean includeCounts)Get a list of running jobs.JobStatus[]IJobManager. getRunningJobs(boolean includeCounts, int maxCount)Get a list of running jobs.JobStatusIJobManager. getStatus(java.lang.Long jobID)Get the status of a job.JobStatusIJobManager. getStatus(java.lang.Long jobID, boolean includeCounts)Get the status of a job.JobStatusIJobManager. getStatus(java.lang.Long jobID, boolean includeCounts, int maxCount)Get the status of a job.protected java.lang.String[]RepositoryConnectorFactory. getThisActivitiesList(IThreadContext threadContext, java.lang.String className)Get the activities supported by this connector.protected intRepositoryConnectorFactory. getThisConnectorModel(IThreadContext threadContext, java.lang.String className)Get the operating mode for a connector.protected java.lang.String[]RepositoryConnectorFactory. getThisRelationshipTypes(IThreadContext threadContext, java.lang.String className)Get the link types logged by this connector.INotificationConnectorINotificationConnectorPool. grab(INotificationConnection notificationConnection)Get a notification connector.IRepositoryConnectorIRepositoryConnectorPool. grab(IRepositoryConnection repositoryConnection)Get a repository connector.INotificationConnector[]INotificationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, INotificationConnection[] notificationConnections)Get multiple notification connectors, all at once.IRepositoryConnector[]IRepositoryConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IRepositoryConnection[] authorityConnections)Get multiple repository connectors, all at once.voidIJobManager. importConfiguration(java.io.InputStream is)Import configurationvoidINotificationConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidIRepositoryConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidIJobManager. inactivateJob(java.lang.Long jobID)Inactivate a job, from the notification state.voidIProcessActivity. ingestDocumentWithException(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String version, java.lang.String documentURI, RepositoryDocument data)Ingest the current document.voidIProcessActivity. ingestDocumentWithException(java.lang.String documentIdentifier, java.lang.String version, java.lang.String documentURI, RepositoryDocument data)Ingest the current document.voidIBinManager. install()Install or upgrade this table.voidIConnectorManager. install()Install.voidIJobManager. install()Install the job manager's tables.voidINotificationConnectionManager. install()Install the manager.voidINotificationConnectorManager. install()Install.voidIRepositoryConnectionManager. install()Install the manager.static voidNotificationConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.static voidRepositoryConnectorFactory. install(IThreadContext threadContext, java.lang.String className)Install connector.booleanIRepositoryConnectionManager. isGroupReferenced(java.lang.String authorityGroup)Return true if the specified authority group name is referenced.booleanIConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.booleanINotificationConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.protected booleanNotificationConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)protected booleanRepositoryConnectorFactory. isInstalled(IThreadContext tc, java.lang.String className)java.lang.StringIReprioritizationTracker. isSpecifiedProcessReprioritizing(java.lang.String processID)Check if the specified processID is the one performing reprioritization.IJobDescriptionIJobManager. load(java.lang.Long id)Load a job for editing.IJobDescriptionIJobManager. load(java.lang.Long id, boolean readOnly)Load a job.INotificationConnectionINotificationConnectionManager. load(java.lang.String name)Load a notification connection by name.IRepositoryConnectionIRepositoryConnectionManager. load(java.lang.String name)Load a repository connection by name.INotificationConnection[]INotificationConnectionManager. loadMultiple(java.lang.String[] names)Load a set of notification connections.IRepositoryConnection[]IRepositoryConnectionManager. loadMultiple(java.lang.String[] names)Load a set of repository connections.static IBinManagerBinManagerFactory. make(IThreadContext threadContext)Create a bin manager handle.static IConnectorManagerConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static IJobManagerJobManagerFactory. make(IThreadContext threadContext)Create a job manager handle.static INotificationConnectionManagerNotificationConnectionManagerFactory. make(IThreadContext tc)Make a notification connection manager handle.static INotificationConnectorManagerNotificationConnectorManagerFactory. make(IThreadContext tc)Construct a connector manager.static INotificationConnectorPoolNotificationConnectorPoolFactory. make(IThreadContext tc)Make a notification connector pool handle.static IRepositoryConnectionManagerRepositoryConnectionManagerFactory. make(IThreadContext tc)Make a repository connection manager handle.static IRepositoryConnectorPoolRepositoryConnectorPoolFactory. make(IThreadContext tc)Make a repository connector pool handle.static IReprioritizationTrackerReprioritizationTrackerFactory. make(IThreadContext threadContext)Create a reprioritization tracker handle.voidIJobManager. manualAbort(java.lang.Long jobID)Manually abort a running job.voidIJobManager. manualAbortRestart(java.lang.Long jobID)Manually restart a running job.voidIJobManager. manualAbortRestart(java.lang.Long jobID, boolean requestMinimum)Manually restart a running job.voidIJobManager. manualStart(java.lang.Long jobID)Manually start a job.voidIJobManager. manualStart(java.lang.Long jobID, boolean requestMinimum)Manually start a job.DocumentDescription[]IJobManager. markDocumentCleanedUp(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]IJobManager. markDocumentCleanedUpMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.voidIJobManager. markDocumentCompleted(DocumentDescription documentDescription)Note completion of document processing by a job thread of a document.voidIJobManager. markDocumentCompletedMultiple(DocumentDescription[] documentDescriptions)Note completion of document processing by a job thread of a document.DocumentDescription[]IJobManager. markDocumentDeleted(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentDeletedMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentExpired(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]IJobManager. markDocumentExpiredMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]IJobManager. markDocumentHopcountRemoval(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentHopcountRemovalMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.voidIProcessActivity. noDocument(java.lang.String documentIdentifier, java.lang.String version)Remove the specified document from the search engine index, and update the recorded version information for the document.voidIProcessActivity. noDocument(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String version)Remove the specified document from the search engine index, and update the recorded version information for the document.voidIJobManager. noteConnectionChange(java.lang.String connectionName)Note a change in connection configuration.voidIJobManager. noteConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of a connector used by the specified connections.voidIJobManager. noteConnectorRegistration(java.lang.String[] connectionNames)Note the registration of a connector used by the specified connections.voidIJobManager. noteJobDeleteStarted(java.lang.Long jobID, long startTime)Note job delete started.voidIJobManager. noteJobSeeded(java.lang.Long jobID, java.lang.String seedingVersion)Note job seeded.voidIJobManager. noteJobStarted(java.lang.Long jobID, long startTime, java.lang.String seedingVersion)Note job started.voidIJobManager. noteNotificationConnectionChange(java.lang.String connectionName)Note a change in notification connection configuration.voidIJobManager. noteNotificationConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of a notification connector used by the specified connections.voidIJobManager. noteNotificationConnectorRegistration(java.lang.String[] connectionNames)Note the registration of a notification connector used by the specified connections.voidIJobManager. noteOutputConnectionChange(java.lang.String connectionName)Note a change in output connection configuration.voidIJobManager. noteOutputConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of an output connector used by the specified connections.voidIJobManager. noteOutputConnectorRegistration(java.lang.String[] connectionNames)Note the registration of an output connector used by the specified connections.voidIJobManager. noteTransformationConnectionChange(java.lang.String connectionName)Note a change in transformation connection configuration.voidIJobManager. noteTransformationConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of a transformation connector used by the specified connections.voidIJobManager. noteTransformationConnectorRegistration(java.lang.String[] connectionNames)Note the registration of a transformation connector used by the specified connections.voidINotificationConnector. notifyOfJobEnd(Specification spec)Notify of job endvoidINotificationConnector. notifyOfJobStopErrorAbort(Specification spec)Notify of job stop due to error abort.voidINotificationConnector. notifyOfJobStopManualAbort(Specification spec)Notify of job stop due to manual abort.voidINotificationConnector. notifyOfJobStopManualPause(Specification spec)Notify of job stop due to manual pause.voidINotificationConnector. notifyOfJobStopRestart(Specification spec)Notify of job stop due to restart.voidINotificationConnector. notifyOfJobStopSchedulePause(Specification spec)Notify of job stop due to schedule pause.static voidNotificationConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidRepositoryConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidNotificationConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidRepositoryConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.voidINotificationConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidIRepositoryConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidINotificationConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidIRepositoryConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidIJobManager. pauseJob(java.lang.Long jobID)Pause a job.voidINotificationConnectorPool. pollAllConnectors()Idle notification for inactive notification connector handles.voidIRepositoryConnectorPool. pollAllConnectors()Idle notification for inactive repository connector handles.voidIReprioritizationTracker. preloadBinValues()Preload bin values.voidIJobManager. prepareDeleteScan(java.lang.Long jobID)Prepare for a delete scan.voidIJobManager. prepareForClusterStart()Prepare to start the entire cluster.voidIJobManager. prepareJobScan(java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod, int connectorModel, boolean continuousJob, boolean fromBeginningOfTime, boolean requestMinimum)Prepare a job to be run.static java.lang.StringNotificationConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.static java.lang.StringRepositoryConnectorFactory. processConfigurationPost(IThreadContext threadContext, java.lang.String className, IPostParameters variableContext, java.util.Locale locale, ConfigParams configParams)Process configuration post data for a connector.voidIRepositoryConnector. processDocuments(java.lang.String[] documentIdentifiers, IExistingVersions statuses, Specification spec, IProcessActivity activities, int jobMode, boolean usesDefaultAuthority)Process a set of documents.java.lang.StringINotificationConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification ds, int connectionSequenceNumber)Process a specification post.java.lang.StringIRepositoryConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification ds, int connectionSequenceNumber)Process a specification post.voidIHistoryActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription, java.lang.String[] childIdentifiers)Record time-stamped information about the activity of the connector.voidIProcessActivity. recordDocument(java.lang.String documentIdentifier, java.lang.String version)Record a document version, WITHOUT reindexing it, or removing it.voidIProcessActivity. recordDocument(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String version)Record a document version, WITHOUT reindexing it, or removing it.voidIRepositoryConnectionManager. recordHistory(java.lang.String connectionName, java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription, java.lang.String[] childIdentifiers)Record time-stamped information about the activity of the connection.voidIConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidINotificationConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidINotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)Release a notification connector.voidIRepositoryConnectorPool. release(IRepositoryConnection connection, IRepositoryConnector connector)Release a repository connector.voidINotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)Release multiple notification connectors.voidIRepositoryConnectorPool. releaseMultiple(IRepositoryConnection[] connections, IRepositoryConnector[] connectors)Release multiple repository connectors.voidIConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidINotificationConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidIProcessActivity. removeDocument(java.lang.String documentIdentifier)Remove the specified document primary component permanently from the search engine index, and from the status table.voidIJobManager. removeJob(java.lang.Long jobID)Remove a job, from the notification state.booleanINotificationConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.booleanIRepositoryConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.voidIJobManager. requeueDocument(DocumentDescription documentDescription, java.lang.Long executeTime, int action)Requeue a document for further processing in the future.voidIJobManager. requeueDocumentMultiple(DocumentDescription[] documentDescriptions, java.lang.Long[] executeTimes, int[] actions)Requeue a document for further processing in the future.voidIBinManager. reset()Reset all binsvoidIJobManager. resetCleaningDocument(DocumentDescription documentDescription, long checkTime)Reset a cleaning document back to its former state.voidIJobManager. resetCleaningDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of cleaning documents for further processing in the future.voidIJobManager. resetDeleteNotifyJob(java.lang.Long jobID)Reset a job that is delete notifying back to "ready for delete notify" state.voidIJobManager. resetDeleteStartupWorkerStatus(java.lang.String processID)Reset as part of restoring delete startup threads.voidIJobManager. resetDeletingDocument(DocumentDescription documentDescription, long checkTime)Reset a deleting document back to its former state.voidIJobManager. resetDeletingDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of deleting documents for further processing in the future.voidIJobManager. resetDocCleanupWorkerStatus(java.lang.String processID)Reset as part of restoring doc cleanup threads.voidIJobManager. resetDocDeleteWorkerStatus(java.lang.String processID)Reset as part of restoring doc delete threads.voidIJobManager. resetDocument(DocumentDescription documentDescription, long executeTime, int action, long failTime, int failCount)Reset an active document back to its former state.voidIJobManager. resetDocumentMultiple(DocumentDescription[] documentDescriptions, long executeTime, int action, long failTime, int failCount)Reset documents for further processing in the future.voidIJobManager. resetDocumentWorkerStatus(java.lang.String processID)Reset as part of restoring document worker threads.voidIJobManager. resetJobs(long currentTime, java.util.List<IJobDescription> resetJobs)Reset eligible jobs either back to the "inactive" state, or make them active again.voidIJobManager. resetJobSchedule(java.lang.Long jobID)Reset job schedule.voidIJobManager. resetNotificationWorkerStatus(java.lang.String processID)Reset as part of restoring notification threads.voidIJobManager. resetNotifyJob(java.lang.Long jobID)Reset a job that is notifying back to "ready for notify" state.voidIJobManager. resetSeedingWorkerStatus(java.lang.String processID)Reset as part of restoring seeding threads.voidIJobManager. resetSeedJob(java.lang.Long jobID)Reset a seeding job back to "active" state.voidIJobManager. resetStartDeleteJob(java.lang.Long jobID)Reset a job starting for delete back to "ready for delete" state.voidIJobManager. resetStartupJob(java.lang.Long jobID)Reset a starting job back to "ready for startup" state.voidIJobManager. resetStartupWorkerStatus(java.lang.String processID)Reset as part of restoring startup threads.voidIJobManager. restartJob(java.lang.Long jobID)Restart a paused job.voidIProcessActivity. retainAllComponentDocument(java.lang.String documentIdentifier)Retain all existing document components of a primary document.voidIProcessActivity. retainDocument(java.lang.String documentIdentifier, java.lang.String componentIdentifier)Retain existing document component.java.lang.String[]ICarrydownActivity. retrieveParentData(java.lang.String localIdentifier, java.lang.String dataName)Retrieve data passed from parents to a specified child document.java.lang.String[]IJobManager. retrieveParentData(java.lang.Long jobID, java.lang.String docIDHash, java.lang.String dataName)Retrieve specific parent data for a given document.CharacterInput[]ICarrydownActivity. retrieveParentDataAsFiles(java.lang.String localIdentifier, java.lang.String dataName)Retrieve data passed from parents to a specified child document.CharacterInput[]IJobManager. retrieveParentDataAsFiles(java.lang.Long jobID, java.lang.String docIDHash, java.lang.String dataName)Retrieve specific parent data for a given document.voidIJobManager. retryDeleteNotification(JobNotifyRecord jnr, long failTime, int failCount)Retry delete notification.voidIEventActivity. retryDocumentProcessing(java.lang.String localIdentifier)Abort processing a document (for sequencing reasons).voidIJobManager. retryNotification(JobNotifyRecord jobNotifyRecord, long failTime, int failRetryCount)Retry notification.voidIJobManager. retrySeeding(JobSeedingRecord jobSeedingRecord, long failTime, int failRetryCount)Retry seeding.voidIJobManager. retryStartup(JobStartRecord jobStartRecord, long failTime, int failRetryCount)Retry startup.voidIJobManager. revertDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] parentIdentifierHashes)Undo the addition of child documents to the queue, for a set of documents.voidIJobManager. save(IJobDescription jobDescription)Save a job.booleanINotificationConnectionManager. save(INotificationConnection object)Save a notification connection object.booleanIRepositoryConnectionManager. save(IRepositoryConnection object)Save a repository connection object.voidIProcessActivity. setDocumentOriginationTime(java.lang.String documentIdentifier, java.lang.Long originationTime)Override a document's origination time.voidIProcessActivity. setDocumentScheduleBounds(java.lang.String documentIdentifier, java.lang.Long lowerRecrawlBoundTime, java.lang.Long upperRecrawlBoundTime, java.lang.Long lowerExpireBoundTime, java.lang.Long upperExpireBoundTime)Override the schedule for the next time a document is crawled.voidIJobManager. startJobs(long currentTime, java.util.List<java.lang.Long> unwaitList)Start jobs based on schedule.voidIReprioritizationTracker. startReprioritization(java.lang.String processID, java.lang.String reproID)Start a reprioritization activity.voidIConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.voidINotificationConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.static voidNotificationConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidRepositoryConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.voidINotificationConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification.voidIRepositoryConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification.voidIJobManager. waitJobs(long currentTime, java.util.List<java.lang.Long> waitList)Put active or paused jobs in wait state, if they've exceeded their window.voidIJobManager. writeDocumentPriorities(DocumentDescription[] descriptions, IPriorityCalculator[] priorities)Save a set of document priorities.Constructors in org.apache.manifoldcf.crawler.interfaces that throw ManifoldCFException Constructor Description Connectors(java.io.InputStream xmlStream)Construct from XML.SortOrder(java.lang.String rep)Constructor from string representation.SortSpec(SortOrder.ParseBuffer pb) -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that throw ManifoldCFException Modifier and Type Method Description booleanJobs. abortJob(java.lang.Long jobID, java.lang.String errorText)Abort a job.voidJobs. abortRestartJob(java.lang.Long jobID, boolean requestMinimum)Restart a job.static java.lang.StringJobQueue. actionToString(int action)Convert integer to action stringbooleanJobs. activeJobsPresent()Return true if there is a job in either the ACTIVE or the ACTIVESEEDING state.voidJobManager.ThrottleLimit. addConnectionName(java.lang.String connectionName, IRepositoryConnector connectorInstance)Add an active connection.protected booleanJobManager. addCriteria(java.lang.StringBuilder sb, java.util.ArrayList list, java.lang.String fieldPrefix, java.lang.String connectionName, StatusFilterCriteria criteria, boolean whereEmitted)Add criteria clauses to query.voidJobManager. addDocument(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String docIDHash, java.lang.String docID, java.lang.String parentIdentifierHash, java.lang.String relationshipType, int hopcountMethod, java.lang.String[] dataNames, java.lang.Object[][] dataValues, IPriorityCalculator priority, java.lang.String[] prereqEventNames)Add a document to the queue.voidJobManager. addDocuments(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, java.lang.String[] docIDs, java.lang.String parentIdentifierHash, java.lang.String relationshipType, int hopcountMethod, java.lang.String[][] dataNames, java.lang.Object[][][] dataValues, IPriorityCalculator[] documentPriorities, java.lang.String[][] prereqEventNames)Add documents to the queue in bulk.voidJobManager. addDocumentsInitial(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, java.lang.String[] docIDs, boolean overrideSchedule, int hopcountMethod, IPriorityCalculator[] documentPriorities, java.lang.String[][] prereqEventNames)Add an initial set of documents to the queue.voidJobManager. addRemainingDocumentsInitial(java.lang.String processID, java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, int hopcountMethod)Add an initial set of remaining documents to the queue.voidJobQueue. addRemainingDocumentsInitial(java.lang.Long jobID, java.lang.String[] docIDHashes, java.lang.String processID)Note the remaining documents that do NOT need to be queued.voidPrereqEventManager. addRows(java.lang.Long recordID, java.lang.String[] eventNames)Add rows pertaining to a single entryprotected boolean[]HopCount. addToProcessingQueue(java.lang.Long jobID, java.lang.String[] affectedLinkTypes, java.lang.String[] documentIDHashes, HopCount.Answer[] startingAnswers, java.lang.String sourceDocumentIDHash, java.lang.String linkType, int hopcountMethod)Add documents to the processing queue.voidCarrydown. analyzeTables()Analyze job tables that need analysis.voidHopDeleteDeps. analyzeTables()Analyze job tables that need analysis.voidIntrinsicLink. analyzeTables()Analyze job tables that need analysis.voidJobs. analyzeTables()Analyze job tables that need analysis.int[]HopCount.DocumentHash. askQuestions(HopCount.Question[] questions)Throw in some questions, and prepare for the answers.voidJobManager. assessMarkedJobs()Assess jobs marked to be in need of assessment for connector status changes.voidJobs. assessMarkedJobs()Assess all marked jobs to determine if they can be reactivated.static java.lang.StringJobs. assessmentStateToString(int value)Go from assessment state to string.booleanJobManager. beginEventSequence(java.lang.String processID, java.lang.String eventName)Begin an event sequence.protected voidJobManager. buildCountsUsingGroupBy(java.lang.String whereClause, java.util.ArrayList whereParams, java.util.Map<java.lang.Long,java.lang.Long> set2Hash, java.util.Map<java.lang.Long,java.lang.Long> set3Hash, java.util.Map<java.lang.Long,java.lang.Long> set4Hash, java.util.Map<java.lang.Long,java.lang.Boolean> set2Exact, java.util.Map<java.lang.Long,java.lang.Boolean> set3Exact, java.util.Map<java.lang.Long,java.lang.Boolean> set4Exact)protected voidJobManager. buildCountsUsingIndividualQueries(java.lang.String whereClause, java.util.ArrayList whereParams, int maxCount, java.util.Map<java.lang.Long,java.lang.Long> set2Hash, java.util.Map<java.lang.Long,java.lang.Long> set3Hash, java.util.Map<java.lang.Long,java.lang.Long> set4Hash, java.util.Map<java.lang.Long,java.lang.Boolean> set2Exact, java.util.Map<java.lang.Long,java.lang.Boolean> set3Exact, java.util.Map<java.lang.Long,java.lang.Boolean> set4Exact)protected static ClauseDescriptionJobManager. buildOutstandingClause()protected static ClauseDescriptionJobManager. buildProcessedClause()protected DocumentDescription[]JobManager. calculateAffectedDeleteCarrydownChildren(java.lang.Long jobID, java.lang.String[] docIDHashes)Helper method: Find the document descriptions that will be affected due to carrydown row deletions.protected DocumentDescription[]JobManager. calculateAffectedRestoreCarrydownChildren(java.lang.Long jobID, java.lang.String[] parentIDHashes)Helper method: Calculate the unique set of affected carrydown children resulting from a "restoreRecords" operation.voidJobManager. carrydownChangeDocument(DocumentDescription documentDescription, IPriorityCalculator docPriority)Requeue a document because of carrydown changes.voidJobManager. carrydownChangeDocumentMultiple(DocumentDescription[] documentDescriptions, IPriorityCalculator[] docPriorities)Requeue a document set because of carrydown changes.booleanCarrydown.DuplicateFinder. checkContinue()See if we should examine another row.booleanCarrydown.ResultDuplicateEliminator. checkContinue()See if we should examine another row.booleanIntrinsicLink.DuplicateFinder. checkContinue()See if we should examine another row.booleanJobManager.ThrottleLimit. checkContinue()See if we should examine another row.booleanJobQueue.DuplicateFinder. checkContinue()See if we should examine another row.booleanJobManager. checkIfNotificationReference(java.lang.String connectionName)See if there's a reference to a notification connection name.booleanJobs. checkIfNotificationReference(java.lang.String connectionName)See if there's a reference to a notification connection name.booleanJobManager. checkIfOutputReference(java.lang.String connectionName)See if there's a reference to an output connection name.booleanJobs. checkIfOutputReference(java.lang.String connectionName)See if there's a reference to an output connection name.booleanJobManager. checkIfReference(java.lang.String connectionName)See if there's a reference to a connection name.booleanJobs. checkIfReference(java.lang.String connectionName)See if there's a reference to a connection name.booleanJobManager. checkIfTransformationReference(java.lang.String connectionName)See if there's a reference to a transformation connection name.booleanJobs. checkIfTransformationReference(java.lang.String connectionName)See if there's a reference to a transformation connection name.booleanCarrydown.DuplicateFinder. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanCarrydown.ResultDuplicateEliminator. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanIntrinsicLink.DuplicateFinder. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanJobManager.ThrottleLimit. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanJobQueue.DuplicateFinder. checkInclude(IResultRow row)See if a result row should be included in the final result set.booleanJobManager. checkJobActive(java.lang.Long jobID)Verify that a specific job is indeed still active.booleanJobs. checkJobActive(java.lang.Long jobID)Check whether a job's status indicates that it is in ACTIVE or ACTIVESEEDING state.booleanJobManager. checkJobBusy(java.lang.Long jobID)Verify if a job is still processing documents, or no longer has any outstanding active documentsbooleanJobQueue. checkJobBusy(java.lang.Long jobID)Check if there are any outstanding active documents for a jobprotected booleanJobs. checkOutputsInstalled(java.lang.String[] outputNames)protected booleanJobs. checkTransformationsInstalled(java.lang.String[] transformationNames)booleanJobs. cleaningJobsPresent()Return true if there is a job in the SHUTTINGDOWN state.voidJobManager. cleanupProcessData()Reset the job queue for all process IDs.voidJobManager. cleanupProcessData(java.lang.String processID)Reset the job queue for an individual process ID.voidJobQueue. clearAllDocPriorities()Clear all document priorities globally for all documents that have priorities set, and signal that we need new priorities for all.voidJobManager. clearAllDocumentPriorities()Clear all document priorities, in preparation for reprioritization of all previously-prioritized documents.voidJobQueue. clearFailTimes(java.lang.Long jobID)Clear the failtimes for all documents associated with a job.voidJobManager. clearJobSeedingState(java.lang.Long jobID)Clear job seeding state.voidJobs. clearSeedingState(java.lang.Long jobID)Clear seeding state for a job.booleanHopFilterManager. compareRows(java.lang.Long ownerID, IJobDescription list)Compare a filter list against what's in a job description.booleanNotificationManager. compareRows(java.lang.Long ownerID, IJobDescription job)Compare rows in job description with what's currently in the database.booleanPipelineManager. compareRows(java.lang.Long ownerID, IJobDescription job)Compare rows in job description with what's currently in the database.voidJobManager. completeEventSequence(java.lang.String eventName)Complete an event sequence.IJobDescriptionJobs. create()Create a job.java.lang.Object[]Jobs.JobObjectExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidEventManager. createEvent(java.lang.String eventName, java.lang.String processID)Atomically create an event - and return false if the event already existsIJobDescriptionJobManager. createJob()Create a new job.voidCarrydown. deinstall()Uninstall.voidEventManager. deinstall()Uninstall.voidHopCount. deinstall()Uninstall.voidHopDeleteDeps. deinstall()Uninstall.voidHopFilterManager. deinstall()Uninstall.voidIntrinsicLink. deinstall()Uninstall.voidJobManager. deinstall()Uninstall.voidJobQueue. deinstall()Uninstall.voidJobs. deinstall()Uninstall.voidNotificationManager. deinstall()Uninstall.voidPipelineManager. deinstall()Uninstall.voidPrereqEventManager. deinstall()Uninstall.voidScheduleManager. deinstall()Uninstall.voidJobs. delete(java.lang.Long id)Delete a job.voidJobQueue. deleteAllJobRecords(java.lang.Long jobID)For a job deletion: Delete all records for a job.voidHopDeleteDeps. deleteDependency(java.lang.Long ownerID, DeleteDependency dd)Delete a dependencyvoidHopCount. deleteDocumentIdentifiers(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] documentHashes, int hopcountMethod)Remove a set of document identifier hashes.voidJobManager. deleteIngestedDocumentIdentifiers(DocumentDescription[] identifiers)Delete ingested document identifiers (as part of deleting the owning job).voidJobQueue. deleteIngestedDocumentIdentifiers(DocumentDescription[] identifiers)Delete ingested document identifiers (as part of deleting the owning job).voidHopDeleteDeps. deleteJob(java.lang.Long jobID)Delete a job.voidJobManager. deleteJob(java.lang.Long id)Delete a job.voidJobManager. deleteJobsReadyForDelete()Delete jobs in need of being deleted (which are marked "ready for delete").voidHopCount. deleteMatchingDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String joinTableName, java.lang.String joinTableIDColumn, java.lang.String joinTableJobColumn, java.lang.String joinTableCriteria, java.util.ArrayList joinTableParams, int hopcountMethod)Remove a set of document identifiers specified as a criteria.voidCarrydown. deleteOwner(java.lang.Long jobID)Delete an owning job (and clean up the corresponding carrydown rows).voidHopCount. deleteOwner(java.lang.Long jobID)Delete an owner (and clean up the corresponding hopcount rows).voidIntrinsicLink. deleteOwner(java.lang.Long jobID)Delete an owner (and clean up the corresponding hopcount rows).voidHopDeleteDeps. deleteOwnerRows(java.lang.Long[] ownerIDs)Delete rows related to specified owners.voidJobQueue. deleteRecord(java.lang.Long id)Remove a record entirely.voidJobQueue. deleteRecordMultiple(java.lang.Long[] ids)Remove multiple records entirely.voidCarrydown. deleteRecords(java.lang.Long jobID, java.lang.String[] documentIDHashes)Delete all records that mention a particular set of document identifiers.voidHopFilterManager. deleteRows(java.lang.Long ownerID)Delete rows.voidNotificationManager. deleteRows(java.lang.Long ownerID)Delete rows.voidPipelineManager. deleteRows(java.lang.Long ownerID)Delete rows.voidPrereqEventManager. deleteRows(java.lang.Long recordID)Delete rows pertaining to a single entryvoidPrereqEventManager. deleteRows(java.lang.String parentTableName, java.lang.String joinField, java.lang.String parentCriteria, java.util.ArrayList list)Delete specified rows, based on jobqueue criteria.voidPrereqEventManager. deleteRows(java.util.ArrayList list)Delete specified rows, as directly specified without a join.voidScheduleManager. deleteRows(java.lang.Long ownerID)Delete rows.booleanJobs. deletingJobsPresent()Return true if there is a job in the DELETING state.voidEventManager. destroyEvent(java.lang.String eventName)Destroy an eventprotected voidHopCount. doDeleteDocuments(java.lang.Long jobID, java.lang.String[] documentHashes)Invalidate links that start with a specific set of documents.protected voidHopCount. doDeleteDocuments(java.lang.Long jobID, java.lang.String joinTableName, java.lang.String joinTableIDColumn, java.lang.String joinTableJobColumn, java.lang.String joinTableCriteria, java.util.ArrayList joinTableParams)Invalidate links that start with a specific set of documents, described by a table join.protected voidHopCount. doDeleteInvalidation(java.lang.Long jobID, java.lang.String[] sourceDocumentHashes)Invalidate targets of links which have a given set of source documents.protected DocumentDescription[]JobManager. doDeleteMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete documents with no repercussions.protected voidJobQueue. doDeletes(java.util.ArrayList list)Do a batch of deletes.protected voidHopCount. doFinish(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] sourceDocumentHashes, int hopcountMethod)Method that does the work of "finishing" a set of child references.voidJobManager. doneDocumentsInitial(java.lang.Long jobID, java.lang.String[] legalLinkTypes, boolean isPartial, int hopcountMethod)Signal that a seeding pass has been done.voidJobQueue. doneDocumentsInitial(java.lang.Long jobID, boolean isPartial)Complete the initial set of documents.protected boolean[]HopCount. doRecord(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String sourceDocumentIDHash, java.lang.String[] targetDocumentIDHashes, java.lang.String linkType, int hopcountMethod, java.lang.String processID)Do the work of recording source-target references.booleanJobManager. errorAbort(java.lang.Long jobID, java.lang.String errorText)Abort a running job due to a fatal error condition.protected voidHopCount.DocumentHash. evaluateNode(HopCount.DocumentNode node)Evaluate a node from the evaluation queue.voidJobs.JobObjectExecutor. execute()Perform the desired operation.voidJobs.JobObjectExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidJobManager. exportConfiguration(java.io.OutputStream os)Export configurationprotected voidJobManager. fetchAndProcessDocuments(java.util.List<DocumentDescription> answers, java.lang.Long currentTimeValue, java.lang.Long currentPriorityValue, JobManager.ThrottleLimit vList, IRepositoryConnection[] connections, java.lang.String processID)Fetch and process documents matching the passed-in criteriaprotected voidHopCount.DocumentHash. findChildren(java.util.Map referenceMap, java.lang.Long jobID, java.util.ArrayList list)Get the children of a bunch of nodes.int[]HopCount. findHopCounts(java.lang.Long jobID, java.lang.String[] parentIdentifierHashes, java.lang.String linkType)Calculate a bunch of hop-counts.boolean[]JobManager. findHopCounts(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] docIDHashes, java.lang.String linkType, int limit, int hopcountMethod)Get the specified hop counts, with the limit as described.IJobDescription[]JobManager. findJobsForConnection(java.lang.String connectionName)Get the job IDs associated with a given connection name.IJobDescription[]Jobs. findJobsForConnection(java.lang.String connectionName)Get the job IDs associated with a given connection name.java.lang.Long[]Jobs. findJobsMatchingNotifications(java.util.List<java.lang.String> notificationConnectionNames)Find a list of jobs matching specified notification names.java.lang.Long[]Jobs. findJobsMatchingOutputs(java.util.List<java.lang.String> outputConnectionNames)Find a list of jobs matching specified output names.java.lang.Long[]Jobs. findJobsMatchingTransformations(java.util.List<java.lang.String> transformationConnectionNames)Find a list of jobs matching specified transformation names.DocumentDescription[]JobManager. finishDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] parentIdentifierHashes, int hopcountMethod)Complete adding child documents to the queue, for a set of documents.voidJobs. finishJob(java.lang.Long jobID, long finishTime)Finish a job.voidJobs. finishJobCleanup(java.lang.Long jobID)Finish job cleanup.voidJobManager. finishJobResumes(long timestamp, java.util.List<IJobDescription> modifiedJobs)Complete the sequence that resumes jobs, either from a pause or from a scheduling window wait.voidJobManager. finishJobs()Put all eligible jobs in the "shutting down" state.voidJobManager. finishJobStops(long timestamp, java.util.List<IJobDescription> modifiedJobs, java.util.List<java.lang.Integer> stopNotificationTypes)Complete the sequence that stops jobs, either for abort, pause, or because of a scheduling window.voidHopCount. finishParents(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] sourceDocumentHashes, int hopcountMethod)Complete a recalculation pass for a set of source documents.voidJobs. finishResumeJob(java.lang.Long jobID, long currentTime)Resume a stopped job (from a pause or activewait).voidHopCount. finishSeedReferences(java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod)Finish seed references.voidJobs. finishStopJob(java.lang.Long jobID, long currentTime)Stop a job suddenly (abort, pause, activewait).IResultSetJobManager. genDocumentStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, int startRow, int rowCount)Run a 'document status' report.IResultSetJobManager. genQueueStatus(java.lang.String connectionName, StatusFilterCriteria filterCriteria, SortOrder sortOrder, BucketDescription idBucketDescription, int startRow, int rowCount)Run a 'queue status' report.java.lang.String[]Jobs. getActiveConnectionNames()Get unique connection names for all active jobs.IResultSetJobs. getActiveJobConnections()Get a list of active job identifiers and their associated connection names.IJobDescription[]Jobs. getAll()Get a list of all jobs which are not in the process of being deleted already.IJobDescription[]JobManager. getAllJobs()Load a sorted list of job descriptions.java.lang.String[]JobManager. getAllSeeds(java.lang.Long jobID)Get all the current seeds.java.lang.String[]JobQueue. getAllSeeds(java.lang.Long jobID)Get all the current seeds.JobStatus[]JobManager. getAllStatus()Get a list of all jobs, and their status information.JobStatus[]JobManager. getAllStatus(boolean includeCounts)Get a list of all jobs, and their status information.JobStatus[]JobManager. getAllStatus(boolean includeCounts, int maxCount)Get a list of all jobs, and their status information.intJobs. getAnalyzeTime()Come up with a maximum time (in minutes) for re-analyzing tables.java.lang.String[]Carrydown. getDataValues(java.lang.Long jobID, java.lang.String documentIdentifierHash, java.lang.String dataName)Get unique values given a document identifier, data name, an job identifierCharacterInput[]Carrydown. getDataValuesAsFiles(java.lang.Long jobID, java.lang.String documentIdentifierHash, java.lang.String dataName)Get unique values given a document identifier, data name, an job identifierDeleteDependency[]HopDeleteDeps. getDeleteDependencies(java.lang.Long ownerID)Get the delete dependencies for an owner.protected IResultSetHopCount. getDocumentChildren(java.lang.Long jobID, java.lang.String documentIDHash)Get document's children.IResultSetIntrinsicLink. getDocumentChildren(java.lang.Long jobID, java.lang.String parentIDHash)Get document's children.java.lang.String[]IntrinsicLink. getDocumentUniqueParents(java.lang.Long jobID, java.lang.String childIDHash)Get document's parents.DocumentSetAndFlagsJobManager. getExpiredDocuments(java.lang.String processID, int n, long currentTime)Get up to the next n documents to be expired.JobStatus[]JobManager. getFinishedJobs()Get a list of completed jobs, and their statistics.JobStatus[]JobManager. getFinishedJobs(boolean includeCounts)Get a list of completed jobs, and their statistics.JobStatus[]JobManager. getFinishedJobs(boolean includeCounts, int maxCount)Get a list of completed jobs, and their statistics.java.lang.StringJobQueue. getGetNextDocumentsIndexHint()Get the 'getNextDocuments' index hint.static java.lang.StringJobQueue. getHashCode(java.lang.String documentIdentifier)Get a hash value from a document id string.protected voidJobs. getJobsChunk(java.util.Map<java.lang.Long,JobDescription> returnValues, java.lang.String idList, java.util.ArrayList params)Read a chunk of repository connections.protected JobDescription[]Jobs. getJobsMultiple(java.lang.Long[] ids)Get multiple jobs (without caching)JobNotifyRecord[]JobManager. getJobsReadyForDelete(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job deletion.JobDeleteRecord[]JobManager. getJobsReadyForDeleteCleanup(java.lang.String processID)Get the list of jobs that are ready for delete cleanup.JobNotifyRecord[]JobManager. getJobsReadyForInactivity(java.lang.String processID)Find the list of jobs that need to have their connectors notified of job completion.JobSeedingRecord[]JobManager. getJobsReadyForSeeding(java.lang.String processID, long currentTime)Get the list of jobs that are ready for seeding.JobStartRecord[]JobManager. getJobsReadyForStartup(java.lang.String processID)Get the list of jobs that are ready for startup.DocumentSetAndFlagsJobManager. getNextCleanableDocuments(java.lang.String processID, int maxCount, long currentTime)Get list of cleanable document descriptions.DocumentDescription[]JobManager. getNextDeletableDocuments(java.lang.String processID, int maxCount, long currentTime)Get list of deletable document descriptions.DocumentDescription[]JobManager. getNextDocuments(java.lang.String processID, int n, long currentTime, long interval, BlockingDocuments blockingDocuments, PerformanceStatistics statistics, DepthStatistics scanRecord)/** Get up to the next n document(s) to be fetched and processed.DocumentDescription[]JobManager. getNextNotYetProcessedReprioritizationDocuments(java.lang.String processID, int n)Get a list of not-yet-processed documents to reprioritize.protected voidHopCount.DocumentHash. getNodeChildren(HopCount.DocumentNode[] nodes)Fetch a the children of a bunch of nodes, and initialize all of the nodes appropriately.java.lang.String[]NotificationManager. getNotificationConnectionNames(java.lang.Long ownerID)Get all the notification connection names for a job.java.lang.String[]PipelineManager. getOutputConnectionNames(java.lang.Long ownerID)Get all the output connection names for a job.voidHopFilterManager. getRows(java.util.Map<java.lang.Long,JobDescription> returnValues, java.lang.String ownerIDList, java.util.ArrayList ownerIDParams)Fill in a set of filters corresponding to a set of owner id's.voidNotificationManager. getRows(java.util.Map<java.lang.Long,JobDescription> returnValues, java.lang.String ownerIDList, java.util.ArrayList ownerIDParams)Fill in a set of notifications corresponding to a set of owner id's.voidPipelineManager. getRows(java.util.Map<java.lang.Long,JobDescription> returnValues, java.lang.String ownerIDList, java.util.ArrayList ownerIDParams)Fill in a set of pipelines corresponding to a set of owner id's.voidScheduleManager. getRows(java.util.Map<java.lang.Long,JobDescription> returnValues, java.lang.String ownerIDList, java.util.ArrayList ownerIDParams)Fill in a set of schedules corresponding to a set of owner id's.voidScheduleManager. getRowsAlternate(java.util.Map returnValues, java.util.ArrayList ownerIDParams)Fill in a set of schedules corresponding to a set of owner id's.JobStatus[]JobManager. getRunningJobs()Get a list of running jobs.JobStatus[]JobManager. getRunningJobs(boolean includeCounts)Get a list of running jobs.JobStatus[]JobManager. getRunningJobs(boolean includeCounts, int maxCount)Get a list of running jobs.JobStatusJobManager. getStatus(java.lang.Long jobID)Get the status of a job.JobStatusJobManager. getStatus(java.lang.Long jobID, boolean includeCounts)Get the status of a job.JobStatusJobManager. getStatus(java.lang.Long jobID, boolean includeCounts, int maxCount)Get the status of a job.java.lang.String[]PipelineManager. getTransformationConnectionNames(java.lang.Long ownerID)Get all the transformation connection names for a job.protected java.lang.String[]JobManager. getUnindexableDocumentIdentifiers(DocumentDescription[] documentIdentifiers, java.lang.String connectionName)Get a list of document identifiers that should actually be deleted from the index, from a list that might contain identifiers that are shared with other jobs, which are targeted to the same output connection.booleanJobs. hasPriorityJobs(int priority)Are there any jobs that have a specified priority levelstatic java.lang.StringJobs. hopcountModeToString(int value)Go from hopcount mode to string.voidJobManager. importConfiguration(java.io.InputStream is)Import configurationvoidJobManager. inactivateJob(java.lang.Long jobID)Inactivate a job, from the notification state.voidJobQueue. insertNewRecord(java.lang.Long jobID, java.lang.String docIDHash, java.lang.String docID, IPriorityCalculator desiredDocPriority, long desiredExecuteTime, java.lang.String[] prereqEvents)Insert a new record into the jobqueue table (as part of adding a child reference).voidJobQueue. insertNewRecordInitial(java.lang.Long jobID, java.lang.String docHash, java.lang.String docID, IPriorityCalculator desiredDocPriority, long desiredExecuteTime, java.lang.String[] prereqEvents, java.lang.String processID)Insert a new record into the jobqueue table (as part of adding an initial reference).voidCarrydown. install(java.lang.String jobsTable, java.lang.String jobsColumn)Install or upgrade.voidEventManager. install()Install or upgrade this table.voidHopCount. install(java.lang.String jobsTable, java.lang.String jobsColumn)Install or upgrade.voidHopDeleteDeps. install(java.lang.String jobsTable, java.lang.String jobsColumn, java.lang.String hopCountTable, java.lang.String idColumn)Install or upgrade.voidHopFilterManager. install(java.lang.String ownerTable, java.lang.String owningTablePrimaryKey)Install or upgrade.voidIntrinsicLink. install(java.lang.String jobsTable, java.lang.String jobsColumn)Install or upgrade.voidJobManager. install()Install.voidJobQueue. install(java.lang.String jobsTable, java.lang.String jobsColumn)Install or upgrade.voidJobs. install(java.lang.String transTableName, java.lang.String transNameField, java.lang.String outputTableName, java.lang.String outputNameField, java.lang.String connectionTableName, java.lang.String connectionNameField, java.lang.String notificationConnectionTableName, java.lang.String notificationConnectionNameField)Install or upgrade this table.voidNotificationManager. install(java.lang.String ownerTable, java.lang.String owningTablePrimaryKey, java.lang.String notificationTableName, java.lang.String notificationTableNameField)Install or upgrade.voidPipelineManager. install(java.lang.String ownerTable, java.lang.String owningTablePrimaryKey, java.lang.String outputTableName, java.lang.String outputTableNameField, java.lang.String transformationTableName, java.lang.String transformationTableNameField)Install or upgrade.voidPrereqEventManager. install(java.lang.String ownerTableName, java.lang.String ownerColumn)Install or upgrade this table.voidScheduleManager. install(java.lang.String ownerTable, java.lang.String owningTablePrimaryKey)Install or upgrade.voidJobs. invalidateCurrentUnregisteredState(java.lang.Long jobID, int oldStatusValue)Invalidate current state with respect to installed connectors, as a result of registration.IJobDescriptionJobManager. load(java.lang.Long id)Load a job for editing.IJobDescriptionJobManager. load(java.lang.Long id, boolean readOnly)Load a job.IJobDescriptionJobs. load(java.lang.Long id, boolean readOnly)Load a job for editing.IJobDescription[]Jobs. loadMultiple(java.lang.Long[] ids, boolean[] readOnlies)Load multiple jobs for editing.protected intJobs. loadMultipleInternal(IJobDescription[] rval, int outputIndex, java.lang.Long[] ids, boolean[] readOnlies, int inputIndex, int length)protected JobStatus[]JobManager. makeJobStatus(java.lang.String whereClause, java.util.ArrayList whereParams, boolean includeCounts, int maxCount)Make a job status array from a query result.protected voidHopCount.DocumentHash. makeNodeComplete(HopCount.DocumentNode node)Make a node be complete.voidJobManager. manualAbort(java.lang.Long jobID)Manually abort a running job.voidJobManager. manualAbortRestart(java.lang.Long jobID)Manually restart a running job.voidJobManager. manualAbortRestart(java.lang.Long jobID, boolean requestMinimum)Manually restart a running job.voidJobManager. manualStart(java.lang.Long jobID)Manually start a job.voidJobManager. manualStart(java.lang.Long jobID, boolean requestMinimum)Manually start a job.DocumentDescription[]JobManager. markDocumentCleanedUp(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]JobManager. markDocumentCleanedUpMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.voidJobManager. markDocumentCompleted(DocumentDescription documentDescription)Note completion of document processing by a job thread of a document.voidJobManager. markDocumentCompletedMultiple(DocumentDescription[] documentDescriptions)Note completion of document processing by a job thread of a document.DocumentDescription[]JobManager. markDocumentDeleted(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentDeletedMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentExpired(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]JobManager. markDocumentExpiredMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]JobManager. markDocumentHopcountRemoval(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentHopcountRemovalMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.protected voidHopCount. markForDelete(java.lang.Long jobID, java.util.ArrayList list, java.lang.String commonNewExpression, java.util.ArrayList commonNewList)protected voidHopCount. markForDocumentDelete(java.lang.Long jobID, java.util.ArrayList list)voidJobQueue. markNeedPriorityInProgress(java.lang.Long rowID, java.lang.String processID)Prepare to calculate a document priority for a given row.static java.lang.StringHopCount. markToString(int mark)Go from mark to string.static java.lang.StringJobQueue. needPriorityToString(int value)Convert boolean to need priority value.protected voidJobManager. noDocPriorities(java.lang.Long jobID)voidJobQueue. noDocPriorities(java.lang.Long jobID)Clear all document priorities for a job that is going to sleepvoidJobManager. noteConnectionChange(java.lang.String connectionName)Note a change in connection configuration.voidJobs. noteConnectionChange(java.lang.String connectionName)Note a change in connection configuration.protected voidJobManager. noteConnectionDeregistration(java.util.List<java.lang.String> list)Note deregistration for a batch of connection names.protected voidJobManager. noteConnectionRegistration(java.util.List<java.lang.String> list)Note registration for a batch of connection names.voidJobManager. noteConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of a connector used by the specified connections.voidJobs. noteConnectorDeregistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that its underlying connector has gone away.voidJobManager. noteConnectorRegistration(java.lang.String[] connectionNames)Note the registration of a connector used by the specified connections.voidJobs. noteConnectorRegistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that its underlying connector has returned.voidJobManager. noteJobDeleteStarted(java.lang.Long jobID, long startTime)Note job delete started.voidJobs. noteJobDeleteStarted(java.lang.Long jobID, long startTime)Put job into "deleting" state, and set the start time field.voidJobManager. noteJobSeeded(java.lang.Long jobID, java.lang.String seedingVersion)Note job seeded.voidJobs. noteJobSeeded(java.lang.Long jobID, java.lang.String seedVersionString)Note job seeded.voidJobManager. noteJobStarted(java.lang.Long jobID, long startTime, java.lang.String seedingVersion)Note job started.voidJobs. noteJobStarted(java.lang.Long jobID, long startTime, java.lang.String seedVersionString)Make job active, and set the start time field.voidJobManager. noteNotificationConnectionChange(java.lang.String connectionName)Note a change in notification connection configuration.voidJobs. noteNotificationConnectionChange(java.lang.String connectionName)Note a change in notification connection configuration.protected voidJobManager. noteNotificationConnectionDeregistration(java.util.List<java.lang.String> list)Note deregistration for a batch of notification connection names.protected voidJobManager. noteNotificationConnectionRegistration(java.util.List<java.lang.String> list)Note registration for a batch of connection names.voidJobManager. noteNotificationConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of a notification connector used by the specified connections.voidJobs. noteNotificationConnectorDeregistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that its underlying notification connector has gone away.voidJobManager. noteNotificationConnectorRegistration(java.lang.String[] connectionNames)Note the registration of a notification connector used by the specified connections.voidJobs. noteNotificationConnectorRegistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that its underlying notification connector has returned.protected voidJobManager. noteNotificationJobDeregistration(java.util.List<java.lang.Long> jobIDs)protected voidJobManager. noteNotificationJobRegistration(java.util.List<java.lang.Long> jobIDs)voidJobManager. noteOutputConnectionChange(java.lang.String connectionName)Note a change in output connection configuration.voidJobs. noteOutputConnectionChange(java.lang.String connectionName)Note a change in output connection configuration.protected voidJobManager. noteOutputConnectionDeregistration(java.util.List<java.lang.String> list)Note deregistration for a batch of output connection names.protected voidJobManager. noteOutputConnectionRegistration(java.util.List<java.lang.String> list)Note registration for a batch of output connection names.voidJobManager. noteOutputConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of an output connector used by the specified connections.voidJobs. noteOutputConnectorDeregistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that its underlying output connector has gone away.voidJobManager. noteOutputConnectorRegistration(java.lang.String[] connectionNames)Note the registration of an output connector used by the specified connections.voidJobs. noteOutputConnectorRegistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that its underlying output connector has returned.protected voidJobManager. noteOutputJobDeregistration(java.util.List<java.lang.Long> jobIDs)protected voidJobManager. noteOutputJobRegistration(java.util.List<java.lang.Long> jobIDs)voidJobManager. noteTransformationConnectionChange(java.lang.String connectionName)Note a change in transformation connection configuration.voidJobs. noteTransformationConnectionChange(java.lang.String connectionName)Note a change in transformation connection configuration.protected voidJobManager. noteTransformationConnectionDeregistration(java.util.List<java.lang.String> list)Note deregistration for a batch of transformation connection names.protected voidJobManager. noteTransformationConnectionRegistration(java.util.List<java.lang.String> list)Note registration for a batch of transformation connection names.voidJobManager. noteTransformationConnectorDeregistration(java.lang.String[] connectionNames)Note the deregistration of a transformation connector used by the specified connections.voidJobs. noteTransformationConnectorDeregistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that an underlying transformation connector has gone away.voidJobManager. noteTransformationConnectorRegistration(java.lang.String[] connectionNames)Note the registration of a transformation connector used by the specified connections.voidJobs. noteTransformationConnectorRegistration(java.lang.Long jobID, int oldStatusValue)Signal to a job that an underlying transformation connector has been registered.protected voidJobManager. noteTransformationJobDeregistration(java.util.List<java.lang.Long> jobIDs)protected voidJobManager. noteTransformationJobRegistration(java.util.List<java.lang.Long> jobIDs)voidJobs. notificationComplete(java.lang.Long jobID)Mark job as having properly notified the output connector of completion.voidJobManager. pauseJob(java.lang.Long jobID)Pause a job.voidJobs. pauseJob(java.lang.Long jobID)Pause a job.protected voidCarrydown. performDeleteRecords(java.lang.Long jobID, java.util.List<java.lang.String> list)protected voidCarrydown. performExistsCheck(java.util.Set<Carrydown.ValueRecord> presentSet, java.lang.String query, java.util.ArrayList list)Do the exists check, in batch.protected voidIntrinsicLink. performExistsCheck(java.util.Set<java.lang.String> presentMap, java.lang.Long jobID, java.lang.String linkType, java.lang.String childIDHash, java.util.List<java.lang.String> list)Do the exists check, in batch.protected voidHopCount. performFindMissingRecords(java.lang.Long jobID, java.lang.String[] affectedLinkTypes, java.util.ArrayList list, java.util.Map<HopCount.Question,java.lang.Long> matchMap)Limited find for missing records.protected voidHopCount. performGetCachedDistanceDeps(java.util.Map<java.lang.Long,HopCount.DocumentNode> depsMap, java.util.ArrayList list)Do a limited fetch of cached distance dependenciesprotected voidHopCount. performGetCachedDistances(HopCount.DocumentNode[] rval, java.util.Map<HopCount.Question,java.lang.Integer> indexMap, java.util.Map<java.lang.Long,HopCount.DocumentNode> depsMap, java.lang.Long jobID, java.util.ArrayList ltList, java.util.ArrayList list)Do a limited fetch of cached distancesprotected voidHopCount. performMarkAddDeps(java.lang.String query, java.util.ArrayList list)Do the work of marking add-dep-dependent links in the hopcount table.protected voidIntrinsicLink. performRemoveDocumentLinks(java.util.List<java.lang.String> list, java.lang.Long jobID)protected voidIntrinsicLink. performRemoveLinks(java.util.List<java.lang.String> list, java.lang.Long jobID, java.lang.String commonNewExpression, java.util.ArrayList commonNewParams)protected voidIntrinsicLink. performRestoreLinks(java.lang.Long jobID, java.util.List<java.lang.String> list)protected voidCarrydown. performRestoreRecords(java.lang.String query, java.lang.Long jobID, java.util.List<java.lang.String> list)protected voidIntrinsicLink. performRevertLinks(java.lang.Long jobID, java.util.List<java.lang.String> list)protected voidCarrydown. performRevertRecords(java.lang.String query, java.lang.Long jobID, java.util.List<java.lang.String> list)voidJobManager. prepareDeleteScan(java.lang.Long jobID)Prepare for a delete scan.voidJobQueue. prepareDeleteScan(java.lang.Long jobID)Prepare for a job delete pass.voidJobManager. prepareForClusterStart()Prepare to start the entire cluster.protected voidJobManager. prepareFullScan(java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod)Prepare for a full scan.voidJobQueue. prepareFullScan(java.lang.Long jobID)Prepare for a "full scan" job.voidJobQueue. prepareIncrementalScan(java.lang.Long jobID)Prepare for an "incremental" job.voidJobManager. prepareJobScan(java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod, int connectorModel, boolean continuousJob, boolean fromBeginningOfTime, boolean requestMinimum)Prepare a job to be run.voidJobQueue. preparePartialScan(java.lang.Long jobID)Prepare for a "partial" job.voidJobQueue. prioritizeQueuedDocuments(java.lang.Long jobID)Mark queued documents for prioritizationprotected voidJobManager. processDeleteHashSet(java.lang.Long jobID, java.util.HashMap resultHash, java.util.ArrayList list)Helper method: look up rows affected by a deleteRecords operation.protected voidHopCount. processFind(int[] rval, java.util.Map rvalMap, java.lang.Long jobID, java.lang.String linkType, java.util.ArrayList list)Process a portion of a find request for hopcount information.protected voidJobManager. processParentHashSet(java.lang.Long jobID, java.util.HashMap resultHash, java.util.ArrayList list)Helper method: look up rows affected by a restoreRecords operation.booleanHopCount. processQueue(java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod)Process a stage of the propagation queue for a job.protected voidJobQueue. processRemainingDocuments(java.util.Map idMap, java.lang.Long jobID, java.util.ArrayList list, java.util.Map inSet)Process the specified set of documents.protected voidJobManager. queueAllExisting(java.lang.Long jobID, java.lang.String[] legalLinkTypes)Queue all existing.voidJobQueue. queueAllExisting(java.lang.Long jobID)For ADD_CHANGE_DELETE jobs where the specifications have been changed, we must reconsider every existing document.protected HopCount.DocumentNode[]HopCount.DocumentHash. queueQuestions(HopCount.Question[] questions)Queue up a set of questions.voidJobQueue. reactivateHopcountRemovedRecords(java.lang.Long jobID)Flip all records for a job that have status HOPCOUNTREMOVED back to PENDING.protected HopCount.DocumentNode[]HopCount. readCachedNodes(java.lang.Long jobID, HopCount.Question[] unansweredQuestions)Find the cached distance from a set of identifiers to the root.java.util.MapHopFilterManager. readRows(java.lang.Long id)Read rows for a given owner id.ScheduleRecord[][]Jobs. readScheduleRecords(java.lang.Long[] jobIDs)Read schedule records for a specified set of jobs.booleanCarrydown. recordCarrydownData(java.lang.Long jobID, java.lang.String parentDocumentIDHash, java.lang.String childDocumentIDHash, java.lang.String[] documentDataNames, java.lang.String[][] documentDataValueHashes, java.lang.Object[][] documentDataValues, java.lang.String processID)Add carrydown data for a given parent/child pair.boolean[]Carrydown. recordCarrydownDataMultiple(java.lang.Long jobID, java.lang.String parentDocumentIDHash, java.lang.String[] childDocumentIDHashes, java.lang.String[][] dataNames, java.lang.String[][][] dataValueHashes, java.lang.Object[][][] dataValues, java.lang.String processID)Add carrydown data to the table.booleanHopCount. recordReference(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String sourceDocumentIDHash, java.lang.String targetDocumentIDHash, java.lang.String linkType, int hopcountMethod, java.lang.String processID)Record a reference from source to target.boolean[]HopCount. recordReferences(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String sourceDocumentIDHash, java.lang.String[] targetDocumentIDHashes, java.lang.String linkType, int hopcountMethod, java.lang.String processID)Record a set of references from source to target.java.lang.String[]IntrinsicLink. recordReferences(java.lang.Long jobID, java.lang.String sourceDocumentIDHash, java.lang.String[] targetDocumentIDHashes, java.lang.String linkType, java.lang.String processID)Record a references from source to targets.voidHopCount. recordSeedReferences(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] targetDocumentIDHashes, int hopcountMethod, java.lang.String processID)Record references from a set of documents to the root.voidIntrinsicLink. removeDocumentLinks(java.lang.Long jobID, java.lang.String[] documentIDHashes)Remove all links that mention a specific set of documents.voidIntrinsicLink. removeDocumentLinks(java.lang.Long jobID, java.lang.String joinTableName, java.lang.String joinTableIDColumn, java.lang.String joinTableJobColumn, java.lang.String joinTableCriteria, java.util.ArrayList joinTableParams)Remove all links that mention a specific set of documents, as described by a join.voidJobManager. removeJob(java.lang.Long jobID)Remove a job, from the notification state.voidIntrinsicLink. removeLinks(java.lang.Long jobID, java.lang.String commonNewExpression, java.util.ArrayList commonNewParams, java.lang.String[] sourceDocumentIDHashes)Remove all target links of the specified source documents that are not marked as "new" or "existing", and return the others to their base state.voidHopDeleteDeps. removeMarkedRows(java.lang.String parentTable, java.lang.String parentIDHashField, java.lang.String query, java.util.ArrayList queryList)Remove rows that correspond to specific hopcount records.voidJobManager. requeueDocument(DocumentDescription documentDescription, java.lang.Long executeTime, int action)Requeue a document for further processing in the future.voidJobManager. requeueDocumentMultiple(DocumentDescription[] documentDescriptions, java.lang.Long[] executeTimes, int[] actions)Requeue a document for further processing in the future.voidJobManager. resetCleaningDocument(DocumentDescription documentDescription, long checkTime)Reset a cleaning document back to its former state.voidJobManager. resetCleaningDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of cleaning documents for further processing in the future.voidJobManager. resetDeleteNotifyJob(java.lang.Long jobID)Reset a job that is delete notifying back to "ready for delete notify" state.voidJobManager. resetDeleteStartupWorkerStatus(java.lang.String processID)Reset as part of restoring delete startup threads.voidJobs. resetDeleteStartupWorkerStatus(java.lang.String processID)Reset delete startup worker thread status.voidJobManager. resetDeletingDocument(DocumentDescription documentDescription, long checkTime)Reset a deleting document back to its former state.voidJobManager. resetDeletingDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of deleting documents for further processing in the future.voidJobManager. resetDocCleanupWorkerStatus(java.lang.String processID)Reset as part of restoring doc cleanup threads.voidJobQueue. resetDocCleanupWorkerStatus(java.lang.String processID)Reset doc cleaning worker status.voidJobManager. resetDocDeleteWorkerStatus(java.lang.String processID)Reset as part of restoring doc delete threads.voidJobQueue. resetDocDeleteWorkerStatus(java.lang.String processID)Reset doc delete worker status.voidJobManager. resetDocument(DocumentDescription documentDescription, long executeTime, int action, long failTime, int failCount)Reset an active document back to its former state.voidJobManager. resetDocumentMultiple(DocumentDescription[] documentDescriptions, long executeTime, int action, long failTime, int failCount)Reset a set of documents for further processing in the future.voidJobManager. resetDocumentWorkerStatus(java.lang.String processID)Reset as part of restoring document worker threads.voidJobQueue. resetDocumentWorkerStatus(java.lang.String processID)Reset as part of restoring document worker threads.voidJobManager. resetJobs(long currentTime, java.util.List<IJobDescription> resetJobs)Reset eligible jobs either back to the "inactive" state, or make them active again.voidJobManager. resetJobSchedule(java.lang.Long jobID)Reset job schedule.voidJobManager. resetNotificationWorkerStatus(java.lang.String processID)Reset as part of restoring notification threads.voidJobs. resetNotificationWorkerStatus(java.lang.String processID)Reset notification worker thread status.voidJobManager. resetNotifyJob(java.lang.Long jobID)Reset a job that is notifying back to "ready for notify" state.voidJobQueue. resetPendingDocumentSchedules(java.lang.Long jobID)Reset schedule for all PENDINGPURGATORY entries.voidJobManager. resetSeedingWorkerStatus(java.lang.String processID)Reset as part of restoring seeding threads.voidJobs. resetSeedingWorkerStatus(java.lang.String processID)Reset as part of restoring seeding worker threads.voidJobManager. resetSeedJob(java.lang.Long jobID)Reset a seeding job back to "active" state.voidJobManager. resetStartDeleteJob(java.lang.Long jobID)Reset a job starting for delete back to "ready for delete" state.voidJobManager. resetStartupJob(java.lang.Long jobID)Reset a starting job back to "ready for startup" state.voidJobManager. resetStartupWorkerStatus(java.lang.String processID)Reset as part of restoring startup threads.voidJobs. resetStartupWorkerStatus(java.lang.String processID)Reset startup worker thread status.voidCarrydown. restart()Clean up after all process IDs.voidCarrydown. restart(java.lang.String processID)Reset, at startup time.voidEventManager. restart()Clean up after all processIDs.voidEventManager. restart(java.lang.String processID)Prepare for restart.voidHopCount. restart()Clean up after all process IDs.voidHopCount. restart(java.lang.String processID)Reset, at startup time.voidIntrinsicLink. restart()Clean up after all process IDsvoidIntrinsicLink. restart(java.lang.String processID)Reset, at startup time.voidJobQueue. restart()Cleanup after all processIDs.voidJobQueue. restart(java.lang.String processID)Restart.voidJobs. restart()Clean up after all process IDs.voidJobs. restart(java.lang.String processID)This method is called on a restart.voidCarrydown. restartCluster()Reset, at startup time, entire clustervoidEventManager. restartCluster()Restart cluster.voidHopCount. restartCluster()Restart entire cluster.voidIntrinsicLink. restartCluster()voidJobQueue. restartCluster()Restart for entire cluster.voidJobs. restartCluster()voidJobManager. restartJob(java.lang.Long jobID)Restart a paused job.voidJobs. restartJob(java.lang.Long jobID)Restart a job.voidIntrinsicLink. restoreLinks(java.lang.Long jobID, java.lang.String[] sourceDocumentIDHashes)Return all target links of the specified source documents to their base state.voidCarrydown. restoreRecords(java.lang.Long jobID, java.lang.String[] parentDocumentIDHashes)Return all records belonging to the specified parent documents to the base state, and delete the old (eliminated) child records.java.lang.String[]JobManager. retrieveParentData(java.lang.Long jobID, java.lang.String docIDHash, java.lang.String dataName)Retrieve specific parent data for a given document.CharacterInput[]JobManager. retrieveParentDataAsFiles(java.lang.Long jobID, java.lang.String docIDHash, java.lang.String dataName)Retrieve specific parent data for a given document.voidJobManager. retryDeleteNotification(JobNotifyRecord jnr, long failTime, int failCount)Retry delete notification.voidJobs. retryDeleteNotification(java.lang.Long jobID, long failTime, int failCount)Retry delete notification.voidJobManager. retryNotification(JobNotifyRecord jnr, long failTime, int failCount)Retry notification.voidJobs. retryNotification(java.lang.Long jobID, long failTime, int failCount)Retry notification.voidJobManager. retrySeeding(JobSeedingRecord jsr, long failTime, int failCount)Retry seeding.voidJobs. retrySeeding(java.lang.Long jobID, long failTime, int failCount)Retry seeding.voidJobManager. retryStartup(JobStartRecord jsr, long failTime, int failCount)Retry startup.voidJobs. retryStartup(java.lang.Long jobID, boolean requestMinimum, long failTime, int failCount)Retry startup.voidJobs. returnJobToActive(java.lang.Long jobID)Put job back into active state, from the shutting-down state.voidJobManager. revertDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] parentIdentifierHashes)Undo the addition of child documents to the queue, for a set of documents.voidIntrinsicLink. revertLinks(java.lang.Long jobID, java.lang.String[] sourceDocumentIDHashes)Throw away links added during (aborted) processing.voidHopCount. revertParents(java.lang.Long jobID, java.lang.String[] sourceDocumentHashes)Revert newly-added links, because of a possibly incomplete document processing phase.voidCarrydown. revertRecords(java.lang.Long jobID, java.lang.String[] parentDocumentIDHashes)Revert all records belonging to the specified parent documents to their original, pre-modified, state.voidJobManager. save(IJobDescription jobDescription)Save a job.voidJobs. save(IJobDescription jobDescription)Save a job description.static java.lang.StringJobQueue. seedstatusToString(int status)Convert seedstatus value to a string.voidJobQueue. setCleaningStatus(java.lang.Long id, java.lang.String processID)Set the status of a document to "being cleaned".voidJobQueue. setDeletingStatus(java.lang.Long id, java.lang.String processID)Set the status of a document to "being deleted".voidJobQueue. setRequeuedStatus(java.lang.Long id, java.lang.Long checkTime, int action, long failTime, int failCount)Set the status on a record, including check time and priority.voidJobQueue. setUncleaningStatus(java.lang.Long id, long checkTime)Set the status of a document to be "no longer cleaning"voidJobQueue. setUndeletingStatus(java.lang.Long id, long checkTime)Set the status of a document to be "no longer deleting"protected voidJobManager. sleepFor(long amt)voidJobs. startJob(java.lang.Long jobID, java.lang.Long windowEnd, boolean requestMinimum)Write job status and window end, and clear the endtime field.voidJobManager. startJobs(long currentTime, java.util.List<java.lang.Long> unwaitList)Start all jobs in need of starting.static java.lang.StringJobs. startMethodToString(int startMethod)Get from start method to string.static java.lang.StringJobQueue. statusToString(int status)Convert status to string.static java.lang.StringJobs. statusToString(int status)Go from status to string.static intJobQueue. stringToAction(java.lang.String value)Convert action field value to integer.static intJobs. stringToAssessmentState(java.lang.String value)Go from string to assessment state.static EnumeratedValuesJobs. stringToEnumeratedValue(java.lang.String value)Go from string to enumerated value.static EnumeratedValuesScheduleManager. stringToEnumeratedValue(java.lang.String value)Go from string to enumerated value.static intJobs. stringToHopcountMode(java.lang.String value)Go from string to hopcount mode.static intHopCount. stringToMark(java.lang.String value)Go from string to mark.static intJobQueue. stringToNeedPriority(java.lang.String value)Convert need priority value to boolean.static booleanScheduleManager. stringToRequestMinimumValue(java.lang.String requestMinimum)static intJobQueue. stringToSeedstatus(java.lang.String x)Convert seedstatus field value to a boolean.static intJobs. stringToStartMethod(java.lang.String value)Go from string to start method.static intJobQueue. stringToStatus(java.lang.String value)Convert status field value to integer.static intJobs. stringToStatus(java.lang.String value)Go from string to status.static intJobs. stringToType(java.lang.String value)Go from string to type.static java.lang.StringJobs. typeToString(int type)Go from type to string.voidJobQueue. unconditionallyAnalyzeTables()Analyze job tables due to major eventvoidJobs. unwaitJob(java.lang.Long jobID, int newStatus, java.lang.Long windowEnd)Cause job that is in "wait" state to become un-waited.voidJobQueue. updateActiveRecord(java.lang.Long id, int currentStatus, java.lang.String processID)Set the status to active on a record, leaving alone priority or check time.voidJobQueue. updateCompletedRecord(java.lang.Long recID, int currentStatus)Set the "completed" status for a record.voidJobQueue. updateExistingRecord(java.lang.Long recordID, int currentStatus, java.lang.Long checkTimeValue, long desiredExecuteTime, boolean otherChangesSeen, IPriorityCalculator desiredPriority, java.lang.String[] prereqEvents)Update an existing record (as the result of a reference add).voidJobQueue. updateExistingRecordInitial(java.lang.Long recordID, int currentStatus, java.lang.Long checkTimeValue, long desiredExecuteTime, IPriorityCalculator desiredPriority, java.lang.String[] prereqEvents, java.lang.String processID)Update an existing record (as the result of an initial add).voidJobs. updateLastTime(java.lang.Long jobID, long currentTime)Update a job's last-time field.booleanJobQueue. updateOrHopcountRemoveRecord(java.lang.Long recID, int currentStatus)Either mark a record as hopcountremoved, or set status to "rescan", depending on the record's state.protected voidJobQueue. updateRemainingDocuments(java.util.ArrayList list, java.lang.String processID)Update the specified set of documents to be "NEWSEED"voidJobs. waitJob(java.lang.Long jobID, int newStatus)Cause job that is in active or paused state to become waited.voidJobManager. waitJobs(long currentTime, java.util.List<java.lang.Long> waitList)Put active or paused jobs in wait state, if they've exceeded their window.protected voidHopCount. writeCachedDistance(java.lang.Long jobID, java.lang.String[] legalLinkTypes, HopCount.DocumentNode dn, int hopcountMethod)Write a distance into the cache.voidHopDeleteDeps. writeDependency(java.lang.Long ownerID, java.lang.Long jobID, DeleteDependency dd)Write a delete dependency.voidJobQueue. writeDocPriority(java.lang.Long rowID, IPriorityCalculator priority)Write out a document priorityvoidJobManager. writeDocumentPriorities(DocumentDescription[] documentDescriptions, IPriorityCalculator[] priorities)Save a set of document priorities.voidPipelineManager. writeOutputStage(java.lang.Long ownerID, java.lang.String outputConnectionName, java.lang.String outputSpecification)Write an output stage (part of the upgrade code).voidJobs. writePermanentStatus(java.lang.Long jobID, int status)Update a job's status.voidJobs. writePermanentStatus(java.lang.Long jobID, int status, boolean clearFailTime)Update a job's status.voidJobs. writePermanentStatus(java.lang.Long jobID, int status, java.lang.Long reseedTime)Update a job's status, and its reseed time.voidJobs. writePermanentStatus(java.lang.Long jobID, int status, java.lang.Long reseedTime, boolean clearFailTime)Update a job's status, and its reseed time.voidHopFilterManager. writeRows(java.lang.Long ownerID, IJobDescription list)Write a filter list into the database.voidNotificationManager. writeRows(java.lang.Long ownerID, IJobDescription job)Write a pipeline list into the database.voidPipelineManager. writeRows(java.lang.Long ownerID, IJobDescription job)Write a pipeline list into the database.voidScheduleManager. writeRows(java.lang.Long ownerID, IJobDescription list)Write a schedule list into the database.protected voidJobs. writeStatus(java.lang.Long jobID, int status, java.lang.Long reseedTime, java.lang.String processID, boolean clearFailTime)Update a job's status, and its reseed time.protected voidJobs. writeStatus(java.lang.Long jobID, int status, java.lang.String processID, boolean clearFailTime)Update a job's status.voidJobs. writeTransientStatus(java.lang.Long jobID, int status, java.lang.Long reseedTime, java.lang.String processID)Update a job's status, and its reseed time.voidJobs. writeTransientStatus(java.lang.Long jobID, int status, java.lang.String processID)Update a job's status.Constructors in org.apache.manifoldcf.crawler.jobs that throw ManifoldCFException Constructor Description Carrydown(IDBInterface database)Constructor.EventManager(IDBInterface database)Constructor.HopCount(IThreadContext tc, IDBInterface database)Constructor.HopDeleteDeps(IDBInterface database)Constructor.HopFilterManager(IThreadContext threadContext, IDBInterface database)Constructor.IntrinsicLink(IDBInterface database)Constructor.JobManager(IThreadContext threadContext, IDBInterface database)Constructor.JobQueue(IThreadContext tc, IDBInterface database)Constructor.Jobs(IThreadContext threadContext, IDBInterface database)Constructor.NotificationManager(IThreadContext threadContext, IDBInterface database)Constructor.PipelineManager(IThreadContext threadContext, IDBInterface database)Constructor.PrereqEventManager(IDBInterface database)Constructor.ScheduleManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.notification
Methods in org.apache.manifoldcf.crawler.notification that throw ManifoldCFException Modifier and Type Method Description booleanNotificationConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.INotificationConnectionNotificationConnectionManager. create()Create a new notification connection object.java.lang.Object[]NotificationConnectionManager.NotificationConnectionExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidNotificationConnectionManager. deinstall()Uninstall the manager.voidNotificationConnectionManager. delete(java.lang.String name)Delete a notification connection.voidNotificationConnectionManager.NotificationConnectionExecutor. execute()Perform the desired operation.voidNotificationConnectionManager.NotificationConnectionExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidNotificationConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationjava.lang.String[]NotificationConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of notification connections that share the same connector.INotificationConnection[]NotificationConnectionManager. getAllConnections()Obtain a list of the notification connections, ordered by name.protected voidNotificationConnectionManager. getNotificationConnectionsChunk(NotificationConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of notification connections.protected NotificationConnection[]NotificationConnectionManager. getNotificationConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple notification connections at a single time.voidNotificationConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidNotificationConnectionManager. install()Install the manager.INotificationConnectionNotificationConnectionManager. load(java.lang.String name)Load a notification connection by name.INotificationConnection[]NotificationConnectionManager. loadMultiple(java.lang.String[] names)Load multiple notification connections by name.protected intNotificationConnectionManager. loadMultipleInternal(INotificationConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)booleanNotificationConnectionManager. save(INotificationConnection object)Save a notification connection object.Constructors in org.apache.manifoldcf.crawler.notification that throw ManifoldCFException Constructor Description NotificationConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.notificationconnectorpool
Methods in org.apache.manifoldcf.crawler.notificationconnectorpool that throw ManifoldCFException Modifier and Type Method Description voidNotificationConnectorPool. closeAllConnectors()Clean up all open repository connector handles.voidNotificationConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.INotificationConnectorNotificationConnectorPool. grab(INotificationConnection notificationConnection)Get a notification connector.INotificationConnector[]NotificationConnectorPool. grabMultiple(java.lang.String[] orderingKeys, INotificationConnection[] notificationConnections)Get multiple notification connectors, all at once.INotificationConnector[]NotificationConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanNotificationConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanNotificationConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)voidNotificationConnectorPool. pollAllConnectors()Idle notification for inactive repository connector handles.voidNotificationConnectorPool. release(INotificationConnection connection, INotificationConnector connector)Release a notification connector.voidNotificationConnectorPool. releaseMultiple(INotificationConnection[] connections, INotificationConnector[] connectors)Release multiple notification connectors.Constructors in org.apache.manifoldcf.crawler.notificationconnectorpool that throw ManifoldCFException Constructor Description NotificationConnectorPool(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.notificationconnmgr
Methods in org.apache.manifoldcf.crawler.notificationconnmgr that throw ManifoldCFException Modifier and Type Method Description voidNotificationConnectorManager. deinstall()Uninstall.IResultSetNotificationConnectorManager. getConnectors()Get ordered list of connectors.java.lang.StringNotificationConnectorManager. getDescription(java.lang.String className)Get a description given a class name.voidNotificationConnectorManager. install()Install or upgrade.booleanNotificationConnectorManager. isInstalled(java.lang.String className)Check if a particular connector is installed or not.voidNotificationConnectorManager. registerConnector(java.lang.String description, java.lang.String className)Register a new connector.voidNotificationConnectorManager. removeConnector(java.lang.String className)Remove a connector.voidNotificationConnectorManager. unregisterConnector(java.lang.String className)Unregister a connector.Constructors in org.apache.manifoldcf.crawler.notificationconnmgr that throw ManifoldCFException Constructor Description NotificationConnectorManager(IThreadContext threadContext, IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.notifications
Methods in org.apache.manifoldcf.crawler.notifications that throw ManifoldCFException Modifier and Type Method Description voidBaseNotificationConnector. notifyOfJobEnd(Specification spec)Notify of job end.voidBaseNotificationConnector. notifyOfJobStop(Specification spec)Notify of job stop.voidBaseNotificationConnector. notifyOfJobStopErrorAbort(Specification spec)Notify of job stop due to error abort.voidBaseNotificationConnector. notifyOfJobStopManualAbort(Specification spec)Notify of job stop due to manual abort.voidBaseNotificationConnector. notifyOfJobStopManualPause(Specification spec)Notify of job stop due to manual pause.voidBaseNotificationConnector. notifyOfJobStopRestart(Specification spec)Notify of job stop due to restart.voidBaseNotificationConnector. notifyOfJobStopSchedulePause(Specification spec)Notify of job stop due to schedule pause.voidBaseNotificationConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseNotificationConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.java.lang.StringBaseNotificationConnector. processSpecificationPost(IPostParameters variableContext, java.util.Locale locale, Specification ds, int connectionSequenceNumber)Process a specification post.booleanBaseNotificationConnector. requestInfo(Configuration output, java.lang.String command)Request arbitrary connector information.voidBaseNotificationConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.repository
Methods in org.apache.manifoldcf.crawler.repository that throw ManifoldCFException Modifier and Type Method Description java.lang.LongRepositoryHistoryManager. addRow(java.lang.String connectionName, long startTime, long endTime, long dataSize, java.lang.String activityType, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription)Add row to table, and reanalyze if necessary.booleanRepositoryConnectionManager. checkConnectorExists(java.lang.String name)Check if underlying connector exists.voidRepositoryConnectionManager. cleanUpHistoryData(long timeCutoff)Delete history rows older than a specified timestamp.voidRepositoryConnectionManager. cleanUpHistoryData(java.lang.String connectionName)Delete history rows related to a specific connection, upon user request.longRepositoryConnectionManager. countHistoryRows(java.lang.String connectionName, FilterCriteria criteria)Count the number of rows specified by a given set of criteria.longRepositoryHistoryManager. countHistoryRows(java.lang.String connectionName, FilterCriteria criteria)Count the number of rows specified by a given set of criteria.IRepositoryConnectionRepositoryConnectionManager. create()Create a new repository connection object.java.lang.Object[]RepositoryConnectionManager.RepositoryConnectionExecutor. create(ICacheDescription[] objectDescriptions)Create a set of new objects to operate on and cache.voidRepositoryConnectionManager. deinstall()Uninstall the manager.voidRepositoryHistoryManager. deinstall()Uninstall the table.voidThrottleSpecManager. deinstall()Uninstall.voidRepositoryConnectionManager. delete(java.lang.String name)Delete a repository connection.voidRepositoryHistoryManager. deleteOldRows(long timeCutoff)Delete records older than a specified time.voidRepositoryHistoryManager. deleteOwner(java.lang.String owner)Delete all records associated with given owner.voidThrottleSpecManager. deleteRows(java.lang.String owner)Delete rows.voidRepositoryConnectionManager.RepositoryConnectionExecutor. execute()Perform the desired operation.voidRepositoryConnectionManager.RepositoryConnectionExecutor. exists(ICacheDescription objectDescription, java.lang.Object cachedObject)Notify the implementing class of the existence of a cached version of the object.voidRepositoryConnectionManager. exportConfiguration(java.io.OutputStream os)Export configurationjava.lang.String[]RepositoryConnectionManager. findConnectionsForConnector(java.lang.String className)Get a list of repository connections that share the same connector.IResultSetRepositoryConnectionManager. genHistoryActivityCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, activity count, and identifier bucket, given a time slice (interval) size.IResultSetRepositoryConnectionManager. genHistoryByteCount(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Generate a report, listing the start time, bytes processed, and identifier bucket, given a time slice (interval) size.IResultSetRepositoryConnectionManager. genHistoryResultCodes(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, BucketDescription resultCodeBucket, BucketDescription idBucket, int startRow, int maxRowCount)Generate a report, listing the result bucket and identifier bucket.IResultSetRepositoryConnectionManager. genHistorySimple(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, int startRow, int maxRowCount)Generate a report, listing the start time, elapsed time, result code and description, number of bytes, and entity identifier.IRepositoryConnection[]RepositoryConnectionManager. getAllConnections()Obtain a list of the repository connections, ordered by name.longRepositoryConnectionManager. getMaxRows()Get the maximum number of rows a window-based report can work with.longRepositoryHistoryManager. getMaxRows()Get the maximum number of rows a window-based report can work with.protected voidRepositoryConnectionManager. getRepositoryConnectionsChunk(RepositoryConnection[] rval, java.util.Map returnIndex, java.util.ArrayList params)Read a chunk of repository connections.protected RepositoryConnection[]RepositoryConnectionManager. getRepositoryConnectionsMultiple(java.lang.String[] connectionNames)Fetch multiple repository connections at a single time.voidThrottleSpecManager. getRows(IRepositoryConnection[] connections, java.util.Map indexMap, java.util.ArrayList ownerNameParams)Fill in a set of throttles corresponding to a set of connection names.voidRepositoryConnectionManager. importConfiguration(java.io.InputStream is)Import configurationvoidRepositoryConnectionManager. install()Install the manager.voidRepositoryHistoryManager. install(java.lang.String parentTable, java.lang.String parentField)Install or upgrade the table.voidThrottleSpecManager. install(java.lang.String ownerTable, java.lang.String owningTablePrimaryKey)Install or upgrade.booleanRepositoryConnectionManager. isGroupReferenced(java.lang.String groupName)Return true if the specified authority name is referenced.IRepositoryConnectionRepositoryConnectionManager. load(java.lang.String name)Load a repository connection by name.IRepositoryConnection[]RepositoryConnectionManager. loadMultiple(java.lang.String[] names)Load multiple repository connections by name.protected intRepositoryConnectionManager. loadMultipleInternal(IRepositoryConnection[] rval, int outputIndex, java.lang.String[] fetchNames, int inputIndex, int length)IResultSetRepositoryHistoryManager. maxActivityCountReport(java.lang.String connectionName, FilterCriteria filterCriteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Get a bucketed history, with sliding window, of maximum activity level.IResultSetRepositoryHistoryManager. maxByteCountReport(java.lang.String connectionName, FilterCriteria filterCriteria, SortOrder sort, BucketDescription idBucket, long interval, int startRow, int maxRowCount)Get a bucketed history, with sliding window, of maximum byte count.IResultSetThrottleSpecManager. readRows(java.lang.String name)Read rows for a given owner name.voidRepositoryConnectionManager. recordHistory(java.lang.String connectionName, java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription, java.lang.String[] childIdentifiers)Record time-stamped information about the activity of the connection.IResultSetRepositoryHistoryManager. resultCodesReport(java.lang.String connectionName, FilterCriteria filterCriteria, SortOrder sort, BucketDescription resultCodeBucket, BucketDescription idBucket, int startRow, int maxRowCount)Get a bucketed history of different result code/identifier combinations.booleanRepositoryConnectionManager. save(IRepositoryConnection object)Save a repository connection object.IResultSetRepositoryHistoryManager. simpleReport(java.lang.String connectionName, FilterCriteria criteria, SortOrder sort, int startRow, int maxRowCount)Get a simple history, based on the passed-in filtering criteria and sort order.voidThrottleSpecManager. writeRows(java.lang.String owner, IRepositoryConnection connection)Write a throttle spec into the database.Constructors in org.apache.manifoldcf.crawler.repository that throw ManifoldCFException Constructor Description RepositoryConnectionManager(IThreadContext threadContext, IDBInterface database)Constructor.RepositoryHistoryManager(IThreadContext tc, IDBInterface database)Constructor.ThrottleSpecManager(IDBInterface database)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.repositoryconnectorpool
Methods in org.apache.manifoldcf.crawler.repositoryconnectorpool that throw ManifoldCFException Modifier and Type Method Description voidRepositoryConnectorPool. closeAllConnectors()Clean up all open repository connector handles.voidRepositoryConnectorPool. flushUnusedConnectors()Flush only those connector handles that are currently unused.IRepositoryConnectorRepositoryConnectorPool. grab(IRepositoryConnection repositoryConnection)Get a repository connector.IRepositoryConnector[]RepositoryConnectorPool. grabMultiple(java.lang.String[] orderingKeys, IRepositoryConnection[] repositoryConnections)Get multiple repository connectors, all at once.IRepositoryConnector[]RepositoryConnectorPool.LocalPool. grabMultiple(IThreadContext tc, java.lang.String[] orderingKeys, java.lang.String[] connectionNames, java.lang.String[] classNames, ConfigParams[] configInfos, int[] maxPoolSizes)protected booleanRepositoryConnectorPool.LocalPool. isConnectionNameValid(IThreadContext tc, java.lang.String connectionName)protected booleanRepositoryConnectorPool.LocalPool. isInstalled(IThreadContext tc, java.lang.String className)voidRepositoryConnectorPool. pollAllConnectors()Idle notification for inactive repository connector handles.voidRepositoryConnectorPool. release(IRepositoryConnection connection, IRepositoryConnector connector)Release a repository connector.voidRepositoryConnectorPool. releaseMultiple(IRepositoryConnection[] connections, IRepositoryConnector[] connectors)Release multiple repository connectors.Constructors in org.apache.manifoldcf.crawler.repositoryconnectorpool that throw ManifoldCFException Constructor Description RepositoryConnectorPool(IThreadContext threadContext)Constructor -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.reprioritizationtracker
Methods in org.apache.manifoldcf.crawler.reprioritizationtracker that throw ManifoldCFException Modifier and Type Method Description voidReprioritizationTracker. assessMinimumDepth(java.lang.Double[] binNamesSet)Assess the current minimum depth.voidReprioritizationTracker. doneReprioritization(java.lang.String reproID)Complete a reprioritization activity.doubleReprioritizationTracker. getIncrementBinValue(java.lang.String connectorClass, java.lang.String binName, double weightedMinimumDepth)Get a bin value.doubleReprioritizationTracker. getMinimumDepth()Retrieve current minimum depth.java.lang.StringReprioritizationTracker. isSpecifiedProcessReprioritizing(java.lang.String processID)Check if the specified processID is the one performing reprioritization.voidReprioritizationTracker. preloadBinValues()Preload bin values.protected doubleReprioritizationTracker. readMinimumDepth()Read minimum depth.protected java.lang.StringReprioritizationTracker. readProcessID()Read process ID.protected java.lang.StringReprioritizationTracker. readReproID()Read repriotization ID.voidReprioritizationTracker. startReprioritization(java.lang.String processID, java.lang.String reproID)Start a reprioritization activity.protected voidReprioritizationTracker. writeMinimumDepth(double depth)Write minimum depth.protected voidReprioritizationTracker. writeProcessID(java.lang.String processID)Write process ID.protected voidReprioritizationTracker. writeReproID(java.lang.String reproID)Write repro ID.Constructors in org.apache.manifoldcf.crawler.reprioritizationtracker that throw ManifoldCFException Constructor Description ReprioritizationTracker(IThreadContext threadContext)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system that throw ManifoldCFException Modifier and Type Method Description voidWorkerThread.ProcessActivity. addDocumentReference(java.lang.String localIdentifier)Add a document description to the current job's queue.voidWorkerThread.ProcessActivity. addDocumentReference(java.lang.String localIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType)Add a document description to the current job's queue.voidWorkerThread.ProcessActivity. addDocumentReference(java.lang.String localIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType, java.lang.String[] dataNames, java.lang.Object[][] dataValues)Add a document description to the current job's queue.voidWorkerThread.ProcessActivity. addDocumentReference(java.lang.String localIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType, java.lang.String[] dataNames, java.lang.Object[][] dataValues, java.lang.Long originationTime)Add a document description to the current job's queue.voidWorkerThread.ProcessActivity. addDocumentReference(java.lang.String localIdentifier, java.lang.String parentIdentifier, java.lang.String relationshipType, java.lang.String[] dataNames, java.lang.Object[][] dataValues, java.lang.Long originationTime, java.lang.String[] prereqEventNames)Add a document description to the current job's queue.voidSeedingActivity. addSeedDocument(java.lang.String documentIdentifier)Record a "seed" document identifier.voidSeedingActivity. addSeedDocument(java.lang.String documentIdentifier, java.lang.String[] prereqEventNames)Record a "seed" document identifier.protected static voidManifoldCF. addStage(java.lang.String stageName, java.util.List<java.lang.String> orderedStageNames, java.util.Set<java.lang.String> keysSeen, java.util.Map<java.lang.String,ManifoldCF.PipelineStage> pipelineStages)voidSeedingActivity. addUnqueuedSeedDocument(java.lang.String documentIdentifier)This method receives document identifiers that should be considered part of the seeds, but do not need to be queued for processing at this time.protected static intManifoldCF. apiDeleteAuthorityConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete authority connection.protected static intManifoldCF. apiDeleteAuthorityGroup(IThreadContext tc, Configuration output, java.lang.String groupName, IAuthorizer authorizer)Delete authority group.protected static intManifoldCF. apiDeleteJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Delete a job.protected static intManifoldCF. apiDeleteMappingConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete mapping connection.protected static intManifoldCF. apiDeleteNotificationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete notification connection.protected static intManifoldCF. apiDeleteOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete output connection.protected static intManifoldCF. apiDeleteRepositoryConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete repository connection.protected static intManifoldCF. apiDeleteTransformationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Delete transformation connection.protected static intManifoldCF. apiPostJob(IThreadContext tc, Configuration output, Configuration input, IAuthorizer authorizer)Post job.protected static intManifoldCF. apiReadAuthorityConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read authority connectionprotected static intManifoldCF. apiReadAuthorityConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get authority connectionsprotected static intManifoldCF. apiReadAuthorityConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read an authority connection statusprotected static intManifoldCF. apiReadAuthorityConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List authority connectorsprotected static intManifoldCF. apiReadAuthorityGroup(IThreadContext tc, Configuration output, java.lang.String groupName, IAuthorizer authorizer)Read authority groupprotected static intManifoldCF. apiReadAuthorityGroups(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get authority groupsprotected static intManifoldCF. apiReadAuthorizationDomains(IThreadContext tc, Configuration output, IAuthorizer authorizer)List authorization domainsprotected static intManifoldCF. apiReadJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Read a jobprotected static intManifoldCF. apiReadJobs(IThreadContext tc, Configuration output, IAuthorizer authorizer)Read jobsprotected static intManifoldCF. apiReadJobStatus(IThreadContext tc, Configuration output, java.lang.Long jobID, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Get api job statusprotected static intManifoldCF. apiReadJobStatuses(IThreadContext tc, Configuration output, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Get api job statusesprotected static intManifoldCF. apiReadJobStatusesNoCounts(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get api job statusesprotected static intManifoldCF. apiReadJobStatusNoCounts(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Get api job status with no countsprotected static intManifoldCF. apiReadMappingConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read mapping connectionprotected static intManifoldCF. apiReadMappingConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get mapping connectionsprotected static intManifoldCF. apiReadMappingConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a mapping connection statusprotected static intManifoldCF. apiReadMappingConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List mapping connectorsprotected static intManifoldCF. apiReadNotificationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read notification connectionprotected static intManifoldCF. apiReadNotificationConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read a notification connection's infoprotected static intManifoldCF. apiReadNotificationConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get notification connectionsprotected static intManifoldCF. apiReadNotificationConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a notification connection statusprotected static intManifoldCF. apiReadNotificationConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List notification connectorsprotected static intManifoldCF. apiReadOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read output connectionprotected static intManifoldCF. apiReadOutputConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read an output connection's infoprotected static intManifoldCF. apiReadOutputConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get output connectionsprotected static intManifoldCF. apiReadOutputConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read an output connection statusprotected static intManifoldCF. apiReadOutputConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List output connectorsprotected static intManifoldCF. apiReadRepositoryConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read repository connectionprotected static intManifoldCF. apiReadRepositoryConnectionActivities(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read the activity list for a given connection name.protected static intManifoldCF. apiReadRepositoryConnectionHistory(IThreadContext tc, Configuration output, java.lang.String connectionName, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)History reportsprotected static intManifoldCF. apiReadRepositoryConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read a repository connection's infoprotected static intManifoldCF. apiReadRepositoryConnectionJobs(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Get jobs for connectionprotected static intManifoldCF. apiReadRepositoryConnectionQueue(IThreadContext tc, Configuration output, java.lang.String connectionName, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Queue reportsprotected static intManifoldCF. apiReadRepositoryConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get repository connectionsprotected static intManifoldCF. apiReadRepositoryConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a repository connection statusprotected static intManifoldCF. apiReadRepositoryConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List repository connectorsprotected static intManifoldCF. apiReadTransformationConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read transformation connectionprotected static intManifoldCF. apiReadTransformationConnectionInfo(IThreadContext tc, Configuration output, java.lang.String connectionName, java.lang.String command, IAuthorizer authorizer)Read a transformation connection's infoprotected static intManifoldCF. apiReadTransformationConnections(IThreadContext tc, Configuration output, IAuthorizer authorizer)Get transformation connectionsprotected static intManifoldCF. apiReadTransformationConnectionStatus(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Read a transformation connection statusprotected static intManifoldCF. apiReadTransformationConnectors(IThreadContext tc, Configuration output, IAuthorizer authorizer)List transformation connectorsprotected static intManifoldCF. apiWriteAbortJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Abort a job.protected static intManifoldCF. apiWriteAuthorityConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write authority connection.protected static intManifoldCF. apiWriteAuthorityGroup(IThreadContext tc, Configuration output, Configuration input, java.lang.String groupName, IAuthorizer authorizer)Write authority group.protected static intManifoldCF. apiWriteClearHistoryRepositoryConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Clear repository connection history.protected static intManifoldCF. apiWriteClearOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Clear output connection (remove all recorded documents).protected static intManifoldCF. apiWriteClearVersionsOutputConnection(IThreadContext tc, Configuration output, java.lang.String connectionName, IAuthorizer authorizer)Reset output connection (reset version of all recorded documents).protected static intManifoldCF. apiWriteJob(IThreadContext tc, Configuration output, Configuration input, java.lang.Long jobID, IAuthorizer authorizer)Write job.protected static intManifoldCF. apiWriteMappingConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write mapping connection.protected static intManifoldCF. apiWriteNotificationConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write notification connection.protected static intManifoldCF. apiWriteOutputConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write output connection.protected static intManifoldCF. apiWritePauseJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Pause a job.protected static intManifoldCF. apiWriteRepositoryConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write repository connection.protected static intManifoldCF. apiWriteReseedJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Reset incremental seeding for a job.protected static intManifoldCF. apiWriteRestartJob(IThreadContext tc, Configuration output, java.lang.Long jobID, boolean requestMinimum, IAuthorizer authorizer)Restart a job.protected static intManifoldCF. apiWriteResumeJob(IThreadContext tc, Configuration output, java.lang.Long jobID, IAuthorizer authorizer)Resume a job.protected static intManifoldCF. apiWriteStartJob(IThreadContext tc, Configuration output, java.lang.Long jobID, boolean requestMinimum, IAuthorizer authorizer)Start a job.protected static intManifoldCF. apiWriteTransformationConnection(IThreadContext tc, Configuration output, Configuration input, java.lang.String connectionName, IAuthorizer authorizer)Write transformation connection.booleanWorkerThread.ProcessActivity. beginEventSequence(java.lang.String eventName)Begin an event sequence.booleanWorkerThread.CheckActivity. checkDateIndexable(java.util.Date date)Detect if a date is acceptable downstream or not.booleanWorkerThread.ProcessActivity. checkDateIndexable(java.util.Date date)Detect if a date is indexable or not.booleanWorkerThread.CheckActivity. checkDocumentIndexable(java.io.File localFile)Pre-determine whether a document (passed here as a File object) is acceptable downstream.booleanWorkerThread.ProcessActivity. checkDocumentIndexable(java.io.File localFile)Check whether a document is indexable by the currently specified output connector.booleanWorkerThread.ProcessActivity. checkDocumentNeedsReindexing(java.lang.String documentIdentifier, java.lang.String newVersionString)Check if a document needs to be reindexed, based on a computed version string.booleanWorkerThread.ProcessActivity. checkDocumentNeedsReindexing(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String newVersionString)Check if a document needs to be reindexed, based on a computed version string.voidSeedingActivity. checkJobStillActive()Check whether current job is still active.voidWorkerThread.ProcessActivity. checkJobStillActive()Check whether current job is still active.booleanWorkerThread.CheckActivity. checkLengthIndexable(long length)Pre-determine whether a document's length is acceptable downstream.booleanWorkerThread.ProcessActivity. checkLengthIndexable(long length)Check whether a document of a specified length is indexable by the currently specified output connector.booleanWorkerThread.CheckActivity. checkMimeTypeIndexable(java.lang.String mimeType)Detect if a mime type is acceptable downstream or not.booleanWorkerThread.ProcessActivity. checkMimeTypeIndexable(java.lang.String mimeType)Check whether a mime type is indexable by the currently specified output connector.booleanWorkerThread.CheckActivity. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is acceptable downstream.booleanWorkerThread.ProcessActivity. checkURLIndexable(java.lang.String url)Pre-determine whether a document's URL is indexable by this connector.voidCrawlerAgent. cleanUp(IThreadContext threadContext)Tear down agent environment.voidCrawlerAgent. cleanUpAgentData(IThreadContext threadContext, java.lang.String currentProcessID, java.lang.String cleanupProcessID)Cleanup after agents process.voidCrawlerAgent. cleanUpAllAgentData(IThreadContext threadContext, java.lang.String currentProcessID)Cleanup after ALL agents processes.voidCrawlerAgent. clusterInit(IThreadContext threadContext)Called ONLY when no other active services of this kind are running.voidWorkerThread.ProcessActivity. completeEventSequence(java.lang.String eventName)Complete an event sequence.protected static java.lang.StringWorkerThread. computeComponentIDHash(java.lang.String componentIdentifier)protected static voidManifoldCF. createResultsetNode(Configuration output, IResultSet result, java.lang.String[] resultColumns)Add a resultset node to the output.static voidManifoldCF. createSystemDatabase(IThreadContext threadContext)Create system database using superuser properties from properties.xml.static java.lang.StringManifoldCF. decodeAPIPathElement(java.lang.String startingPathElement)Decode path element.voidCrawlerAgent. deinstall(IThreadContext threadContext)Uninstall agent.static voidManifoldCF. deinstallSystemTables(IThreadContext threadcontext)Uninstall all the crawler system tables.voidWorkerThread.ProcessActivity. deleteDocument(java.lang.String documentIdentifier)Delete the specified document from the search engine index, and from the status table.voidWorkerThread.DocumentReference. discard()Close all object data references.voidWorkerThread.ProcessActivity. discard()Clean up any dangling information, before abandoning this process activity objectprotected static voidJobResetThread. doEndNotifications(IJobDescription jobDescription, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)voidSeedingActivity. doneSeeding(boolean isPartial)Finish a seeding passprotected static voidJobResetThread. doStopNotifications(IJobDescription jobDescription, int notificationType, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)static intManifoldCF. executeDeleteCommand(IThreadContext tc, Configuration output, java.lang.String path, IAuthorizer authorizer)Execute specified delete command.static intManifoldCF. executePostCommand(IThreadContext tc, Configuration output, java.lang.String path, Configuration input, IAuthorizer authorizer)Execute specified post command.static intManifoldCF. executeReadCommand(IThreadContext tc, Configuration output, java.lang.String path, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters, IAuthorizer authorizer)Execute specified read command.static intManifoldCF. executeWriteCommand(IThreadContext tc, Configuration output, java.lang.String path, Configuration input, IAuthorizer authorizer)Execute specified write command.static voidManifoldCF. exportConfiguration(IThreadContext threadContext, java.lang.String exportFilename, java.lang.String passCode)Atomically export the crawler configurationvoidWorkerThread.ProcessActivity. flush()Flush the outstanding references into the database.static java.lang.String[]ManifoldCF. getActivitiesList(IThreadContext threadContext, java.lang.String connectionName)Get the activities list for a given repository connection.doublePriorityCalculator. getDocumentPriority()Calculate a document priority value.java.lang.StringWorkerThread.ExistingVersions. getIndexedVersionString(java.lang.String documentIdentifier)Retrieve an existing version string given a document identifier.java.lang.StringWorkerThread.ExistingVersions. getIndexedVersionString(java.lang.String documentIdentifier, java.lang.String componentIdentifier)Retrieve a component existing version string given a document identifier.static intManifoldCF. getMaxCleanupThreads(IThreadContext threadContext)Get the maximum number of cleanup threads.static intManifoldCF. getMaxDeleteThreads(IThreadContext threadContext)Get the maximum number of delete threads.static intManifoldCF. getMaxExpireThreads(IThreadContext threadContext)Get the maximum number of expire threads.static intManifoldCF. getMaxWorkerThreads(IThreadContext threadContext)Get the maximum number of worker threads.static voidManifoldCF. importConfiguration(IThreadContext threadContext, java.lang.String importFilename, java.lang.String passCode)Atomically import a crawler configurationvoidWorkerThread.ProcessActivity. ingestDocumentWithException(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String version, java.lang.String documentURI, RepositoryDocument data)Ingest the current document.voidWorkerThread.ProcessActivity. ingestDocumentWithException(java.lang.String documentIdentifier, java.lang.String version, java.lang.String documentURI, RepositoryDocument data)Ingest the current document.voidCrawlerAgent. initialize(IThreadContext threadContext)Initialize agent environment.static voidManifoldCF. initializeEnvironment(IThreadContext tc)Initialize environment.voidCrawlerAgent. install(IThreadContext threadContext)Install agent.static voidManifoldCF. installSystemTables(IThreadContext threadcontext)Install all the crawler system tables.protected static java.lang.LongManifoldCF. interpretInterval(java.lang.String interval)booleanCrawlerAgent. isOutputConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete an output connection.booleanCrawlerAgent. isTransformationConnectionInUse(IThreadContext threadContext, java.lang.String connName)Request permission from agent to delete a transformation connection.static voidManifoldCF. localInitialize(IThreadContext tc)protected static intManifoldCF. mapToHopcountMode(java.lang.String mode)protected static intManifoldCF. mapToRunMode(java.lang.String mode)protected static intManifoldCF. mapToStartMode(java.lang.String startMethod)voidWorkerThread.OutputActivity. noDocument()Send NO document via the pipeline to the next output connection.voidWorkerThread.ProcessActivity. noDocument(java.lang.String documentIdentifier, java.lang.String version)Remove the specified document from the search engine index, while keeping track of the version information for it (to reduce churn).voidWorkerThread.ProcessActivity. noDocument(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String version)Remove the specified document from the search engine index, and update the recorded version information for the document.voidCrawlerAgent. noteOutputConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for an output connection.voidCrawlerAgent. noteOutputConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of output connections.voidCrawlerAgent. noteOutputConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of output connections.voidCrawlerAgent. noteTransformationConnectionChange(IThreadContext threadContext, java.lang.String connectionName)Note a change in configuration for a transformation connection.voidCrawlerAgent. noteTransformationConnectorDeregistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the deregistration of a set of transformation connections.voidCrawlerAgent. noteTransformationConnectorRegistration(IThreadContext threadContext, java.lang.String[] connectionNames)Note the registration of a set of transformation connections.protected voidDeleteStartupResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidDocCleanupResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidDocDeleteResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidNotificationResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected abstract voidResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Do the reset logic.protected voidSeedingResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidStartupResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected voidWorkerResetManager. performResetLogic(IThreadContext tc, java.lang.String processID)Resetprotected static voidManifoldCF. processAuthorityConnection(AuthorityConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into an AuthorityConnection object.protected static voidManifoldCF. processAuthorityGroup(AuthorityGroup group, ConfigurationNode groupNode)Convert input hierarchy into an AuthorityGroup object.protected static voidWorkerThread. processDeleteLists(IPipelineConnections pipelineConnections, IRepositoryConnector connector, IRepositoryConnection connection, IJobManager jobManager, java.util.List<QueuedDocument> deleteList, IIncrementalIngester ingester, java.lang.Long jobID, java.lang.String[] legalLinkTypes, WorkerThread.OutputActivity ingestLogger, int hopcountMethod, IReprioritizationTracker rt, long currentTime)Clear specified documents out of the job queue and from the appliance.protected voidWorkerThread.ProcessActivity. processDocumentReferences()Process outstanding document references, in batch.protected static EnumeratedValuesManifoldCF. processEnumeratedValues(ConfigurationNode fieldNode)protected static voidWorkerThread. processHopcountRemovalLists(IPipelineConnections pipelineConnections, IRepositoryConnector connector, IRepositoryConnection connection, IJobManager jobManager, java.util.List<QueuedDocument> hopcountremoveList, IIncrementalIngester ingester, java.lang.Long jobID, java.lang.String[] legalLinkTypes, WorkerThread.OutputActivity ingestLogger, int hopcountMethod, IReprioritizationTracker rt, long currentTime)Mark specified documents as 'hopcount removed', and remove them from the index.protected static voidManifoldCF. processJobDescription(JobDescription jobDescription, ConfigurationNode jobNode)Convert a node into a job description.protected static voidWorkerThread. processJobQueueDeletions(java.util.List<QueuedDocument> jobmanagerDeleteList, IRepositoryConnector connector, IRepositoryConnection connection, IJobManager jobManager, java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod, IReprioritizationTracker rt, long currentTime)Process job queue deletions.protected static voidWorkerThread. processJobQueueHopcountRemovals(java.util.List<QueuedDocument> jobmanagerRemovalList, IRepositoryConnector connector, IRepositoryConnection connection, IJobManager jobManager, java.lang.Long jobID, java.lang.String[] legalLinkTypes, int hopcountMethod, IReprioritizationTracker rt, long currentTime)Process job queue hopcount removals.protected static voidManifoldCF. processMappingConnection(MappingConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into an MappingConnection object.protected static voidManifoldCF. processNotificationConnection(NotificationConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into a NotificationConnection object.protected static voidManifoldCF. processOutputConnection(OutputConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into an OutputConnection object.protected static voidManifoldCF. processRepositoryConnection(RepositoryConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into a RepositoryConnection object.protected static voidManifoldCF. processTransformationConnection(TransformationConnection connection, ConfigurationNode connectionNode)Convert input hierarchy into a TransformationConnection object.java.lang.StringWorkerThread.OutputActivity. qualifyAccessToken(java.lang.String authorityNameString, java.lang.String accessToken)Qualify an access token appropriately, to match access tokens as returned by mod_aa.static ConnectorsManifoldCF. readConnectorDeclarations(java.io.File connectorConfigFile)Read connectors configuration file.protected static longStufferThread. readLastTime(ILockManager lockManager)voidDocumentCleanupThread.OutputRemoveActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidDocumentDeleteThread.OutputRemoveActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidExpireThread.OutputRemoveActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidJobNotificationThread.OutputNotifyActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidSeedingActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription, java.lang.String[] childIdentifiers)Record time-stamped information about the activity of the connector.voidWorkerThread.OutputActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityURI, java.lang.String resultCode, java.lang.String resultDescription)Record time-stamped information about the activity of the output connector.voidWorkerThread.ProcessActivity. recordActivity(java.lang.Long startTime, java.lang.String activityType, java.lang.Long dataSize, java.lang.String entityIdentifier, java.lang.String resultCode, java.lang.String resultDescription, java.lang.String[] childIdentifiers)Record time-stamped information about the activity of the connector.voidWorkerThread.ProcessActivity. recordDocument(java.lang.String documentIdentifier, java.lang.String version)Record a document version, but don't ingest it.voidWorkerThread.ProcessActivity. recordDocument(java.lang.String documentIdentifier, java.lang.String componentIdentifier, java.lang.String version)Record a document version, WITHOUT reindexing it, or removing it.static voidManifoldCF. registerConnectors(IThreadContext tc, Connectors c)Register all connectors as specified by a Connectors structure, usually read from the connectors.xml file.static voidManifoldCF. registerThisAgent(IThreadContext tc)Register this agentvoidWorkerThread.ProcessActivity. removeDocument(java.lang.String documentIdentifier)Remove the specified document primary component permanently from the search engine index, and from the status table.protected static java.util.List<QueuedDocument>WorkerThread. removeFromIndex(IPipelineConnections pipelineConnections, java.lang.String connectionName, IJobManager jobManager, java.util.List<QueuedDocument> deleteList, IIncrementalIngester ingester, WorkerThread.OutputActivity ingestLogger)Remove a specified set of documents from the index.protected static voidWorkerThread. requeueDocuments(IJobManager jobManager, java.util.List<QueuedDocument> requeueList, long retryTime, long failTime, int failCount)Requeue documents after a service interruption was detected.static voidManifoldCF. requeueDocumentsDueToCarrydown(IJobManager jobManager, DocumentDescription[] requeueCandidates, IRepositoryConnector connector, IRepositoryConnection connection, IReprioritizationTracker rt, long currentTime)Requeue documents due to carrydown.static voidManifoldCF. reregisterAllConnectors(IThreadContext tc)Register or re-register all connectors, based on a connectors.xml file.static voidManifoldCF. resetAllDocumentPriorities(IThreadContext threadContext, java.lang.String processID)Reset all (active) document priorities.voidWorkerThread.ProcessActivity. retainAllComponentDocument(java.lang.String documentIdentifier)Retain all existing document components of a primary document.voidWorkerThread.ProcessActivity. retainDocument(java.lang.String documentIdentifier, java.lang.String componentIdentifier)Retain existing document component.java.lang.String[]WorkerThread.ProcessActivity. retrieveParentData(java.lang.String localIdentifier, java.lang.String dataName)Retrieve data passed from parents to a specified child document.CharacterInput[]WorkerThread.ProcessActivity. retrieveParentDataAsFiles(java.lang.String localIdentifier, java.lang.String dataName)Retrieve data passed from parents to a specified child document.voidWorkerThread.ProcessActivity. retryDocumentProcessing(java.lang.String localIdentifier)Abort processing a document (for sequencing reasons).intWorkerThread.OutputActivity. sendDocument(java.lang.String documentURI, RepositoryDocument document)Send a document via the pipeline to the next output connection.voidWorkerThread.ProcessActivity. setDocumentOriginationTime(java.lang.String localIdentifier, java.lang.Long originationTime)Override a document's origination time.voidWorkerThread.ProcessActivity. setDocumentScheduleBounds(java.lang.String localIdentifier, java.lang.Long lowerRecrawlBoundTime, java.lang.Long upperRecrawlBoundTime, java.lang.Long lowerExpireBoundTime, java.lang.Long upperExpireBoundTime)Override the schedule for the next time a document is crawled.voidCrawlerAgent. startAgent(IThreadContext threadContext, java.lang.String processID)Start the agent.voidCrawlerAgent. startSystem(IThreadContext threadContext)Start everything.voidCrawlerAgent. stopAgent(IThreadContext threadContext)Stop the agent.voidCrawlerAgent. stopSystem(IThreadContext threadContext)Stop the system.static voidManifoldCF. unregisterAllConnectors(IThreadContext tc)Unregister all connectors.static voidManifoldCF. unregisterAllConnectors(IThreadContext tc, Connectors c)Unregister all connectors which don't match a specified connector list.booleanResetManager. waitForReset(IThreadContext tc)Enter "wait" state for current thread.static voidManifoldCF. writeDocumentPriorities(IThreadContext threadContext, DocumentDescription[] descs, java.util.Map<java.lang.String,IRepositoryConnection> connectionMap, java.util.Map<java.lang.Long,IJobDescription> jobDescriptionMap)Write a set of document priorities, based on the current queue tracker.protected static voidStufferThread. writeLastTime(ILockManager lockManager, long lastTime)protected voidSeedingActivity. writeSeedDocuments(java.lang.String[] docIDHashes, java.lang.String[] docIDs, java.lang.String[][] prereqEventNames)Write specified documents after calculating their prioritiesConstructors in org.apache.manifoldcf.crawler.system that throw ManifoldCFException Constructor Description AssessmentThread(java.lang.String processID)Constructor.CrawlerAgent()Constructor.DocumentCleanupStufferThread(DocumentCleanupQueue documentCleanupQueue, int n, DocCleanupResetManager resetManager, java.lang.String processID)Constructor.DocumentCleanupThread(java.lang.String id, DocumentCleanupQueue documentCleanupQueue, DocCleanupResetManager resetManager, java.lang.String processID)Constructor.DocumentDeleteStufferThread(DocumentDeleteQueue documentDeleteQueue, int n, DocDeleteResetManager resetManager, java.lang.String processID)Constructor.DocumentDeleteThread(java.lang.String id, DocumentDeleteQueue documentDeleteQueue, DocDeleteResetManager resetManager, java.lang.String processID)Constructor.ExpireStufferThread(DocumentCleanupQueue documentQueue, int n, WorkerResetManager resetManager, java.lang.String processID)Constructor.ExpireThread(java.lang.String id, DocumentCleanupQueue documentQueue, WorkerResetManager resetManager, java.lang.String processID)Constructor.FinisherThread(java.lang.String processID)Constructor.HistoryCleanupThread(java.lang.String processID)Constructor.IdleCleanupThread(java.lang.String processID)Constructor.JobDeleteThread(java.lang.String processID)Constructor.JobNotificationThread(NotificationResetManager resetManager, java.lang.String processID)Constructor.JobResetThread(java.lang.String processID)Constructor.JobStartThread(java.lang.String processID)Constructor.PipelineConnections(IPipelineSpecificationBasic spec, ITransformationConnectionManager transformationConnectionManager, IOutputConnectionManager outputConnectionManager)PipelineSpecification(IPipelineConnections connections, IJobDescription job, IIncrementalIngester ingester)PriorityCalculator(IReprioritizationTracker rt, double currentMinimumDepth, IRepositoryConnection connection, java.lang.String[] documentBins, java.lang.String documentIdentifier)PriorityCalculator(IReprioritizationTracker rt, IRepositoryConnection connection, java.lang.String[] documentBins, java.lang.String documentIdentifier)Constructor.SeedingThread(SeedingResetManager resetManager, java.lang.String processID)Constructor.SetPriorityThread(int workerThreadCount, BlockingDocuments blockingDocuments, java.lang.String processID)Constructor.StartDeleteThread(DeleteStartupResetManager resetManager, java.lang.String processID)Constructor.StartupThread(StartupResetManager resetManager, java.lang.String processID)Constructor.StufferThread(DocumentQueue documentQueue, int n, WorkerResetManager resetManager, QueueTracker qt, BlockingDocuments blockingDocuments, float lowWaterFactor, float stuffSizeFactor, java.lang.String processID)Constructor.WorkerThread(java.lang.String id, DocumentQueue documentQueue, WorkerResetManager resetManager, QueueTracker queueTracker, java.lang.String processID)Constructor. -
Uses of ManifoldCFException in org.apache.manifoldcf.jettyrunner
Methods in org.apache.manifoldcf.jettyrunner that throw ManifoldCFException Modifier and Type Method Description intManifoldCFCombinedJettyRunner. getLocalPort()Returns the Local Port of the first Connector found for the jetty Server.intManifoldCFJettyRunner. getLocalPort()Returns the Local Port of the first Connector found for the jetty Server.static voidManifoldCFJettyRunner. runAgents(IThreadContext tc)Run the agents process.voidManifoldCFCombinedJettyRunner. start()voidManifoldCFJettyRunner. start()voidManifoldCFCombinedJettyRunner. stop()voidManifoldCFJettyRunner. stop() -
Uses of ManifoldCFException in org.apache.manifoldcf.ui.beans
Methods in org.apache.manifoldcf.ui.beans that throw ManifoldCFException Modifier and Type Method Description booleanAdminProfile. checkAllowed(IThreadContext threadContext, int capability)Check user capabilitybooleanAPIProfile. checkAllowed(IThreadContext threadContext, int capability)Check user capability -
Uses of ManifoldCFException in org.apache.manifoldcf.ui.i18n
Methods in org.apache.manifoldcf.ui.i18n that throw ManifoldCFException Modifier and Type Method Description static voidMessages. outputResource(IHTTPOutput output, java.lang.Class classInstance, java.lang.String pathName, java.util.Locale locale, java.lang.String resourceKey, java.util.Map<java.lang.String,java.lang.String> substitutionParameters, boolean mapToUpperCase)Write a resource to HTTP output, specifying what to substitute, and more importantly, how.static voidMessages. outputResourceWithVelocity(IHTTPOutput output, java.lang.Class clazz, java.lang.String bundleName, java.lang.String pathName, java.util.Locale locale, java.lang.String resourceKey, java.util.Map<java.lang.String,java.lang.Object> contextObjects)static voidMessages. outputResourceWithVelocity(IHTTPOutput output, java.lang.Class clazz, java.lang.String bundleName, java.lang.String pathName, java.util.Locale locale, java.lang.String resourceKey, java.util.Map<java.lang.String,java.lang.String> substitutionParameters, boolean mapToUpperCase)Write a resource to HTTP output, specifying what to substitute, and more importantly, how. -
Uses of ManifoldCFException in org.apache.manifoldcf.ui.multipart
Methods in org.apache.manifoldcf.ui.multipart that throw ManifoldCFException Modifier and Type Method Description BinaryInputMultipartWrapper. getBinaryStream(java.lang.String name)Get a file parameter, as a binary input.Constructors in org.apache.manifoldcf.ui.multipart that throw ManifoldCFException Constructor Description MultipartWrapper(javax.servlet.http.HttpServletRequest request, AdminProfile adminProfile)Constructor.
-