Try OpenEdge Now
BP Server Developer's Guide
Dataslot management
:
Working with different types of dataslots
:
Document dataslots
:
Saving locally
Saving locally
public void saveToFile(java.lang.String documentName, java.lang.String filePath)
You can store the content of the specified document name at the specified file path.
public void saveToLocation(java.lang.String documentName, java.lang.String folderPath)
You can store the content of the specified document name at the specified folder path.