Package com._1c.g5.v8.dt.rights.events
Class RightValueEvent
- java.lang.Object
-
- com._1c.g5.v8.dt.core.event.Event
-
- com._1c.g5.v8.dt.rights.events.RightValueEvent
-
- All Implemented Interfaces:
IEvent
,IRightsEvent
public class RightValueEvent extends Event implements IRightsEvent
Set right values for changed roles objects event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RightValueEvent.EventType
The right value event type.
-
Constructor Summary
Constructors Constructor Description RightValueEvent(org.eclipse.core.resources.IProject project, Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> changedObjects, RightValueEvent.EventType eventType)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>>
getChangedObjects()
Returns the changed role objects.RightValueEvent.EventType
getEventType()
Gets the event type.-
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
-
RightValueEvent
public RightValueEvent(org.eclipse.core.resources.IProject project, Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> changedObjects, RightValueEvent.EventType eventType)
Constructor.- Parameters:
project
- the project, cannot benull
changedObjects
- the changed role objects, can not benull
eventType
- the event type, can not benull
-
-
Method Detail
-
getChangedObjects
public Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> getChangedObjects()
Returns the changed role objects.- Returns:
- changedObjects the changed role objects, can not be
null
-
getEventType
public RightValueEvent.EventType getEventType()
Gets the event type.- Returns:
- the event type, can not be
null
-
-