Uses of Interface
com._1c.g5.v8.dt.rights.model.Right
-
-
Uses of Right in com._1c.g5.v8.dt.rights.events
Methods in com._1c.g5.v8.dt.rights.events that return Right Modifier and Type Method Description Right
RlsEvent. getRight()
Returns the right.Methods in com._1c.g5.v8.dt.rights.events that return types with arguments of type Right Modifier and Type Method Description Map<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 Right Constructor Description RlsEvent(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 Right 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 Right in com._1c.g5.v8.dt.rights.model
Methods in com._1c.g5.v8.dt.rights.model that return Right Modifier and Type Method Description Right
RightsFactory. createRight()
Returns a new object of class 'Right'.Right
ObjectRight. getRight()
Returns the value of the 'Right' reference.Right
RightInfo. getRight()
Returns the value of the 'Right' reference.Methods in com._1c.g5.v8.dt.rights.model with parameters of type Right Modifier and Type Method Description void
ObjectRight. setRight(Right value)
Sets the value of the 'Right
' reference.void
RightInfo. setRight(Right value)
Sets the value of the 'Right
' reference. -
Uses of Right in com._1c.g5.v8.dt.rights.model.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement Right Modifier and Type Class Description class
RightImpl
An implementation of the model object 'Right'.Methods in com._1c.g5.v8.dt.rights.model.impl that return Right Modifier and Type Method Description Right
RightsFactoryImpl. createRight()
Right
ObjectRightImpl. getRight()
Right
RightInfoImpl. getRight()
Methods in com._1c.g5.v8.dt.rights.model.impl with parameters of type Right Modifier and Type Method Description void
ObjectRightImpl. setRight(Right newRight)
void
RightInfoImpl. setRight(Right newRight)
-
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 Right Modifier and Type Method Description static 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 Right Modifier and Type Method Description T
RightsSwitch. caseRight(Right object)
Returns 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.static Set<RightName>
RightsModelUtil. getCheckDependeces(Right right)
Returns all check dependeces right names for the given right.static Set<RightName>
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 Right Modifier and Type Method Description static 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 Right Modifier and Type Method Description static 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)
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 Right 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.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.Constructor parameters in com._1c.g5.v8.dt.rights.tasks with type arguments of type Right Constructor Description EditRightValuesTask(Role role, Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>> rightChanges, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)
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)
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 Right Modifier and Type Method Description Set<Right>
SetFilterByRightsDialog. getSelectedRights()
Gets selected rights.Constructor parameters in com._1c.g5.v8.dt.rights.ui.dialogs with type arguments of type Right Constructor Description SetFilterByRightsDialog(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 Right Modifier and Type Method Description Set<Right>
IRightInfosService. getConfigurationRights()
Gets configuration rights.Set<Right>
IRightsEditorController. getConfigurationRights()
Gets configuration rights.Set<Right>
RightsEditorController. getConfigurationRights()
List<Right>
IRightsEditorController. getContainedEClassesRights(Collection<TreeViewerItem> items)
Gets contained objects 'es rights of the given collection ofTreeViewerItem
's.List<Right>
RightsEditorController. getContainedEClassesRights(Collection<TreeViewerItem> items)
Set<Right>
IRightInfosService. getEClassRights(org.eclipse.emf.ecore.EClass eClass)
Gets e-class rights.Set<Right>
IRightsEditorController. getEClassRights(org.eclipse.emf.ecore.EClass eClass)
Gets e-class rights.Set<Right>
RightsEditorController. getEClassRights(org.eclipse.emf.ecore.EClass eClass)
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type Right Modifier and Type Method Description void
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)
List<Rls>
IRightsEditorController. getItemRightRls(Right right, TreeViewerItem item)
Gets item right rls.List<Rls>
RightsEditorController. getItemRightRls(Right right, TreeViewerItem item)
CheckState
IRightsEditorController. getRightValue(TreeViewerItem item, Right right)
Gets item right value.CheckState
RightsEditorController. getRightValue(TreeViewerItem item, Right right)
boolean
IRightInfosService. isEClassRight(org.eclipse.emf.ecore.EClass eClass, Right right)
Checks, if the right of the e-class one.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 Right Modifier and Type Method Description String
RightLabelProvider. 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 Right Modifier and Type Method Description Right
RestrictionAccessSection. getSelectedRight()
Gets selected right.Methods in com._1c.g5.v8.dt.rights.ui.sections that return types with arguments of type Right Modifier and Type Method Description Collection<Right>
ObjectsSection. getRightsToFilterBy()
Retursn the collection of rights to filter by.Methods in com._1c.g5.v8.dt.rights.ui.sections with parameters of type Right Modifier and Type Method Description void
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 Right Modifier and Type Method Description void
RestrictionAccessSection. init(Set<Right> cruds, TreeViewerItem item)
Inits section data.void
ObjectsSection. setRightsToFilterBy(Collection<Right> rightsToFilterBy)
Sets the collection of rights to filter by.
-