public interface ICarrydownActivity
Modifier and Type | Method and Description |
---|---|
String[] |
retrieveParentData(String localIdentifier,
String dataName)
Retrieve data passed from parents to a specified child document.
|
CharacterInput[] |
retrieveParentDataAsFiles(String localIdentifier,
String dataName)
Retrieve data passed from parents to a specified child document.
|
String[] retrieveParentData(String localIdentifier, String dataName) throws ManifoldCFException
localIdentifier
- is the document identifier of the document we want the recorded data for.dataName
- is the name of the data items to retrieve.ManifoldCFException
CharacterInput[] retrieveParentDataAsFiles(String localIdentifier, String dataName) throws ManifoldCFException
localIdentifier
- is the document identifier of the document we want the recorded data for.dataName
- is the name of the data items to retrieve.ManifoldCFException