Uses of Interface
com.saperion.intf.UsersRights
-
Packages that use UsersRights 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 This package contains the classes for the LARIX RMI client wrapper components.com.saperion.rmi.common 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 UsersRights Modifier and Type Method Description java.util.List<UsersRights>
SaClassicConnector. getAuthorizedUsers(java.lang.String hDoc, java.lang.String rights, MatchKind match)
This method returns the users that have specific rights on a document.java.util.List<UsersRights>
SaClassicConnectorImpl. getAuthorizedUsers(java.lang.String hDoc, java.lang.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 UsersRights Modifier and Type Method Description java.util.List<UsersRights>
SaRMIClientCommand. getAuthorizedUsers(java.lang.String hDoc, java.lang.String rights, MatchKind match)
Returns the users, that have specific rights on a document.java.util.List<UsersRights>
SaRMIClientCommandImpl. getAuthorizedUsers(java.lang.String hDoc, java.lang.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 Modifier and Type Class Description class
UserRightsImpl
Default implementation ofUsersRights
. -
Uses of UsersRights in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type UsersRights Modifier and Type Method Description java.util.List<UsersRights>
SaRMIServerCommand. getAuthorizedUsers(int clientToken, java.lang.String hDoc, java.lang.String rights, MatchKind match)
Returns the users, that have specific rights on a document.
-