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 SaSaveInfoSaClassicConnector. 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.SaSaveInfoSaClassicConnectorImpl. 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 SaSaveInfoAbstractDocRMIClientCommand. 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.SaSaveInfoSaRMIClientCommand. 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.
-