Class RlsEvent

java.lang.Object
com._1c.g5.v8.dt.core.event.Event
com._1c.g5.v8.dt.rights.events.RlsEvent
All Implemented Interfaces:
IEvent, IRightsEvent

public class RlsEvent extends Event implements IRightsEvent
Edit rls event.
  • Constructor Details

    • RlsEvent

      public RlsEvent(org.eclipse.core.resources.IProject project, Rls rls, List<Rls> rlss, RoleDescription roleDescription, org.eclipse.emf.ecore.EObject eObject, Right right)
      Constructor.
      Parameters:
      project - the project, cannot be null
      rls - the rls, cannot be null
      rlss - the rlses, cannot be null
      roleDescription - the role description, cannot be null
      eObject - the rls e-object, cannot be null
      right - the right, cannot be null
  • Method Details

    • getEObject

      public org.eclipse.emf.ecore.EObject getEObject()
      Returns rls e-object.
      Returns:
      the eObject the rls e-object.
    • getRls

      public Rls getRls()
      Returns the rls.
      Returns:
      rls the rls
    • getRlss

      public List<Rls> getRlss()
      Returns the rlss.
      Returns:
      rlss the rlss
    • getRight

      public Right getRight()
      Returns the right.
      Returns:
      right the right
    • getRoleDescription

      public RoleDescription getRoleDescription()
      Returns role description.
      Returns:
      the roleDescription the role description