Uses of Class
com._1c.g5.v8.dt.rights.model.RightValue
- 
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.eventsMethods in com._1c.g5.v8.dt.rights.events that return types with arguments of type RightValue Modifier and Type Method Description Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>>RightValueEvent. getChangedObjects()Returns the changed role objects.Constructor parameters in com._1c.g5.v8.dt.rights.events with type arguments of type RightValue 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.
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.modelFields in com._1c.g5.v8.dt.rights.model with type parameters of type RightValue Modifier and Type Field Description static List<RightValue>RightValue. VALUESA public read-only list of all the 'Right Value' enumerators.Methods in com._1c.g5.v8.dt.rights.model that return RightValue Modifier and Type Method Description static RightValueRightValue. get(int value)Returns the 'Right Value' literal with the specified integer value.static RightValueRightValue. get(String literal)Returns the 'Right Value' literal with the specified literal value.static RightValueRightValue. getByName(String name)Returns the 'Right Value' literal with the specified name.RightValueObjectRight. getValue()Returns the value of the 'Value' attribute.static RightValueRightValue. valueOf(String name)Returns the enum constant of this type with the specified name.static RightValue[]RightValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.rights.model with parameters of type RightValue Modifier and Type Method Description voidObjectRight. setValue(RightValue value)Sets the value of the 'Value' attribute.
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.model.implMethods in com._1c.g5.v8.dt.rights.model.impl that return RightValue Modifier and Type Method Description RightValueRightsFactoryImpl. createRightValueFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)RightValueObjectRightImpl. getValue()Methods in com._1c.g5.v8.dt.rights.model.impl with parameters of type RightValue Modifier and Type Method Description voidObjectRightImpl. setValue(RightValue newValue)
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.model.utilMethods in com._1c.g5.v8.dt.rights.model.util that return RightValue Modifier and Type Method Description static RightValueRightsModelUtil. getDefaultRightValue(org.eclipse.emf.ecore.EObject object, Role role)Gets the object default right value.static RightValueRightsModelUtil. getRightValue(boolean rightValue)GetsRightValuefrom the boolean value.Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RightValue Modifier and Type Method Description static voidRightsModelUtil. changeObjectRight(RightValue newValue, RightValue defaultRightValue, ObjectRights objectRights, Right right)Changes object right.static booleanRightsModelUtil. getBooleanRightValue(RightValue rightValue)Gets the boolean from the givenRightValue.booleanRightsValidator. validateRightValue(RightValue rightValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.tasksMethods in com._1c.g5.v8.dt.rights.tasks with parameters of type RightValue Modifier and Type Method Description static SetAllRightsTaskSetAllRightsTask. create(RightValue value, Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Set<Right>>> roles, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IBmModel bmModel, RightValueEvent.EventType eventType)Creates a new instance.Method parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type RightValue Modifier and Type Method Description static IBmTask<?>AddRightValuesTask. create(Map<Role,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> changedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Creates a new instancestatic IBmTask<?>DeleteObjectsFromRolesTask. create(Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> deletedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Creates a new instance.Constructor parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type RightValue Constructor Description EditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Constructor.
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.ui.editors.controllersMethods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type RightValue Modifier and Type Method Description voidIRightsEditorController. changeAllObjectRights(RightValue value)Change all object rights value.voidRightsEditorController. changeAllObjectRights(RightValue value)voidIRightsEditorController. setRightValue(RightValue newValue, TreeViewerItem item, Right right)Sets item right value.voidRightsEditorController. setRightValue(RightValue newValue, TreeViewerItem item, Right right)
- 
Uses of RightValue in com._1c.g5.v8.dt.rights.ui.sectionsMethods in com._1c.g5.v8.dt.rights.ui.sections that return types with arguments of type RightValue Modifier and Type Method Description Map<String,RightValue>TreeViewerItem. getRights()Gets the item rights.Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type RightValue Modifier and Type Method Description voidTreeViewerItem. setRights(Map<String,RightValue> rights)Set the rights.
 
-