Uses of Interface
com.saperion.intf.UsersRights
Packages that use UsersRights
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the classes for the LARIX RMI Server.
-
Uses of UsersRights in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type UsersRightsModifier and TypeMethodDescriptionSaClassicConnector.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) This method returns the users that have specific rights on a document.SaClassicConnectorImpl.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) -
Uses of UsersRights in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return types with arguments of type UsersRightsModifier and TypeMethodDescriptionSaRMIClientCommand.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) Returns the users, that have specific rights on a document.SaRMIClientCommandImpl.getAuthorizedUsers
(String hDoc, String rights, MatchKind match) Returns the users, that have specific rights on a document. -
Uses of UsersRights in com.saperion.rmi
Classes in com.saperion.rmi that implement UsersRights -
Uses of UsersRights in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type UsersRightsModifier and TypeMethodDescriptionSaRMIServerCommand.getAuthorizedUsers
(int clientToken, String hDoc, String rights, MatchKind match) Returns the users, that have specific rights on a document.