Uses of Enum Class
com.saperion.util.MatchKind
Packages that use MatchKind
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 Server.
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 MatchKindModifier 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 MatchKind in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi with parameters of type MatchKindModifier 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 MatchKind in com.saperion.rmi.common
Methods in com.saperion.rmi.common with parameters of type MatchKindModifier and TypeMethodDescriptionSaRMIServerCommand.getAuthorizedUsers
(int clientToken, String hDoc, 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