Class ValueAccessControlHandle

  • All Implemented Interfaces:
    org.eclipse.birt.report.model.elements.interfaces.IAccessControlModel, org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IValueAccessControlModel

    @Deprecated
    public class ValueAccessControlHandle
    extends AccessControlHandle
    implements org.eclipse.birt.report.model.elements.interfaces.IValueAccessControlModel
    Deprecated.
    Describes the privilege to access resources. Members are

    user name
    The user name of the privilege.
    role
    what behavior a user can perform
    permission
    "allow" or "disallow" the specified behavior to the user
    • Constructor Detail

      • ValueAccessControlHandle

        public ValueAccessControlHandle​(org.eclipse.birt.report.model.core.Module module,
                                        org.eclipse.birt.report.model.core.DesignElement element)
        Deprecated.
        Constructs a autotext handle with the given design and the element. The application generally does not create handles directly. Instead, it uses one of the navigation methods available on other element handles.
        Parameters:
        module - the module
        element - the model representation of the element
    • Method Detail

      • addValue

        public void addValue​(java.lang.String value)
                      throws SemanticException
        Deprecated.
        Adds the given value to the list.
        Parameters:
        value - the value
        Throws:
        SemanticException
      • removeValue

        public void removeValue​(java.lang.String value)
                         throws SemanticException
        Deprecated.
        Removes the given value from the list.
        Parameters:
        value - the value to remove
        Throws:
        SemanticException