Class RlsTemplateEvent

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

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

    • RlsTemplateEvent

      public RlsTemplateEvent(org.eclipse.core.resources.IProject project, RestrictionTemplate template, RoleDescription roleDescription)
      Constructor.
      Parameters:
      project - the project, cannot be null
      template - the template if it is an editing template event or null if it is an adding or deleting template event
      roleDescription - the role description, cannot be null
  • Method Details

    • getTemplate

      public RestrictionTemplate getTemplate()
      Return the template.
      Returns:
      the template if it is an editing template event or null if it is an adding or deleting template event
    • getRoleDescription

      public RoleDescription getRoleDescription()
      Return the role description.
      Returns:
      the role description, cannot be null