Package com._1c.g5.v8.dt.rights.events
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getEObject()
Returns rls e-object.Right
getRight()
Returns the right.Rls
getRls()
Returns the rls.List<Rls>
getRlss()
Returns the rlss.RoleDescription
getRoleDescription()
Returns role description.-
Methods inherited from class com._1c.g5.v8.dt.core.event.Event
getProject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.v8.dt.core.event.IEvent
getProject
-
-
-
-
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 benull
rls
- the rls, cannot benull
rlss
- the rlses, cannot benull
roleDescription
- the role description, cannot benull
eObject
- the rls e-object, cannot benull
right
- the right, cannot benull
-
-
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
-
getRight
public Right getRight()
Returns the right.- Returns:
- right the right
-
getRoleDescription
public RoleDescription getRoleDescription()
Returns role description.- Returns:
- the roleDescription the role description
-
-