Uses of Interface
com._1c.g5.v8.dt.rights.model.ObjectRights
- 
Packages that use ObjectRights Package Description com._1c.g5.v8.dt.rights.model com._1c.g5.v8.dt.rights.model.impl com._1c.g5.v8.dt.rights.model.util 
- 
- 
Uses of ObjectRights in com._1c.g5.v8.dt.rights.modelMethods in com._1c.g5.v8.dt.rights.model that return ObjectRights Modifier and Type Method Description ObjectRightsRightsFactory. createObjectRights()Returns a new object of class 'Object Rights'.Methods in com._1c.g5.v8.dt.rights.model that return types with arguments of type ObjectRights Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObjectRights>RoleDescription. getRights()Returns the value of the 'Rights' containment reference list.
- 
Uses of ObjectRights in com._1c.g5.v8.dt.rights.model.implClasses in com._1c.g5.v8.dt.rights.model.impl that implement ObjectRights Modifier and Type Class Description classObjectRightsImplAn implementation of the model object 'Object Rights'.Methods in com._1c.g5.v8.dt.rights.model.impl that return ObjectRights Modifier and Type Method Description ObjectRightsRightsFactoryImpl. createObjectRights()Methods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type ObjectRights Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObjectRights>RoleDescriptionImpl. getRights()
- 
Uses of ObjectRights in com._1c.g5.v8.dt.rights.model.utilMethods in com._1c.g5.v8.dt.rights.model.util that return ObjectRights Modifier and Type Method Description static ObjectRightsRightsModelUtil. filterObjectRightsByEObject(List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap, org.eclipse.emf.ecore.EObject eObject)Filters object rights by eObject.static ObjectRightsRightsModelUtil. filterObjectRightsByEObject(org.eclipse.emf.ecore.EObject eObject, List<ObjectRights> objectRights)Filters object rights by theEObject.static ObjectRightsRightsModelUtil. filterObjectRightsByEObjectFastly(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription)Filters object rights by theEObjectfastly.static ObjectRightsRightsModelUtil. getOrCreateObjectRights(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription)Gets or creates object rights by eObject from role description.Methods in com._1c.g5.v8.dt.rights.model.util that return types with arguments of type ObjectRights Modifier and Type Method Description static Collection<ObjectRights>RightsModelUtil. filterObjectRightsByEObjects(List<org.eclipse.emf.ecore.EObject> eObjects, List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap)Filters object righs by eObjectsstatic List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>>RightsModelUtil. getObjectsToRightsMap(RoleDescription roleDescription)Reads rights and its e-object and stores it to the list.static Map<org.eclipse.emf.ecore.EObject,Pair<ObjectRights,Boolean>>RightsModelUtil. getTopObjectsToRightsMap(RoleDescription roleDescription, org.eclipse.emf.ecore.EObject objectContext)Reads rights and its e-object and stores top objects to the map.static Map<org.eclipse.emf.ecore.EObject,Pair<ObjectRights,Boolean>>RightsModelUtil. getTopObjectsToRightsMap(RoleDescription roleDescription, org.eclipse.emf.ecore.EObject objectContext, String topObjectFqn)Reads rights and its e-object and stores top objects to the map.Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type ObjectRights Modifier and Type Method Description TRightsSwitch. caseObjectRights(ObjectRights object)Returns the result of interpreting the object as an instance of 'Object Rights'.static voidRightsModelUtil. changeObjectRight(RightValue newValue, RightValue defaultRightValue, ObjectRights objectRights, Right right)Changes object right.static booleanRightsModelUtil. isRightsContainsEObjectRls(ObjectRights objectRights)Is role description contains RLS on selected e-object.static voidRightsModelUtil. removeEmptyObjectRights(RoleDescription roleDescription, ObjectRights objectRights)Removes empty object rights from model.booleanRightsValidator. validateObjectRights(ObjectRights objectRights, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanRightsValidator. validateObjectRights_validate(ObjectRights objectRights, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Object Rights'.Method parameters in com._1c.g5.v8.dt.rights.model.util with type arguments of type ObjectRights Modifier and Type Method Description static voidRightsModelUtil. fillObjectsToRightsMap(RoleDescription roleDescription, List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap)Reads rights and itsEObjectand stores it to the list.static ObjectRightsRightsModelUtil. filterObjectRightsByEObject(List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap, org.eclipse.emf.ecore.EObject eObject)Filters object rights by eObject.static ObjectRightsRightsModelUtil. filterObjectRightsByEObject(org.eclipse.emf.ecore.EObject eObject, List<ObjectRights> objectRights)Filters object rights by theEObject.
 
-