Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
com.saperion.ws.jaxws |
Modifier and Type | Method and Description |
---|---|
SaWsSaveInfo |
SaWsArchiveService.create(int token,
String definition,
List<SaWsProperty> metadatas,
SaWsContentContainer container,
String versionComment,
String acls)
Creates a new document on the backend system with the given metadata and content.
|
SaWsSaveInfo |
SaWsVersionService.restore(int token,
String xhdoc)
Restores the version with the given HDOC.
|
SaWsSaveInfo |
SaWsArchiveService.update(int token,
String definition,
String xhdoc,
List<SaWsProperty> metadatas,
SaWsContentContainer container,
String versionComment,
String acls)
Updates a document in the backend system with the given metadata and content.
|
Modifier and Type | Method and Description |
---|---|
SaWsSaveInfo |
UpdateResponse.getReturn() |
SaWsSaveInfo |
RestoreResponse.getReturn() |
SaWsSaveInfo |
CreateResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateResponse.setReturn(SaWsSaveInfo _return) |
void |
RestoreResponse.setReturn(SaWsSaveInfo _return) |
void |
CreateResponse.setReturn(SaWsSaveInfo _return) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.