Class DataObjectPermissions

java.lang.Object
com.thortech.xl.vo.DataObjectPermissions
All Implemented Interfaces:
Serializable

public class DataObjectPermissions extends Object implements Serializable
Author:
Jatan Rajvanshi This class holds a data object key and the permissions to be set for that data object
See Also:
  • Constructor Details

    • DataObjectPermissions

      public DataObjectPermissions(long dataObjectKey)
      Constructor for the type. Sets the data object key
  • Method Details

    • getDataObjectKey

      public long getDataObjectKey()
      Returns:
      Returns the dataObjectKey.
    • getPermissions

      public Map getPermissions()
      Returns:
      Returns the permissions.
    • getPermission

      public boolean getPermission(String action)
      gets get the boolean permission value for a given action
      Parameters:
      action - The action key
      Returns:
      The boolean permission value
    • setPermission

      public void setPermission(String action, boolean permissionValue)
      Sets the boolean permission value for a given action
      Parameters:
      action - The action key
      permissionValue - The boolean permission value