Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
com.saperion.ws.strategy |
Package for ws document loading strategy.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
SaWsLookupService.deleteEntry(int token,
String definition,
String sysrowid)
Deletes a lookup entry from the backend system.
|
Annotations |
SaWsContentService.getAnnotations(int token,
String xhdoc,
int elementNumber)
Returns the annotations by the specified document in its current revision.
|
SaWsContent |
SaWsVersionService.getContent(int token,
String xhdoc,
int elementNumber)
Loads a document version from the backend system.
|
SaWsContent |
SaWsContentService.getContent(int token,
String xhdoc,
int elementNumber)
Loads a document in its current revision from the backend system.
|
String |
SaWsVersionService.getContentFilename(int token,
String xhdoc,
int elementNumber)
Loads the filename for a document from the backend system.
|
String |
SaWsContentService.getFilename(int token,
String xhdoc,
int elementNumber)
Loads the filename for a document from the backend system.
|
SaWsVersionData |
SaWsVersionService.getMetadata(int token,
String xhdoc)
Reads the version metadata of the document with the given ID.
|
SaWsSaveInfo |
SaWsVersionService.restore(int token,
String xhdoc)
Restores the version with the given HDOC.
|
void |
SaWsContentService.setAnnotations(int token,
Annotations annotations,
String xhdoc,
int elementNumber)
Sets the annotations of a document.
|
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 |
---|---|
SaWsContent |
StreamOnlyLoader.read(String xhdoc,
int element,
CloseablePooledSession session,
boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
|
abstract SaWsContent |
ReadStrategy.read(String xhdoc,
int element,
CloseablePooledSession session,
boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
|
SaWsContent |
NormalLoader.read(String xhdoc,
int element,
CloseablePooledSession session,
boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.