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.model
Methods in com._1c.g5.v8.dt.rights.model that return ObjectRights Modifier and Type Method Description ObjectRights
RightsFactory. 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.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement ObjectRights Modifier and Type Class Description class
ObjectRightsImpl
An 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 ObjectRights
RightsFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.rights.model.util that return ObjectRights Modifier and Type Method Description static ObjectRights
RightsModelUtil. filterObjectRightsByEObject(List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap, org.eclipse.emf.ecore.EObject eObject)
Filters object rights by eObject.static ObjectRights
RightsModelUtil. filterObjectRightsByEObject(org.eclipse.emf.ecore.EObject eObject, List<ObjectRights> objectRights)
Filters object rights by theEObject
.static ObjectRights
RightsModelUtil. filterObjectRightsByEObjectFastly(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription)
Filters object rights by theEObject
fastly.static ObjectRights
RightsModelUtil. 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 T
RightsSwitch. caseObjectRights(ObjectRights object)
Returns the result of interpreting the object as an instance of 'Object Rights'.static void
RightsModelUtil. changeObjectRight(RightValue newValue, RightValue defaultRightValue, ObjectRights objectRights, Right right)
Changes object right.static boolean
RightsModelUtil. isRightsContainsEObjectRls(ObjectRights objectRights)
Is role description contains RLS on selected e-object.static void
RightsModelUtil. removeEmptyObjectRights(RoleDescription roleDescription, ObjectRights objectRights)
Removes empty object rights from model.boolean
RightsValidator. validateObjectRights(ObjectRights objectRights, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
RightsValidator. 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 void
RightsModelUtil. fillObjectsToRightsMap(RoleDescription roleDescription, List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap)
Reads rights and itsEObject
and stores it to the list.static ObjectRights
RightsModelUtil. filterObjectRightsByEObject(List<Pair<org.eclipse.emf.ecore.EObject,ObjectRights>> objectsToRightsMap, org.eclipse.emf.ecore.EObject eObject)
Filters object rights by eObject.static ObjectRights
RightsModelUtil. filterObjectRightsByEObject(org.eclipse.emf.ecore.EObject eObject, List<ObjectRights> objectRights)
Filters object rights by theEObject
.
-