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.model
Methods in com._1c.g5.v8.dt.rights.model that return ObjectRight Modifier and Type Method Description ObjectRight
RightsFactory. 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.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement ObjectRight Modifier and Type Class Description class
ObjectRightImpl
An 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 ObjectRight
RightsFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.rights.model.util that return ObjectRight Modifier and Type Method Description static ObjectRight
RightsModelUtil. 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 T
RightsSwitch. caseObjectRight(ObjectRight object)
Returns the result of interpreting the object as an instance of 'Object Right'.boolean
RightsValidator. 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 ObjectRight
RightsModelUtil. filterObjectRightByRight(Right right, List<ObjectRight> objectRights)
Filters object right by right.
-