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
Set right values for changed roles objects event.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The right value event type. -
Constructor Summary
ConstructorsConstructorDescriptionRightValueEvent
(org.eclipse.core.resources.IProject project, Map<RoleDescription, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> changedObjects, RightValueEvent.EventType eventType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMap<RoleDescription,
Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> Returns the changed role objects.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 Details
-
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 Details
-
getChangedObjects
public Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject, getChangedObjects()Map<Right, RightValue>>> Returns the changed role objects.- Returns:
- changedObjects the changed role objects, can not be
null
-
getEventType
Gets the event type.- Returns:
- the event type, can not be
null
-