Uses of Interface
com._1c.g5.v8.dt.rights.model.ObjectRights
Packages that use ObjectRights
Package
Description
-
Uses of ObjectRights in com._1c.g5.v8.dt.internal.rights.compare.ui
Constructors in com._1c.g5.v8.dt.internal.rights.compare.ui with parameters of type ObjectRightsModifierConstructorDescriptionEqualObjectRightsNodeWithChildren(IPartialFeatureNode parent, ObjectRights rights, long rightsObjectId, String representation, String renamedOtherRepresentation, int mainPosition, int otherPosition, ComparisonSide objectSide, IImageProvider imageProvider) Creates node instance. -
Uses of ObjectRights in com._1c.g5.v8.dt.internal.rights.ui.common
Method parameters in com._1c.g5.v8.dt.internal.rights.ui.common with type arguments of type ObjectRightsModifier and TypeMethodDescriptionIRightsContentFactory.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, NavigatorAdapterBase adapter, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Creates content item.IRightsContentFactory.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Creates content item for metadata object.RightsContentFactory.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, NavigatorAdapterBase adapter, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) RightsContentFactory.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) -
Uses of ObjectRights in com._1c.g5.v8.dt.internal.rights.ui.editors
Method parameters in com._1c.g5.v8.dt.internal.rights.ui.editors with type arguments of type ObjectRightsModifier and TypeMethodDescriptionIRightsUiModel.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, CollectionNavigatorAdapterBase<?> adapter, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Creates model item.IRightsUiModel.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Creates model item.RightsUiModel.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, CollectionNavigatorAdapterBase<?> adapter, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) RightsUiModel.createItem(org.eclipse.emf.ecore.EObject eObject, RoleDescription roleDescription, TreeViewerItem parentItem, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) IRightsUiModel.getChildren(TreeViewerItem item, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Gets item children.RightsUiModel.getChildren(TreeViewerItem item, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Set<org.eclipse.emf.ecore.EObject>IRightsUiModel.getSubobjectsByItem(TreeViewerItem item, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) Gets subobjects by item.Set<org.eclipse.emf.ecore.EObject>RightsUiModel.getSubobjectsByItem(TreeViewerItem item, List<Pair<org.eclipse.emf.ecore.EObject, ObjectRights>> objectsToRightsMap) -
Uses of ObjectRights in com._1c.g5.v8.dt.rights.model
Methods in com._1c.g5.v8.dt.rights.model that return ObjectRightsModifier and TypeMethodDescriptionRightsFactory.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 ObjectRightsModifier and TypeMethodDescriptionorg.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 ObjectRightsModifier and TypeClassDescriptionclassAn implementation of the model object 'Object Rights'.Methods in com._1c.g5.v8.dt.rights.model.impl that return ObjectRightsMethods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type ObjectRightsModifier and TypeMethodDescriptionorg.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 ObjectRightsModifier and TypeMethodDescriptionstatic 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 ObjectRightsModifier and TypeMethodDescriptionstatic 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 ObjectRightsModifier and TypeMethodDescriptionRightsSwitch.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 ObjectRightsModifier and TypeMethodDescriptionstatic 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.