Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractMobileClientSign
-
Packages that use AbstractMobileClientSign Package Description com._1c.g5.v8.dt.md.mobiledigisign com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.md.mobiledigisign
Methods in com._1c.g5.v8.dt.md.mobiledigisign with parameters of type AbstractMobileClientSign Modifier and Type Method Description booleanMobileDigiSignHelper. isDigestExpired(AbstractMobileClientSign digest)Digest has expired. -
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceBasicMobileClientSignA representation of the model object 'Basic Mobile Client Sign'.interfaceConvertedMobileClientSignA representation of the model object 'Converted Mobile Client Sign'.interfaceMobileClientSignA representation of the model object 'Mobile Client Sign'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractMobileClientSign Modifier and Type Method Description AbstractMobileClientSignMdClassFactory. createAbstractMobileClientSign()Returns a new object of class 'Abstract Mobile Client Sign'.AbstractMobileClientSignConfiguration. getMobileClientSign()Returns the value of the 'Mobile Client Sign' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractMobileClientSign Modifier and Type Method Description voidConfiguration. setMobileClientSign(AbstractMobileClientSign value)Sets the value of the 'Mobile Client Sign' reference. -
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractMobileClientSign Modifier and Type Class Description classAbstractMobileClientSignImplAn implementation of the model object 'Abstract Mobile Client Sign'.classBasicMobileClientSignImplAn implementation of the model object 'Basic Mobile Client Sign'.classConvertedMobileClientSignImplAn implementation of the model object 'Converted Mobile Client Sign'.classMobileClientSignImplAn implementation of the model object 'Mobile Client Sign'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractMobileClientSign Modifier and Type Method Description AbstractMobileClientSignMdClassFactoryImpl. createAbstractMobileClientSign()AbstractMobileClientSignConfigurationImpl. getMobileClientSign()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractMobileClientSign Modifier and Type Method Description voidConfigurationImpl. setMobileClientSign(AbstractMobileClientSign newMobileClientSign) -
Uses of AbstractMobileClientSign in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractMobileClientSign Modifier and Type Method Description TMdClassSwitch. caseAbstractMobileClientSign(AbstractMobileClientSign object)Returns the result of interpreting the object as an instance of 'Abstract Mobile Client Sign'.booleanMdClassValidator. validateAbstractMobileClientSign(AbstractMobileClientSign abstractMobileClientSign, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-