Class UICloudSharingPermissionOptions


  • public final class UICloudSharingPermissionOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AllowPrivate
      The user is allowed to share privately
      static long AllowPublic
      The user is allowed to share publicly
      static long AllowReadOnly
      The user is allowed to grant participants read-only permissions
      static long AllowReadWrite
      The user is allowed to grant participants read/write permissions
      static long Standard
      Allow the user to configure the share with the standard set of options
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Standard

        public static final long Standard
        Allow the user to configure the share with the standard set of options
        See Also:
        Constant Field Values
      • AllowPublic

        public static final long AllowPublic
        The user is allowed to share publicly
        See Also:
        Constant Field Values
      • AllowPrivate

        public static final long AllowPrivate
        The user is allowed to share privately
        See Also:
        Constant Field Values
      • AllowReadOnly

        public static final long AllowReadOnly
        The user is allowed to grant participants read-only permissions
        See Also:
        Constant Field Values
      • AllowReadWrite

        public static final long AllowReadWrite
        The user is allowed to grant participants read/write permissions
        See Also:
        Constant Field Values