Uses of Enum Class
com.saperion.settings.SystemFileKind
Packages that use SystemFileKind
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package defines the different operations, that can be invoked by rmi.
This package contains the classes for the LARIX RMI Server.
Package for navigation component classes.
-
Uses of SystemFileKind in com.saperion.connector
Methods in com.saperion.connector with parameters of type SystemFileKindModifier and TypeMethodDescriptionSaClassicConnector.getSystemFiles
(SystemFileKind kind, String filter) This method returns the names of all system files of a specific kind.SaClassicConnectorImpl.getSystemFiles
(SystemFileKind kind, String filter) SaClassicConnector.loadSystemFile
(SystemFileKind kind, String name) This method loads a system file of a specific kind.SaClassicConnectorImpl.loadSystemFile
(SystemFileKind kind, String name) void
SaClassicConnector.storeSystemFile
(SystemFileKind kind, String name, InputStream data) This method stores a system file of a specific kind.void
SaClassicConnectorImpl.storeSystemFile
(SystemFileKind kind, String name, InputStream data) -
Uses of SystemFileKind in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type SystemFileKindModifier and TypeMethodDescriptionSaRMIClientCommand.getSystemFiles
(SystemFileKind kind, String filter) Gets the system files of a specific kind.SaRMIClientCommandImpl.getSystemFiles
(SystemFileKind kind, String filter) Gets the system files of a specific kind.SaRMIClientCommand.loadSystemFile
(SystemFileKind kind, String name) Loads a system file of a specific kind.SaRMIClientCommandImpl.loadSystemFile
(SystemFileKind kind, String name) Loads a system file of a specific kind.void
SaRMIClientCommand.storeSystemFile
(SystemFileKind kind, String name, InputStream data) Stores a system file of a specific kind.void
SaRMIClientCommandImpl.storeSystemFile
(SystemFileKind kind, String name, InputStream data) Stores a system file of a specific kind. -
Uses of SystemFileKind in com.saperion.operations
Methods in com.saperion.operations with parameters of type SystemFileKindModifier and TypeMethodDescriptionstatic StoreSystemFileOperation
StoreSystemFileOperation.newInstance
(String name, InputStream stream, SystemFileKind fileKind) Constructors in com.saperion.operations with parameters of type SystemFileKindModifierConstructorDescriptionStoreSystemFileOperation
(String name, byte[] data, SystemFileKind fileKind) -
Uses of SystemFileKind in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SystemFileKindModifier and TypeMethodDescriptionSaRMIServerCommand.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. -
Uses of SystemFileKind in com.saperion.settings
Methods in com.saperion.settings that return SystemFileKindModifier and TypeMethodDescriptionstatic SystemFileKind
SystemFileKind.getInstance
(int id) Gets the instance matching to the id.static SystemFileKind
Returns the enum constant of this class with the specified name.static SystemFileKind[]
SystemFileKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.