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 SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe right value event type.
- 
Constructor SummaryConstructorsConstructorDescriptionRightValueEvent(org.eclipse.core.resources.IProject project, Map<RoleDescription, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> changedObjects, RightValueEvent.EventType eventType) Constructor.
- 
Method SummaryModifier 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.EventgetProjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.core.event.IEventgetProject
- 
Constructor Details- 
RightValueEventpublic 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 be- null
- changedObjects- the changed role objects, can not be- null
- eventType- the event type, can not be- null
 
 
- 
- 
Method Details- 
getChangedObjectspublic 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
 
- 
getEventTypeGets the event type.- Returns:
- the event type, can not be null
 
 
-