Uses of Interface
com.saperion.intf.SaFolderSaveInfo
Packages that use SaFolderSaveInfo
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package defines the different operations on folders, that can be invoked by rmi.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
-
Uses of SaFolderSaveInfo in com.saperion.connector
Methods in com.saperion.connector with parameters of type SaFolderSaveInfoModifier and TypeMethodDescriptionSaClassicConnector.createFolder
(SaFolderSaveInfo info, Properties namevaluePairs) Creates a new folder below a given folder.SaClassicConnectorImpl.createFolder
(SaFolderSaveInfo info, Properties namevaluePairs) -
Uses of SaFolderSaveInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type SaFolderSaveInfoModifier and TypeMethodDescriptionAbstractFolderRMIClientCommand.createFolder
(SaFolderSaveInfo info) Creates a new node below a given node.SaRMIClientCommand.createFolder
(SaFolderSaveInfo info) Creates a new node below a given node. -
Uses of SaFolderSaveInfo in com.saperion.operations.folders
Constructors in com.saperion.operations.folders with parameters of type SaFolderSaveInfo -
Uses of SaFolderSaveInfo in com.saperion.rmi
Classes in com.saperion.rmi that implement SaFolderSaveInfo -
Uses of SaFolderSaveInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type SaFolderSaveInfoModifier and TypeMethodDescriptionSaRMIServerCommand.createFolder
(int token, SaFolderSaveInfo info) Creates a new node below a given node.