Uses of Enum Class
com._1c.g5.v8.dt.rights.model.RightValue
Packages that use RightValue
Package
Description
-
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 RightValueModifier and TypeMethodDescriptionMap<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 RightValueModifierConstructorDescriptionRightValueEvent
(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 RightValueModifier and TypeFieldDescriptionstatic final 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 RightValueModifier and TypeMethodDescriptionstatic RightValue
RightValue.get
(int value) Returns the 'Right Value' literal with the specified integer value.static RightValue
Returns the 'Right Value' literal with the specified literal value.static RightValue
Returns the 'Right Value' literal with the specified name.ObjectRight.getValue()
Returns the value of the 'Value' attribute.static RightValue
Returns the enum constant of this class with the specified name.static RightValue[]
RightValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.rights.model with parameters of type RightValueModifier and TypeMethodDescriptionvoid
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 RightValueModifier and TypeMethodDescriptionRightsFactoryImpl.createRightValueFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ObjectRightImpl.getValue()
Methods in com._1c.g5.v8.dt.rights.model.impl with parameters of type RightValue -
Uses of RightValue in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util that return RightValueModifier and TypeMethodDescriptionstatic 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 RightValueModifier and TypeMethodDescriptionstatic 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 RightValueModifier and TypeMethodDescriptionstatic 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, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instance.Method parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type RightValueModifier and TypeMethodDescriptionstatic IBmTask<?>
AddRightValuesTask.create
(Map<Role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> changedObjects, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) 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 RightValueModifierConstructorDescriptionEditRightValuesTask
(Role role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) 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 RightValueModifier and TypeMethodDescriptionvoid
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 RightValueMethod parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type RightValueModifier and TypeMethodDescriptionvoid
TreeViewerItem.setRights
(Map<String, RightValue> rights) Set the rights.