Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
String |
SaClassicConnectorImpl.createFolder(SaFolderSaveInfo info,
Properties namevaluePairs) |
String |
SaClassicConnector.createFolder(SaFolderSaveInfo info,
Properties namevaluePairs)
Creates a new folder below a given folder.
|
String |
SaClassicConnectorImpl.createFolder(String folderTableDDC,
String parentId,
String beforeChild,
String folderName,
SaFolderConstants.FOLDER_TYPE folderType,
Properties namevaluePairs)
Deprecated.
|
String |
SaClassicConnector.createFolder(String folderTableDDC,
String parentId,
String beforeChild,
String folderName,
SaFolderConstants.FOLDER_TYPE folderType,
Properties namevaluePairs)
Deprecated.
use
SaClassicConnector.createFolder(SaFolderSaveInfo, Properties) instead. Will be removed with version 8.1 |
void |
SaClassicConnectorImpl.updateFolder(String folderTableDDC,
String folderId,
Properties namevaluePairs) |
void |
SaClassicConnector.updateFolder(String folderTableDDC,
String folderId,
Properties namevaluePairs)
Updates an existing folder with the given properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicConnectorUtil.checkFolderName(String name)
Check folder name.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.