Uses of Interface
com._1c.g5.v8.dt.rights.model.ObjectRight
- 
Packages that use ObjectRight 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 ObjectRight in com._1c.g5.v8.dt.rights.modelMethods in com._1c.g5.v8.dt.rights.model that return ObjectRight Modifier and Type Method Description ObjectRightRightsFactory. createObjectRight()Returns a new object of class 'Object Right'.Methods in com._1c.g5.v8.dt.rights.model that return types with arguments of type ObjectRight Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObjectRight>ObjectRights. getRights()Returns the value of the 'Rights' containment reference list.
- 
Uses of ObjectRight in com._1c.g5.v8.dt.rights.model.implClasses in com._1c.g5.v8.dt.rights.model.impl that implement ObjectRight Modifier and Type Class Description classObjectRightImplAn implementation of the model object 'Object Right'.Methods in com._1c.g5.v8.dt.rights.model.impl that return ObjectRight Modifier and Type Method Description ObjectRightRightsFactoryImpl. createObjectRight()Methods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type ObjectRight Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObjectRight>ObjectRightsImpl. getRights()
- 
Uses of ObjectRight in com._1c.g5.v8.dt.rights.model.utilMethods in com._1c.g5.v8.dt.rights.model.util that return ObjectRight Modifier and Type Method Description static ObjectRightRightsModelUtil. filterObjectRightByRight(Right right, List<ObjectRight> objectRights)Filters object right by right.Methods in com._1c.g5.v8.dt.rights.model.util that return types with arguments of type ObjectRight Modifier and Type Method Description static List<ObjectRight>RightsModelUtil. getObjectRight(RoleDescription roleDescription, org.eclipse.emf.ecore.EClass eClass, String rightName)Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type ObjectRight Modifier and Type Method Description TRightsSwitch. caseObjectRight(ObjectRight object)Returns the result of interpreting the object as an instance of 'Object Right'.booleanRightsValidator. validateObjectRight(ObjectRight objectRight, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Method parameters in com._1c.g5.v8.dt.rights.model.util with type arguments of type ObjectRight Modifier and Type Method Description static ObjectRightRightsModelUtil. filterObjectRightByRight(Right right, List<ObjectRight> objectRights)Filters object right by right.
 
-