Package | Description |
---|---|
com.saperion.bean |
This package contains the global beans.
|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.operations.document |
This package defines the different operations on documents, that can be invoked by rmi.
|
com.saperion.structures |
This package contains the global beans.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateDocumentInfo
Bean to hold information for UpdateDocument method.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
UpdateDocumentInfo.setResolveLinks(boolean resolveLinks) |
Modifier and Type | Method and Description |
---|---|
SaSaveInfo |
SaClassicConnectorImpl.cacheDocument(String xhDoc,
DocumentInfo document)
Caches the given document on the backend system.
|
SaSaveInfo |
SaClassicConnector.cacheDocument(String xhDoc,
DocumentInfo document)
Caches the given document on the backend system.
|
SaSaveInfo |
SaClassicConnectorImpl.createDocument(DocumentInfo document)
Creates a new document on the backend system with the given
DocumentInfo . |
SaSaveInfo |
SaClassicConnector.createDocument(DocumentInfo document)
Creates a new document on the backend system with the given
DocumentInfo . |
Constructor and Description |
---|
CreateDocument(DocumentInfo document) |
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
DocumentInfo.addVariable(String name,
String value)
Adds a variable to this document representation.
|
Copyright © 2016 SAPERION AG. All rights reserved.