Uses of Class
com.saperion.exception.SaSetACLException
-
Packages that use SaSetACLException Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes. -
-
Uses of SaSetACLException in com.saperion.connector
Methods in com.saperion.connector that throw SaSetACLException Modifier and Type Method Description SaSaveInfo
SaClassicConnector. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)
This method specifies the Access Control Lists that secure the document given by its id.SaSaveInfo
SaClassicConnectorImpl. setACLName(java.lang.String ddcname, java.lang.String documentHDOC, java.lang.String acl, java.lang.String versionComment)
-
Uses of SaSetACLException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaSetACLException Modifier and Type Method Description SaSaveInfo
AbstractDocRMIClientCommand. setACLName(java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)
Sets the given ACL to the node.SaSaveInfo
SaRMIClientCommand. setACLName(java.lang.String ddcname, java.lang.String hDoc, java.lang.String acl, int commitMode, java.lang.String versionComment)
Sets the given ACL to the node.
-