Package | Description |
---|---|
com.saperion |
Main package for all SAPERION LARIX components.
|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.connector.wf |
This package contains the main classic workflow connector classes.
|
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.intf.wf |
This package contains the common used workflow interfaces for the LARIX components.
|
com.saperion.operations.folders |
This package defines the different operations on folders, that can be invoked by rmi.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
com.saperion.wf |
This package contains the common used workflow classes.
|
Modifier and Type | Method and Description |
---|---|
static com.lexmark.saperion.PropertyType |
SaTypeConverter.newPropertyType(SaPropertyValue value)
This factory method creates a new
property given a SaPropertyValue instance. |
static Object |
SaTypeConverter.readPropertyValue(SaPropertyValue property)
This method reads a
SaPropertyValue and returns an Object representing the property as expected in
PropertyType . |
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
SaClassicConnectorImpl.readDocumentMetadata(String documentSysRowID,
String ddcName,
String[] fields) |
SaPropertyValue[] |
SaClassicConnector.readDocumentMetadata(String documentSysRowID,
String ddcName,
String[] fields)
Reads the metadata of the document with the given ID.
|
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
SaRMIClientCommand.readDocumentMetadata(String sysRowId,
String ddcName,
String[] fields)
Reads the meta data of the document with the given ID.
|
SaPropertyValue[] |
AbstractQueryRMIClientCommand.readDocumentMetadata(String sysRowId,
String ddcName,
String[] fields)
Reads the meta data of the document with the given ID.
|
Modifier and Type | Method and Description |
---|---|
SaSaveInfo |
SaRMIClientCommand.createDocument(String ddcName,
List<SaPropertyValue> values)
Creates a new document with the given parameters.
|
SaSaveInfo |
AbstractDocRMIClientCommand.createDocument(String dbName,
List<SaPropertyValue> values)
Creates a new document with the given parameters.
|
SaSaveInfo |
SaRMIClientCommand.saveDocument(String nodeHdoc,
String ddcName,
List<SaPropertyValue> values)
Saves the document paramaters to the document.
|
SaSaveInfo |
AbstractDocRMIClientCommand.saveDocument(String hexUID,
String dbName,
List<SaPropertyValue> metadata)
Saves the document paramaters to the document.
|
SaSaveInfo |
SaRMIClientCommand.saveDocument(String nodeHdoc,
String ddcName,
List<SaPropertyValue> values,
boolean resolveLinks)
Saves the document paramaters to the document.
|
SaSaveInfo |
AbstractDocRMIClientCommand.saveDocument(String hexUID,
String dbName,
List<SaPropertyValue> metadata,
boolean resolveLinks)
Saves the document paramaters to the document.
|
void |
SaRMIClientCommand.updateFolder(String folderTableDDC,
String folderId,
List<SaPropertyValue> values)
Updates a given node with the given properties.
|
void |
AbstractFolderRMIClientCommand.updateFolder(String folderTableDDC,
String folderId,
List<SaPropertyValue> values)
Updates a given node with the given properties.
|
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
SaWFTaskImpl.readAttachmentMetadata()
Reads the metadata of the attachment.
|
SaPropertyValue[] |
SaWFTask.readAttachmentMetadata()
Reads the metadata of the attachment.
|
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
SaVersionData.getProperties()
Reads the properties.
|
SaPropertyValue |
SaDocumentInfo.getValue(String name)
Reads the value with the given name.
|
SaPropertyValue[] |
SaDocumentInfo.getValues() |
Modifier and Type | Method and Description |
---|---|
List<SaPropertyValue> |
SaFolderSaveInfo.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
SaFolderSaveInfo.setValues(List<SaPropertyValue> vals) |
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
TaskAuditInfo.getResultProperties() |
SaPropertyValue |
TaskInfo.getUserDefined(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Map<String,SaPropertyValue> |
TaskInfo.getSysFields() |
Map<String,SaPropertyValue> |
TaskInfo.getUserDefined() |
Constructor and Description |
---|
UpdateFolder(String folderTableDDC,
String folderId,
List<SaPropertyValue> values) |
Modifier and Type | Class and Description |
---|---|
class |
SaPropertyValueImpl
Implementation of
SaPropertyValue . |
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
SaVersionDataImpl.getProperties()
Reads the properties.
|
SaPropertyValue |
SaDocumentInfoImpl.getValue(String name)
Reads the value with the given name.
|
SaPropertyValue[] |
SaDocumentInfoImpl.getValues() |
Modifier and Type | Method and Description |
---|---|
List<SaPropertyValue> |
SaFolderSaveInfoImpl.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
SaFolderSaveInfoImpl.setValues(List<SaPropertyValue> vals)
INTERNAL USE ONLY!
|
Constructor and Description |
---|
SaDocumentInfoImpl(SaDocumentInfo info,
SaPropertyValue[] propertyValues)
Alternative constructor.
|
SaDocumentInfoImpl(SaPropertyValue[] propertyValues,
com.saperion.jni.SaJNILockInfo lock)
|
SaDocumentInfoImpl(SaPropertyValue[] propertyValues,
SaLockInfo lock)
Constructor.
|
SaStatusInfo(SaPropertyValue value)
Constructor.
|
SaVersionDataImpl(SaPropertyValue[] newProperties,
SaRevision newVersionData)
Full constructor.
|
Constructor and Description |
---|
SaFolderSaveInfoImpl(String tableDDC,
String parent,
String before,
String name,
SaFolderConstants.FOLDER_TYPE type,
List<SaPropertyValue> properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
SaRMIServerCommand.readDocumentMetadata(int token,
String documentHDOC,
String ddcName,
String[] fields)
Reads the metadata of the document with the given ID.
|
Modifier and Type | Method and Description |
---|---|
SaSaveInfo |
SaRMIServerCommand.createDocument(int token,
String ddcName,
List<SaPropertyValue> values)
Caches a new document with the given parameters.
|
SaSaveInfo |
SaRMIServerCommand.saveDocument(int token,
String nodeHdoc,
String ddcName,
List<SaPropertyValue> values)
Saves the document parameters to the document.
|
SaSaveInfo |
SaRMIServerCommand.saveDocument(int token,
String nodeHdoc,
String ddcName,
List<SaPropertyValue> values,
boolean resolveLinks)
Saves the document parameters to the document.
|
void |
SaRMIServerCommand.updateFolder(int token,
String folderTableDDC,
String folderId,
List<SaPropertyValue> values)
Updates a given node with the given properties.
|
Modifier and Type | Method and Description |
---|---|
static List<SaPropertyValue> |
SaperionDataType.convert(Description description,
SaFieldDescription[] fields) |
static List<SaPropertyValue> |
SaperionDataType.convert(SaFieldDescription[] fields,
Map<String,Object> metadatas,
String ddcName) |
List<SaPropertyValue> |
ClassicConnectorUtil.getSAPropertyValues(String ddcname,
SaFieldDescription[] saJNIFieldDescriptionArray,
Properties namevaluePair)
Returns the SaPropertyValue Array for the given ddcname and properties.
|
Modifier and Type | Method and Description |
---|---|
static void |
SaperionDataType.setSaperionValue(String fieldName,
Object fieldvalue,
SaPropertyValue saPropertyValue,
SaFieldDescription[] saJNIFieldDescriptions)
Converts the given value to SaperionDataType.
|
Modifier and Type | Method and Description |
---|---|
SaPropertyValue[] |
TaskAuditInfoImpl.getResultProperties() |
SaPropertyValue |
TaskInfoImpl.getUserDefined(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Map<String,SaPropertyValue> |
TaskInfoImpl.getSysFields() |
Map<String,SaPropertyValue> |
TaskInfoImpl.getUserDefined() |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.