Class RightsInfoService

java.lang.Object
com._1c.g5.v8.dt.internal.rights.RightsInfoService
All Implemented Interfaces:
IRightInfosService

public class RightsInfoService extends Object implements IRightInfosService
Implementation IRightInfosService.
  • Constructor Details

    • RightsInfoService

      public RightsInfoService()
  • Method Details

    • getRights

      public Set<Right> getRights(org.eclipse.emf.ecore.EObject context)
      Description copied from interface: IRightInfosService
      Gets rights by context.
      Specified by:
      getRights in interface IRightInfosService
      Parameters:
      context - the e-object context, can not be null
      Returns:
      the rights, can not be null
    • getEClassRights

      public Set<Right> getEClassRights(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass eClass)
      Description copied from interface: IRightInfosService
      Gets e-class rights.
      Specified by:
      getEClassRights in interface IRightInfosService
      Parameters:
      context - the e-object context, can not be null
      eClass - the e-class, can not be null
      Returns:
      the e-class rights, can not be null
    • getEClassRightsOrder

      public Map<Integer,Right> getEClassRightsOrder(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass eClass)
      Description copied from interface: IRightInfosService
      Returns e-class right orders.
      Specified by:
      getEClassRightsOrder in interface IRightInfosService
      Parameters:
      context - the e-object context, can not be null
      eClass - the e-class, can not be null
      Returns:
      the e-class right order, can not be null