Uses of Interface
com._1c.g5.v8.dt.addin.model.AddIn
-
Packages that use AddIn Package Description com._1c.g5.v8.dt.addin.model com._1c.g5.v8.dt.addin.model.impl com._1c.g5.v8.dt.addin.model.util -
-
Uses of AddIn in com._1c.g5.v8.dt.addin.model
Methods in com._1c.g5.v8.dt.addin.model that return AddIn Modifier and Type Method Description AddInAddInFactory. createAddIn()Returns a new object of class 'Add In'.Methods in com._1c.g5.v8.dt.addin.model with parameters of type AddIn Modifier and Type Method Description static StringAddInExtension. buildAddInContentBlobFqn(AddIn addIn)Builds add-in content blob FQN.static InputStreamAddInExtension. getContent(AddIn addIn)Gets the contents of the specifiedAddIninstance.static voidAddInExtension. setContent(AddIn addIn, InputStream content)Sets the contents of the specifiedAddIninstance. -
Uses of AddIn in com._1c.g5.v8.dt.addin.model.impl
Classes in com._1c.g5.v8.dt.addin.model.impl that implement AddIn Modifier and Type Class Description classAddInImplAn implementation of the model object 'Add In'.Methods in com._1c.g5.v8.dt.addin.model.impl that return AddIn Modifier and Type Method Description AddInAddInFactoryImpl. createAddIn() -
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 Modifier and Type Method Description TAddInSwitch. caseAddIn(AddIn object)Returns the result of interpreting the object as an instance of 'Add In'.
-