Uses of Interface
com._1c.g5.v8.dt.rights.model.RightInfo
-
Packages that use RightInfo 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 RightInfo in com._1c.g5.v8.dt.rights.model
Methods in com._1c.g5.v8.dt.rights.model that return RightInfo Modifier and Type Method Description RightInfo
RightsFactory. createRightInfo()
Returns a new object of class 'Right Info'.Methods in com._1c.g5.v8.dt.rights.model that return types with arguments of type RightInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<RightInfo>
RightInfo. getChildRights()
Returns the value of the 'Child Rights' reference list.org.eclipse.emf.common.util.EList<RightInfo>
RightInfo. getParentRights()
Returns the value of the 'Parent Rights' reference list. -
Uses of RightInfo in com._1c.g5.v8.dt.rights.model.impl
Classes in com._1c.g5.v8.dt.rights.model.impl that implement RightInfo Modifier and Type Class Description class
RightInfoImpl
An implementation of the model object 'Right Info'.Methods in com._1c.g5.v8.dt.rights.model.impl that return RightInfo Modifier and Type Method Description RightInfo
RightsFactoryImpl. createRightInfo()
Methods in com._1c.g5.v8.dt.rights.model.impl that return types with arguments of type RightInfo Modifier and Type Method Description org.eclipse.emf.common.util.EList<RightInfo>
RightInfoImpl. getChildRights()
org.eclipse.emf.common.util.EList<RightInfo>
RightInfoImpl. getParentRights()
-
Uses of RightInfo in com._1c.g5.v8.dt.rights.model.util
Methods in com._1c.g5.v8.dt.rights.model.util with parameters of type RightInfo Modifier and Type Method Description T
RightsSwitch. caseRightInfo(RightInfo object)
Returns the result of interpreting the object as an instance of 'Right Info'.boolean
RightsValidator. validateRightInfo(RightInfo rightInfo, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-