Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
com.saperion.ws.jaxws |
Modifier and Type | Method and Description |
---|---|
List<SaWsProperty> |
SaWsConfigurationService.getConfiguration(int token,
String section)
Reads the configuration properties from the backend system.
|
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.
|
String |
SaWsLookupService.createEntry(int token,
String definition,
List<SaWsProperty> metadatas)
Creates a new lookup entry on the backend system with the given metadata
and content.
|
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.
|
void |
SaWsLookupService.updateEntry(int token,
String definition,
String sysrowid,
List<SaWsProperty> metadatas)
Updates a lookup entry in the backend system with the given metadata.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsProperty> |
UpdateEntry.getMetadatas() |
List<SaWsProperty> |
Update.getMetadatas() |
List<SaWsProperty> |
CreateEntry.getMetadatas() |
List<SaWsProperty> |
Create.getMetadatas() |
List<SaWsProperty> |
GetConfigurationResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateEntry.setMetadatas(List<SaWsProperty> metadatas) |
void |
Update.setMetadatas(List<SaWsProperty> metadatas) |
void |
CreateEntry.setMetadatas(List<SaWsProperty> metadatas) |
void |
Create.setMetadatas(List<SaWsProperty> metadatas) |
void |
GetConfigurationResponse.setReturn(List<SaWsProperty> _return) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.