Uses of Class
com.saperion.folder.FolderUpdateInfo
-
Packages that use FolderUpdateInfo 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.rmi.common This package contains the classes for the LARIX RMI Server. -
-
Uses of FolderUpdateInfo in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type FolderUpdateInfo Modifier and Type Method Description java.util.Set<FolderUpdateInfo>
SaClassicConnector. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)
Deprecated.No longer supported.java.util.Set<FolderUpdateInfo>
SaClassicConnectorImpl. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)
Deprecated. -
Uses of FolderUpdateInfo in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return types with arguments of type FolderUpdateInfo Modifier and Type Method Description java.util.Set<FolderUpdateInfo>
AbstractFolderRMIClientCommand. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)
Get the Set of folders that shall be refreshed.java.util.Set<FolderUpdateInfo>
SaRMIClientCommand. getFolderUpdateInfo(java.util.Map<java.lang.String,java.lang.Long> folderIds)
Get the Set of folders that shall be refreshed. -
Uses of FolderUpdateInfo in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type FolderUpdateInfo Modifier and Type Method Description java.util.Set<FolderUpdateInfo>
SaRMIServerCommand. getFolderUpdateInfo(int clientToken, java.util.Map<java.lang.String,java.lang.Long> sysrowids)
Calculates a cut set of folders that shall be refreshed on client side.
-