Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.SessionParameter
Packages that use SessionParameter
Package
Description
-
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 SessionParameterModifier and TypeMethodDescriptionstatic SessionParameterTestMdObjectFactory.createSessionParameter(String name, TypeDescription type) Creates SessionParameter with name and TypeDescription -
Uses of SessionParameter in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return SessionParameterModifier and TypeMethodDescriptionSessionParameterAdopterParticipant.adopt(SessionParameter nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type SessionParameterModifier and TypeMethodDescriptionSessionParameterAdopterParticipant.adopt(SessionParameter nativeObject, Version version, IAdopterContext context) protected MdObjectExtensionSessionParameterAdopterParticipant.createExtension(SessionParameter nativeObject) -
Uses of SessionParameter in com._1c.g5.v8.dt.internal.md.ui.aef.cattribute
Constructor parameters in com._1c.g5.v8.dt.internal.md.ui.aef.cattribute with type arguments of type SessionParameterModifierConstructorDescriptionCommonAttribureDataSeparationDialog(org.eclipse.swt.widgets.Shell shell, CommonAttribute commonAttribute, ScriptVariant scriptVariant, List<SessionParameter> sessionParameters) Create instance ofCommonAttribureDataSeparationDialog -
Uses of SessionParameter in com._1c.g5.v8.dt.internal.md.ui.editors.sessionparameter
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.sessionparameter with parameters of type SessionParameterModifierConstructorDescriptionSessionParameterEditorInput(SessionParameter parameter) Instantiates a newSessionParameterEditorInput -
Uses of SessionParameter in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type SessionParameterModifier and TypeMethodDescriptionprotected 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 SessionParameterModifier and TypeMethodDescriptionMdClassFactory.createSessionParameter()Returns a new object of class 'Session Parameter'.Task.getCurrentPerformer()Returns the value of the 'Current Performer' reference.CommonAttribute.getDataSeparationUse()Returns the value of the 'Data Separation Use' reference.CommonAttribute.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 SessionParameterModifier and TypeMethodDescriptionorg.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 SessionParameterModifier and TypeMethodDescriptionvoidTask.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 SessionParameterModifier and TypeClassDescriptionclassAn implementation of the model object 'Session Parameter'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SessionParameterModifier and TypeMethodDescriptionMdClassFactoryImpl.createSessionParameter()TaskImpl.getCurrentPerformer()CommonAttributeImpl.getDataSeparationUse()CommonAttributeImpl.getDataSeparationValue()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type SessionParameterModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SessionParameter>ConfigurationImpl.getSessionParameters()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SessionParameterModifier and TypeMethodDescriptionvoidTaskImpl.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 SessionParameterModifier and TypeMethodDescriptionMdClassSwitch.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'.