Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.operations |
This package defines the different operations, that can be invoked by rmi.
|
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) |
List<String> |
SaClassicConnector.getSystemFiles(SystemFileKind kind,
String filter)
This method returns the names of all system files of a specific kind.
|
InputStream |
SaClassicConnectorImpl.loadSystemFile(SystemFileKind kind,
String name) |
InputStream |
SaClassicConnector.loadSystemFile(SystemFileKind kind,
String name)
This method loads a system file of a specific kind.
|
void |
SaClassicConnectorImpl.storeSystemFile(SystemFileKind kind,
String name,
InputStream data) |
void |
SaClassicConnector.storeSystemFile(SystemFileKind kind,
String name,
InputStream data)
This method stores a system file of a specific kind.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
SaRMIClientCommandImpl.getSystemFiles(SystemFileKind kind,
String filter)
Gets the system files of a specific kind.
|
List<String> |
SaRMIClientCommand.getSystemFiles(SystemFileKind kind,
String filter)
Gets the system files of a specific kind.
|
InputStream |
SaRMIClientCommandImpl.loadSystemFile(SystemFileKind kind,
String name)
Loads a system file of a specific kind.
|
InputStream |
SaRMIClientCommand.loadSystemFile(SystemFileKind kind,
String name)
Loads a system file of a specific kind.
|
void |
SaRMIClientCommandImpl.storeSystemFile(SystemFileKind kind,
String name,
InputStream data)
Stores a system file of a specific kind.
|
void |
SaRMIClientCommand.storeSystemFile(SystemFileKind kind,
String name,
InputStream data)
Stores a system file of a specific kind.
|
Modifier and Type | Method and Description |
---|---|
static StoreSystemFileOperation |
StoreSystemFileOperation.newInstance(String name,
InputStream stream,
SystemFileKind fileKind) |
Constructor and Description |
---|
StoreSystemFileOperation(String name,
byte[] data,
SystemFileKind fileKind) |
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 © 2020 Hyland Software Germany GmbH. All rights reserved.