com.businessobjects.dsws.reportengine
Interface Close

All Superinterfaces:
Action

public interface Close
extends Action

The Close action is used to close a document and all the resources related to document.

Example: Close a document.

 Action[] actions = new Action[1];
 actions[0] = Close.Factory.newInstance();
 DocumentInformation boDocInfo = boRepEng.getDocumentInformation(strDocid, null, actions, null, retBOData);
 

Since:
11.7

Nested Class Summary
static class Close.Factory
          A class with methods for creating instances of the Close type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.