Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.settings |
Package for navigation component classes.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
SaClassicConnectorImpl.getSystemFiles(SystemFileKind kind,
String filter)
Gets the system files of a specific kind.
|
List<String> |
SaClassicConnector.getSystemFiles(SystemFileKind kind,
String filter)
Gets the system files of a specific kind.
|
InputStream |
SaClassicConnectorImpl.loadSystemFile(SystemFileKind kind,
String name)
Loads a system file of a specific kind.
|
InputStream |
SaClassicConnector.loadSystemFile(SystemFileKind kind,
String name)
Loads a system file of a specific kind.
|
void |
SaClassicConnectorImpl.storeSystemFile(SystemFileKind kind,
String name,
InputStream data)
Stores a system file of a specific kind.
|
void |
SaClassicConnector.storeSystemFile(SystemFileKind kind,
String name,
InputStream data)
Stores a system file of a specific kind.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
SaRMIServerCommand.getSystemFiles(int clientToken,
SystemFileKind kind,
String filter)
Gets the system files of a specific kind.
|
byte[] |
SaRMIServerCommand.loadSystemFile(int clientToken,
SystemFileKind kind,
String name)
Loads a system file of a specific kind.
|
void |
SaRMIServerCommand.storeSystemFile(int clientToken,
SystemFileKind kind,
String name,
byte[] data)
Stores a system file of a specific kind.
|
Modifier and Type | Method and Description |
---|---|
static SystemFileKind |
SystemFileKind.getInstance(int id)
Gets the instance matching to the id.
|
static SystemFileKind |
SystemFileKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemFileKind[] |
SystemFileKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 SAPERION AG. All rights reserved.