Uses of Class
com._1c.g5.v8.dt.rights.model.RightValue
-
-
Uses of RightValue in com._1c.g5.v8.dt.rights.events
Methods 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.model
Fields in com._1c.g5.v8.dt.rights.model with type parameters of type RightValue Modifier and Type Field Description static List<RightValue>
RightValue. VALUES
A 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 RightValue
RightValue. get(int value)
Returns the 'Right Value' literal with the specified integer value.static RightValue
RightValue. get(String literal)
Returns the 'Right Value' literal with the specified literal value.static RightValue
RightValue. getByName(String name)
Returns the 'Right Value' literal with the specified name.RightValue
ObjectRight. getValue()
Returns the value of the 'Value' attribute.static RightValue
RightValue. 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 void
ObjectRight. setValue(RightValue value)
Sets the value of the 'Value
' attribute. -
Uses of RightValue in com._1c.g5.v8.dt.rights.model.impl
Methods in com._1c.g5.v8.dt.rights.model.impl that return RightValue Modifier and Type Method Description RightValue
RightsFactoryImpl. createRightValueFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
RightValue
ObjectRightImpl. getValue()
Methods in com._1c.g5.v8.dt.rights.model.impl with parameters of type RightValue Modifier and Type Method Description void
ObjectRightImpl. setValue(RightValue newValue)
-
Uses of RightValue in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util that return RightValue Modifier and Type Method Description static RightValue
RightsModelUtil. getDefaultRightValue(org.eclipse.emf.ecore.EObject object, Role role)
Gets the object default right value.static RightValue
RightsModelUtil. getRightValue(boolean rightValue)
GetsRightValue
from the boolean value.Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RightValue Modifier and Type Method Description static void
RightsModelUtil. changeObjectRight(RightValue newValue, RightValue defaultRightValue, ObjectRights objectRights, Right right)
Changes object right.static boolean
RightsModelUtil. getBooleanRightValue(RightValue rightValue)
Gets the boolean from the givenRightValue
.boolean
RightsValidator. validateRightValue(RightValue rightValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of RightValue in com._1c.g5.v8.dt.rights.tasks
Methods in com._1c.g5.v8.dt.rights.tasks with parameters of type RightValue Modifier and Type Method Description static SetAllRightsTask
SetAllRightsTask. 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.controllers
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type RightValue Modifier and Type Method Description void
IRightsEditorController. changeAllObjectRights(RightValue value)
Change all object rights value.void
RightsEditorController. changeAllObjectRights(RightValue value)
void
IRightsEditorController. setRightValue(RightValue newValue, TreeViewerItem item, Right right)
Sets item right value.void
RightsEditorController. setRightValue(RightValue newValue, TreeViewerItem item, Right right)
-
Uses of RightValue in com._1c.g5.v8.dt.rights.ui.sections
Methods 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 void
TreeViewerItem. setRights(Map<String,RightValue> rights)
Set the rights.
-