Uses of Interface
com._1c.g5.v8.dt.addin.model.AddIn
Packages that use AddIn
Package
Description
-
Uses of AddIn in com._1c.g5.v8.dt.addin.model
Methods in com._1c.g5.v8.dt.addin.model that return AddInModifier and TypeMethodDescriptionAddInFactory.createAddIn()
Returns a new object of class 'Add In'.Methods in com._1c.g5.v8.dt.addin.model with parameters of type AddInModifier and TypeMethodDescriptionstatic String
AddInExtension.buildAddInContentBlobFqn
(AddIn addIn) Builds add-in content blob FQN.static InputStream
AddInExtension.getContent
(AddIn addIn) Gets the contents of the specifiedAddIn
instance.static void
AddInExtension.setContent
(AddIn addIn, InputStream content) Sets the contents of the specifiedAddIn
instance. -
Uses of AddIn in com._1c.g5.v8.dt.addin.model.impl
Classes in com._1c.g5.v8.dt.addin.model.impl that implement AddInMethods in com._1c.g5.v8.dt.addin.model.impl that return AddIn -
Uses of AddIn in com._1c.g5.v8.dt.addin.model.util
Methods in com._1c.g5.v8.dt.addin.model.util with parameters of type AddIn