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 Details

    • 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 Details