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
Edit rls event.
-
Constructor Summary
Constructors -
Method Summary
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 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 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 Details
-
getEObject
public org.eclipse.emf.ecore.EObject getEObject()Returns rls e-object.- Returns:
- the eObject the rls e-object.
-
getRls
Returns the rls.- Returns:
- rls the rls
-
getRlss
Returns the rlss.- Returns:
- rlss the rlss
-
getRight
Returns the right.- Returns:
- right the right
-
getRoleDescription
Returns role description.- Returns:
- the roleDescription the role description
-