Uses of Class
org.apache.manifoldcf.core.interfaces.CharacterInput
-
Packages that use CharacterInput Package Description org.apache.manifoldcf.core.interfaces org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs org.apache.manifoldcf.crawler.system -
-
Uses of CharacterInput in org.apache.manifoldcf.core.interfaces
Subclasses of CharacterInput in org.apache.manifoldcf.core.interfaces Modifier and Type Class Description classNullCharacterInputThis class represents a null character stream, which has no characters.classTempFileCharacterInputThis class represents a temporary file character input stream.Methods in org.apache.manifoldcf.core.interfaces that return CharacterInput Modifier and Type Method Description abstract CharacterInputCharacterInput. transfer()Transfer to a new object; this causes the current object to become "already discarded"CharacterInputNullCharacterInput. transfer()Transfer to a new object; this causes the current object to become "already discarded"CharacterInputTempFileCharacterInput. transfer()Transfer to a new object; this causes the current object to become "already discarded" -
Uses of CharacterInput in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return CharacterInput Modifier and Type Method Description 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. -
Uses of CharacterInput in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return CharacterInput Modifier and Type Method Description CharacterInput[]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 identifierCharacterInput[]JobManager. retrieveParentDataAsFiles(java.lang.Long jobID, java.lang.String docIDHash, java.lang.String dataName)Retrieve specific parent data for a given document. -
Uses of CharacterInput in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system that return CharacterInput Modifier and Type Method Description CharacterInput[]WorkerThread.ProcessActivity. retrieveParentDataAsFiles(java.lang.String localIdentifier, java.lang.String dataName)Retrieve data passed from parents to a specified child document.
-