public interface ICarrydownActivity
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
retrieveParentData(java.lang.String localIdentifier,
java.lang.String dataName)
Retrieve data passed from parents to a specified child document.
|
CharacterInput[] |
retrieveParentDataAsFiles(java.lang.String localIdentifier,
java.lang.String dataName)
Retrieve data passed from parents to a specified child document.
|
java.lang.String[] retrieveParentData(java.lang.String localIdentifier, java.lang.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(java.lang.String localIdentifier, java.lang.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