Uses of Interface
com._1c.g5.v8.dt.rights.model.Right
Packages that use Right
Package
Description
-
Uses of Right in com._1c.g5.v8.dt.internal.rights
Methods in com._1c.g5.v8.dt.internal.rights that return types with arguments of type RightModifier and TypeMethodDescriptionRightsInfoService.getEClassRights
(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass eClass) RightsInfoService.getEClassRightsOrder
(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass eClass) RightsInfoService.getRights
(org.eclipse.emf.ecore.EObject context) -
Uses of Right in com._1c.g5.v8.dt.internal.rights.ui.common
Methods in com._1c.g5.v8.dt.internal.rights.ui.common with parameters of type RightModifier and TypeMethodDescriptionRightsUiUtil.getItemRightRls
(Right right, TreeViewerItem item) Gets item right rls. -
Uses of Right in com._1c.g5.v8.dt.internal.rights.ui.dialogs
Methods in com._1c.g5.v8.dt.internal.rights.ui.dialogs that return types with arguments of type RightModifier and TypeMethodDescriptionRightsEditDialog.getCheckedRights()
Returns the checked rights.RightsEditDialog.getGrayedRights()
Returns the grayed rights. -
Uses of Right in com._1c.g5.v8.dt.internal.rights.ui.panels
Method parameters in com._1c.g5.v8.dt.internal.rights.ui.panels with type arguments of type RightModifier and TypeMethodDescriptionvoid
RightsPanel.initRights
(Collection<Right> rights, TreeViewerItem item, IRightsEditorController controller) Inits rights. -
Uses of Right in com._1c.g5.v8.dt.internal.rights.ui.wizards
Constructors in com._1c.g5.v8.dt.internal.rights.ui.wizards with parameters of type RightModifierConstructorDescriptionRlsEditWizard
(org.eclipse.core.resources.IProject project, org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, Right right, Rls rls, IRightsEditorController controller, boolean editable, boolean isAddAction) Constructor.protected
RlsEditWizardPage
(org.eclipse.core.resources.IProject project, org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, Rls rls, Right right, Configuration configuration, boolean editable, String title, String description) Constructor. -
Uses of Right in com._1c.g5.v8.dt.rights
Methods in com._1c.g5.v8.dt.rights that return types with arguments of type RightModifier and TypeMethodDescriptionIRightInfosService.getEClassRights
(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass eClass) Gets e-class rights.IRightInfosService.getEClassRightsOrder
(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass eClass) Returns e-class right orders.IRightInfosService.getRights
(org.eclipse.emf.ecore.EObject context) Gets rights by context.Methods in com._1c.g5.v8.dt.rights with parameters of type Right -
Uses of Right in com._1c.g5.v8.dt.rights.events
Methods in com._1c.g5.v8.dt.rights.events that return RightMethods in com._1c.g5.v8.dt.rights.events that return types with arguments of type RightModifier and TypeMethodDescriptionMap<RoleDescription,
Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> RightValueEvent.getChangedObjects()
Returns the changed role objects.Constructors in com._1c.g5.v8.dt.rights.events with parameters of type RightModifierConstructorDescriptionRlsEvent
(org.eclipse.core.resources.IProject project, Rls rls, List<Rls> rlss, RoleDescription roleDescription, org.eclipse.emf.ecore.EObject eObject, Right right) Constructor.Constructor parameters in com._1c.g5.v8.dt.rights.events with type arguments of type RightModifierConstructorDescriptionRightValueEvent
(org.eclipse.core.resources.IProject project, Map<RoleDescription, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>>> changedObjects, RightValueEvent.EventType eventType) Constructor. -
Uses of Right in com._1c.g5.v8.dt.rights.model
Methods in com._1c.g5.v8.dt.rights.model that return RightModifier and TypeMethodDescriptionRightsFactory.createRight()
Returns a new object of class 'Right'.ObjectRight.getRight()
Returns the value of the 'Right' reference.RightInfo.getRight()
Returns the value of the 'Right' reference.Methods in com._1c.g5.v8.dt.rights.model with parameters of type Right -
Uses of Right in com._1c.g5.v8.dt.rights.model.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement RightMethods in com._1c.g5.v8.dt.rights.model.impl that return RightModifier and TypeMethodDescriptionRightsFactoryImpl.createRight()
ObjectRightImpl.getRight()
RightInfoImpl.getRight()
Methods in com._1c.g5.v8.dt.rights.model.impl with parameters of type Right -
Uses of Right in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util that return types with arguments of type RightModifier and TypeMethodDescriptionstatic Collection<Right>
RightsModelUtil.filterCheckDependeces
(Right right, Collection<Right> rights) Filters check right dependences.static Collection<Right>
RightsModelUtil.filterUncheckDependeces
(Right right, Collection<Right> rights) Filters uncheck right dependences.Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RightModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Right'.static void
RightsModelUtil.changeObjectRight
(RightValue newValue, RightValue defaultRightValue, ObjectRights objectRights, Right right) Changes object right.static Collection<Right>
RightsModelUtil.filterCheckDependeces
(Right right, Collection<Right> rights) Filters check right dependences.static ObjectRight
RightsModelUtil.filterObjectRightByRight
(Right right, List<ObjectRight> objectRights) Filters object right by right.static Collection<Right>
RightsModelUtil.filterUncheckDependeces
(Right right, Collection<Right> rights) Filters uncheck right dependences.RightsModelUtil.getCheckDependeces
(Right right) Returns all check dependeces right names for the given right.RightsModelUtil.getUncheckDependeces
(Right right) Returns all uncheck dependeces right names for the given right.static boolean
RightsModelUtil.isRightContains
(Right right, Collection<Right> rights) Checks is right contains in right collection, compares right by name.static boolean
RightsModelUtil.isSameRights
(Right right1, Right right2) Compares two rights by name.boolean
RightsValidator.validateRight
(Right right, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Method parameters in com._1c.g5.v8.dt.rights.model.util with type arguments of type RightModifier and TypeMethodDescriptionstatic Collection<Right>
RightsModelUtil.filterCheckDependeces
(Right right, Collection<Right> rights) Filters check right dependences.static Collection<Right>
RightsModelUtil.filterUncheckDependeces
(Right right, Collection<Right> rights) Filters uncheck right dependences.static boolean
RightsModelUtil.isRightContains
(Right right, Collection<Right> rights) Checks is right contains in right collection, compares right by name. -
Uses of Right in com._1c.g5.v8.dt.rights.tasks
Methods in com._1c.g5.v8.dt.rights.tasks with parameters of type RightModifier and TypeMethodDescriptionstatic AddRlsTask
AddRlsTask.create
(RoleDescription roleDescription, org.eclipse.emf.ecore.EObject eObject, Right right, Collection<DbViewFieldDef> selectedFields, String condition, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instance.static DeleteRlsTask
DeleteRlsTask.create
(Role role, org.eclipse.emf.ecore.EObject eObject, Right right, Rls rls, org.eclipse.core.resources.IProject project, IEventBroker eventBroker) Creates a new instance.Method parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type RightModifier 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.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, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instance.Constructor parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type RightModifierConstructorDescriptionEditRightValuesTask
(Role role, Map<org.eclipse.emf.ecore.EObject, Map<Right, RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker, IModelObjectCollectionRuntimeOrderSorter sorter) Constructor.SetSetRightsForAttributesByDefaultTask
(RoleDescription roleDescription, boolean setRightsForAttributesByDefault, boolean changeAllRights, org.eclipse.core.resources.IProject project, Function<org.eclipse.emf.ecore.EClass, Collection<Right>> availableRightsProvider, IEventBroker eventBroker) Constructor.SetSetRightsForNewObjectsTask
(Role role, boolean setForNewObjects, Function<org.eclipse.emf.ecore.EClass, Collection<Right>> availableRightsGetter, org.eclipse.core.resources.IProject project, IBmEmfIndexManager bmEmfIndexManager, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IModelObjectCollectionRuntimeOrderSorter sorter) Creates a new instance. -
Uses of Right in com._1c.g5.v8.dt.rights.ui.dialogs
Methods in com._1c.g5.v8.dt.rights.ui.dialogs that return types with arguments of type RightModifier and TypeMethodDescriptionSetFilterByRightsDialog.getSelectedRights()
Gets selected rights.Constructor parameters in com._1c.g5.v8.dt.rights.ui.dialogs with type arguments of type RightModifierConstructorDescriptionSetFilterByRightsDialog
(org.eclipse.swt.widgets.Shell parentShell, Collection<Right> input, Collection<Right> initialSelectedRights) Constructor. -
Uses of Right in com._1c.g5.v8.dt.rights.ui.editors.controllers
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers that return types with arguments of type RightModifier and TypeMethodDescriptionIRightsEditorController.getConfigurationRights()
Gets configuration rights.RightsEditorController.getConfigurationRights()
IRightsEditorController.getContainedEClassesRights
(Collection<TreeViewerItem> items) Gets contained objects 'es rights of the given collection ofTreeViewerItem
's.RightsEditorController.getContainedEClassesRights
(Collection<TreeViewerItem> items) IRightsEditorController.getEClassRights
(org.eclipse.emf.ecore.EClass eClass) Gets e-class rights.RightsEditorController.getEClassRights
(org.eclipse.emf.ecore.EClass eClass) Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type RightModifier and TypeMethodDescriptionvoid
IRightsEditorController.addOrEditObjectCrudRightRls
(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, Right right, String condition, Collection<DbViewFieldDef> selectedFields, Rls editingRls) Adds or edits object crud right rls in performs finish wizard.void
RightsEditorController.addOrEditObjectCrudRightRls
(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, Right right, String condition, Collection<DbViewFieldDef> selectedFields, Rls editingRls) IRightsEditorController.getItemRightRls
(Right right, TreeViewerItem item) Gets item right rls.RightsEditorController.getItemRightRls
(Right right, TreeViewerItem item) IRightsEditorController.getRightValue
(TreeViewerItem item, Right right) Gets item right value.RightsEditorController.getRightValue
(TreeViewerItem item, Right right) void
IRightsEditorController.setRightValue
(RightValue newValue, TreeViewerItem item, Right right) Sets item right value.void
RightsEditorController.setRightValue
(RightValue newValue, TreeViewerItem item, Right right) -
Uses of Right in com._1c.g5.v8.dt.rights.ui.providers
Methods in com._1c.g5.v8.dt.rights.ui.providers with parameters of type RightModifier and TypeMethodDescriptionRightLabelProvider.getSeparatedText
(Right right) Returns the separated by lines text presentation of the right. -
Uses of Right in com._1c.g5.v8.dt.rights.ui.sections
Methods in com._1c.g5.v8.dt.rights.ui.sections that return RightModifier and TypeMethodDescriptionRestrictionAccessSection.getSelectedRight()
Gets selected right.Methods in com._1c.g5.v8.dt.rights.ui.sections that return types with arguments of type RightModifier and TypeMethodDescriptionObjectsSection.getRightsToFilterBy()
Retursn the collection of rights to filter by.Methods in com._1c.g5.v8.dt.rights.ui.sections with parameters of type RightModifier and TypeMethodDescriptionvoid
RestrictionAccessSection.refreshAsync
(Right right, List<Rls> rlss) Refreshes right and set new rls input and selects rlsvoid
RestrictionAccessSection.refreshViewerItemAsync
(Right right, Rls rls) Refreshes selected right and rls async.Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type RightModifier and TypeMethodDescriptionvoid
RestrictionAccessSection.init
(Set<Right> cruds, TreeViewerItem item) Inits section data.void
ObjectsSection.setRightsToFilterBy
(Collection<Right> rightsToFilterBy) Sets the collection of rights to filter by.