Class RlsEvent

    • Constructor Detail

      • 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 Detail

      • 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