Uses of Class
com.saperion.util.MatchKind
-
Packages that use MatchKind 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.com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of MatchKind in com.saperion.connector
Methods in com.saperion.connector with parameters of type MatchKind 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 MatchKind in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type MatchKind 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 MatchKind in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type MatchKind 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. -
Uses of MatchKind in com.saperion.util
Methods in com.saperion.util that return MatchKind Modifier and Type Method Description static MatchKind
MatchKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MatchKind[]
MatchKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-