Package | Description |
---|---|
com.saperion.ws |
Root package for SAPERION ws classes and packages.
|
com.saperion.ws.jaxws | |
com.saperion.ws.strategy |
Package for ws document loading strategy.
|
com.saperion.ws.wrapper |
Package for ws wrapper classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
SaWsContent |
SaWsArchiveService.getContent(int token,
String xhdoc,
int elementNumber)
Deprecated.
This method is deprecated. Use SaWsContentService.getContent instead.
|
SaWsContent |
SaWsVersionService.getReleasedDocument(int token,
String xhdoc,
int elementNumber)
Gets the content stream of the last released document.
|
Modifier and Type | Method and Description |
---|---|
SaWsContent |
GetReleasedDocumentResponse.getReturn() |
SaWsContent |
GetContentResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
GetReleasedDocumentResponse.setReturn(SaWsContent _return) |
void |
GetContentResponse.setReturn(SaWsContent _return) |
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.
|
SaWsContent |
InMemoryLoader.read(String xhdoc,
int element,
CloseablePooledSession session,
boolean currentRevision)
Reads the content of the specified document into an SaWsContent object.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsContent> |
SaWsContentContainer.getContent()
Returns the content.
|
Modifier and Type | Method and Description |
---|---|
void |
SaWsContentContainer.setContent(List<SaWsContent> contents)
Sets the webservice content.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.