Try OpenEdge Now
BP Server Developer's Guide
Dataslot management
:
Working with different types of dataslots
:
Document dataslots
:
Removing documents
Removing documents
public void removeById(java.lang.String docId)
You can remove the document with the specified document id.
public void removeByName(java.lang.String docName)
You can remove the document with the specified document name.
public void removeDocuments()
You can remove all the documents of the document dataslot.