Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.SessionParameter
-
-
Uses of SessionParameter in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return SessionParameter Modifier and Type Method Description static SessionParameterTestMdObjectFactory. createSessionParameter(String name, TypeDescription type)Creates SessionParameter with name and TypeDescription -
Uses of SessionParameter in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type SessionParameter Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(SessionParameter object) -
Uses of SessionParameter in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SessionParameter Modifier and Type Method Description SessionParameterMdClassFactory. createSessionParameter()Returns a new object of class 'Session Parameter'.SessionParameterTask. getCurrentPerformer()Returns the value of the 'Current Performer' reference.SessionParameterCommonAttribute. getDataSeparationUse()Returns the value of the 'Data Separation Use' reference.SessionParameterCommonAttribute. getDataSeparationValue()Returns the value of the 'Data Separation Value' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type SessionParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<SessionParameter>Configuration. getSessionParameters()Returns the value of the 'Session Parameters' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SessionParameter Modifier and Type Method Description voidTask. setCurrentPerformer(SessionParameter value)Sets the value of the 'Current Performer' reference.voidCommonAttribute. setDataSeparationUse(SessionParameter value)Sets the value of the 'Data Separation Use' reference.voidCommonAttribute. setDataSeparationValue(SessionParameter value)Sets the value of the 'Data Separation Value' reference. -
Uses of SessionParameter in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement SessionParameter Modifier and Type Class Description classSessionParameterImplAn implementation of the model object 'Session Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SessionParameter Modifier and Type Method Description SessionParameterMdClassFactoryImpl. createSessionParameter()SessionParameterTaskImpl. getCurrentPerformer()SessionParameterCommonAttributeImpl. getDataSeparationUse()SessionParameterCommonAttributeImpl. getDataSeparationValue()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type SessionParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<SessionParameter>ConfigurationImpl. getSessionParameters()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SessionParameter Modifier and Type Method Description voidTaskImpl. setCurrentPerformer(SessionParameter newCurrentPerformer)voidCommonAttributeImpl. setDataSeparationUse(SessionParameter newDataSeparationUse)voidCommonAttributeImpl. setDataSeparationValue(SessionParameter newDataSeparationValue) -
Uses of SessionParameter in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type SessionParameter Modifier and Type Method Description TMdClassSwitch. caseSessionParameter(SessionParameter object)Returns the result of interpreting the object as an instance of 'Session Parameter'.booleanMdClassValidator. validateSessionParameter(SessionParameter sessionParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateSessionParameter_validate(SessionParameter sessionParameter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Session Parameter'.
-