Uses of Interface
com._1c.g5.v8.dt.rights.model.Rls
-
-
Uses of Rls in com._1c.g5.v8.dt.rights.events
Methods in com._1c.g5.v8.dt.rights.events that return Rls Modifier and Type Method Description Rls
RlsEvent. 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.model
Methods in com._1c.g5.v8.dt.rights.model that return Rls Modifier and Type Method Description Rls
RightsFactory. 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.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement Rls Modifier and Type Class Description class
RlsImpl
An implementation of the model object 'Rls'.Methods in com._1c.g5.v8.dt.rights.model.impl that return Rls Modifier and Type Method Description Rls
RightsFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type Rls Modifier and Type Method Description T
RightsSwitch. caseRls(Rls object)
Returns the result of interpreting the object as an instance of 'Rls'.boolean
RightsValidator. validateRls(Rls rls, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of Rls in com._1c.g5.v8.dt.rights.tasks
Methods in com._1c.g5.v8.dt.rights.tasks with parameters of type Rls Modifier and Type Method Description 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.static EditRlsTask
EditRlsTask. 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.controllers
Methods 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 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)
-
Uses of Rls in com._1c.g5.v8.dt.rights.ui.sections
Methods in com._1c.g5.v8.dt.rights.ui.sections that return Rls Modifier and Type Method Description Rls
RestrictionAccessSection. getSelectedRls()
Gets selected rls.Methods in com._1c.g5.v8.dt.rights.ui.sections with parameters of type Rls Modifier and Type Method Description void
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 Rls Modifier and Type Method Description void
RestrictionAccessSection. refreshAsync(Right right, List<Rls> rlss)
Refreshes right and set new rls input and selects rls
-