|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Close
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);
| 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 |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||