Class FileEntryAccessControl

All Implemented Interfaces:
Serializable

public class FileEntryAccessControl extends FleetEntryAccessControl
An Access Controller for File Library entires.
Since:
1.0
Version:
7.0
Author:
Luke
See Also:
  • Constructor Details

    • FileEntryAccessControl

      public FileEntryAccessControl(SecurityContext ctx, FileEntry e)
      Initializes the Access Controller.
      Parameters:
      ctx - the Security context
      e - the File Library entry
  • Method Details

    • getCanCreate

      public boolean getCanCreate()
      Returns if a new File Library entry can be created.
      Overrides:
      getCanCreate in class FleetEntryAccessControl
      Returns:
      TRUE if a new entry can be created, otherwise FALSE
    • getCanEdit

      public boolean getCanEdit()
      Returns if the File Library entry can be edited.
      Overrides:
      getCanEdit in class FleetEntryAccessControl
      Returns:
      TRUE if the entry can be edited, otherwise FALSE