|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SaveResult
The SaveResult is an object that is returned after performing Save and SaveAs operations.
SaveResult contains following three members:
DocumentReference Updated documentReference after save operation
DocumentID In the case of saveAs, it is new document ID of the latest document reference and
in the case of save, it is same document ID of original document.
DocumentProperties A set of NameValuePair BusinessObjects.DSWS.NameValuePair objects used to modify
document properties after save/saveAs operation.
| Nested Class Summary | |
|---|---|
static class |
SaveResult.Factory
A class with methods for creating instances of the SaveResult type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
NameValuePair |
addNewDocumentProperty()
Internal Use Only. |
NameValuePair[] |
getDocumentPropertyArray()
This returns |
NameValuePair |
getDocumentPropertyArray(int i)
This returns |
java.lang.String |
getDocumentReference()
This returns updated |
java.lang.String |
getDocumentUID()
This returns |
NameValuePair |
insertNewDocumentProperty(int i)
Internal Use Only. |
boolean |
isNilDocumentPropertyArray(int i)
Checks if the ith documentProperty element is nil. |
boolean |
isSetDocumentReference()
Checks if the documentReference attribute is set. |
boolean |
isSetDocumentUID()
Checks if the documentUID attribute is set. |
void |
removeDocumentProperty(int i)
Internal Use Only. |
void |
setDocumentPropertyArray(int i,
NameValuePair documentProperty)
Internal Use Only. |
void |
setDocumentPropertyArray(NameValuePair[] documentPropertyArray)
Internal Use Only. |
void |
setDocumentReference(java.lang.String documentReference)
Internal Use Only. |
void |
setDocumentUID(java.lang.String documentUID)
Internal Use Only. |
void |
setNilDocumentPropertyArray(int i)
Internal Use Only. |
int |
sizeOfDocumentPropertyArray()
Returns the number of documentProperty element. |
void |
unsetDocumentReference()
Internal Use Only. |
void |
unsetDocumentUID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDocumentReference()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDocumentUID()
Internal Use Only. |
void |
xsetDocumentReference(org.apache.xmlbeans.XmlString documentReference)
Internal Use Only. |
void |
xsetDocumentUID(org.apache.xmlbeans.XmlString documentUID)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
NameValuePair[] getDocumentPropertyArray()
NameValuePairNameValuePair getDocumentPropertyArray(int i)
i - index of the specified document Property (NameValuePair Object)
NameValuePairboolean isNilDocumentPropertyArray(int i)
i - the index of the DocumentProperty element.
true if the DocumentProperty element is nil, otherwise false.int sizeOfDocumentPropertyArray()
void setDocumentPropertyArray(NameValuePair[] documentPropertyArray)
Internal Use Only.
void setDocumentPropertyArray(int i,
NameValuePair documentProperty)
Internal Use Only.
void setNilDocumentPropertyArray(int i)
Internal Use Only.
NameValuePair insertNewDocumentProperty(int i)
Internal Use Only.
NameValuePair addNewDocumentProperty()
Internal Use Only.
void removeDocumentProperty(int i)
Internal Use Only.
java.lang.String getDocumentReference()
DocumentInformationorg.apache.xmlbeans.XmlString xgetDocumentReference()
Internal Use Only.
boolean isSetDocumentReference()
true if the DocumentReference element is set, otherwise false.void setDocumentReference(java.lang.String documentReference)
Internal Use Only.
void xsetDocumentReference(org.apache.xmlbeans.XmlString documentReference)
Internal Use Only.
void unsetDocumentReference()
Internal Use Only.
java.lang.String getDocumentUID()
org.apache.xmlbeans.XmlString xgetDocumentUID()
Internal Use Only.
boolean isSetDocumentUID()
true if the DocumentUID element is set, otherwise false.void setDocumentUID(java.lang.String documentUID)
Internal Use Only.
void xsetDocumentUID(org.apache.xmlbeans.XmlString documentUID)
Internal Use Only.
void unsetDocumentUID()
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||