Uses of Interface
com.saperion.rmi.SaACLRights
-
Packages that use SaACLRights 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.intf This package contains the common used interfaces for the LARIX components.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 SaACLRights in com.saperion.connector
Methods in com.saperion.connector that return SaACLRights Modifier and Type Method Description SaACLRights
SaClassicConnector. getACLRights(java.lang.String[] acls)
This method returns the access rights the current user has when in the context of the Access Controll Lists given by name.SaACLRights
SaClassicConnectorImpl. getACLRights(java.lang.String[] acls)
-
Uses of SaACLRights in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaACLRights Modifier and Type Method Description SaACLRights
AbstractDocRMIClientCommand. getACLRights(java.lang.String[] acls)
Reads the rights for the given acl's.SaACLRights
SaRMIClientCommand. getACLRights(java.lang.String[] acls)
Reads the rights for the given acl's. -
Uses of SaACLRights in com.saperion.intf
Methods in com.saperion.intf that return SaACLRights Modifier and Type Method Description SaACLRights
UsersRights. getRights()
This method returns the rights the given user has. -
Uses of SaACLRights in com.saperion.rmi
Classes in com.saperion.rmi that implement SaACLRights Modifier and Type Class Description class
SaACLRightsImpl
Implementation of theSaACLRights
interface.Methods in com.saperion.rmi that return SaACLRights Modifier and Type Method Description SaACLRights
UserRightsImpl. getRights()
Constructors in com.saperion.rmi with parameters of type SaACLRights Constructor Description UserRightsImpl(WorkflowMember actor, SaACLRights aclRights)
Literal constructor. -
Uses of SaACLRights in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return SaACLRights Modifier and Type Method Description SaACLRights
SaRMIServerCommand. getACLRights(int token, java.lang.String[] acls)
Reads the rights for the given ACL's.
-