Uses of Interface
com._1c.g5.v8.dt.rights.model.Rls
- 
- 
Uses of Rls in com._1c.g5.v8.dt.rights.eventsMethods in com._1c.g5.v8.dt.rights.events that return Rls Modifier and Type Method Description RlsRlsEvent. getRls()Returns the rls.Methods in com._1c.g5.v8.dt.rights.events that return types with arguments of type Rls Modifier and Type Method Description List<Rls>RlsEvent. getRlss()Returns the rlss.Constructors in com._1c.g5.v8.dt.rights.events with parameters of type Rls 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 Rls 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.
- 
Uses of Rls in com._1c.g5.v8.dt.rights.modelMethods in com._1c.g5.v8.dt.rights.model that return Rls Modifier and Type Method Description RlsRightsFactory. createRls()Returns a new object of class 'Rls'.Methods in com._1c.g5.v8.dt.rights.model that return types with arguments of type Rls Modifier and Type Method Description org.eclipse.emf.common.util.EList<Rls>ObjectRight. getRestrictionsByCondition()Returns the value of the 'Restrictions By Condition' containment reference list.
- 
Uses of Rls in com._1c.g5.v8.dt.rights.model.implClasses in com._1c.g5.v8.dt.rights.model.impl that implement Rls Modifier and Type Class Description classRlsImplAn implementation of the model object 'Rls'.Methods in com._1c.g5.v8.dt.rights.model.impl that return Rls Modifier and Type Method Description RlsRightsFactoryImpl. createRls()Methods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type Rls Modifier and Type Method Description org.eclipse.emf.common.util.EList<Rls>ObjectRightImpl. getRestrictionsByCondition()
- 
Uses of Rls in com._1c.g5.v8.dt.rights.model.utilMethods in com._1c.g5.v8.dt.rights.model.util with parameters of type Rls Modifier and Type Method Description TRightsSwitch. caseRls(Rls object)Returns the result of interpreting the object as an instance of 'Rls'.booleanRightsValidator. validateRls(Rls rls, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of Rls in com._1c.g5.v8.dt.rights.tasksMethods in com._1c.g5.v8.dt.rights.tasks with parameters of type Rls Modifier and Type Method Description static DeleteRlsTaskDeleteRlsTask. 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.static EditRlsTaskEditRlsTask. create(Rls rls, Collection<DbViewFieldDef> selectedFields, String condition, org.eclipse.core.resources.IProject project, IEventBroker eventBroker)Creates a new instance.
- 
Uses of Rls in com._1c.g5.v8.dt.rights.ui.editors.controllersMethods in com._1c.g5.v8.dt.rights.ui.editors.controllers that return types with arguments of type Rls Modifier and Type Method Description List<Rls>IRightsEditorController. getItemRightRls(Right right, TreeViewerItem item)Gets item right rls.List<Rls>RightsEditorController. getItemRightRls(Right right, TreeViewerItem item)Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type Rls Modifier and Type Method Description voidIRightsEditorController. 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.voidRightsEditorController. addOrEditObjectCrudRightRls(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, Right right, String condition, Collection<DbViewFieldDef> selectedFields, Rls editingRls)
- 
Uses of Rls in com._1c.g5.v8.dt.rights.ui.sectionsMethods in com._1c.g5.v8.dt.rights.ui.sections that return Rls Modifier and Type Method Description RlsRestrictionAccessSection. getSelectedRls()Gets selected rls.Methods in com._1c.g5.v8.dt.rights.ui.sections with parameters of type Rls Modifier and Type Method Description voidRestrictionAccessSection. 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 Rls Modifier and Type Method Description voidRestrictionAccessSection. refreshAsync(Right right, List<Rls> rlss)Refreshes right and set new rls input and selects rls
 
-