Package | Description |
---|---|
org.apache.manifoldcf.core.interfaces | |
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Class and Description |
---|---|
class |
NullCharacterInput
This class represents a null character stream, which has no characters.
|
class |
TempFileCharacterInput
This class represents a temporary file character input
stream.
|
Modifier and Type | Method and Description |
---|---|
abstract CharacterInput |
CharacterInput.transfer()
Transfer to a new object; this causes the current object to become "already discarded"
|
CharacterInput |
NullCharacterInput.transfer()
Transfer to a new object; this causes the current object to become "already discarded"
|
CharacterInput |
TempFileCharacterInput.transfer()
Transfer to a new object; this causes the current object to become "already discarded"
|
Modifier and Type | Method and Description |
---|---|
CharacterInput[] |
IJobManager.retrieveParentDataAsFiles(Long jobID,
String docIDHash,
String dataName)
Retrieve specific parent data for a given document.
|
CharacterInput[] |
ICarrydownActivity.retrieveParentDataAsFiles(String localIdentifier,
String dataName)
Retrieve data passed from parents to a specified child document.
|
Modifier and Type | Method and Description |
---|---|
CharacterInput[] |
Carrydown.getDataValuesAsFiles(Long jobID,
String documentIdentifierHash,
String dataName)
Get unique values given a document identifier, data name, an job identifier
|
CharacterInput[] |
JobManager.retrieveParentDataAsFiles(Long jobID,
String docIDHash,
String dataName)
Retrieve specific parent data for a given document.
|
Modifier and Type | Method and Description |
---|---|
CharacterInput[] |
WorkerThread.ProcessActivity.retrieveParentDataAsFiles(String localIdentifier,
String dataName)
Retrieve data passed from parents to a specified child document.
|