Uses of Interface
com._1c.g5.v8.dt.activedocument.model.ActiveDocument
Packages that use ActiveDocument
Package
Description
-
Uses of ActiveDocument in com._1c.g5.v8.dt.activedocument.model
Methods in com._1c.g5.v8.dt.activedocument.model that return ActiveDocumentModifier and TypeMethodDescriptionActiveDocumentFactory.createActiveDocument()
Returns a new object of class 'Active Document'.Methods in com._1c.g5.v8.dt.activedocument.model with parameters of type ActiveDocumentModifier and TypeMethodDescriptionstatic String
ActiveDocumentExtension.buildActiveDocumentContentBlobFqn
(ActiveDocument activeDocument) Builds active document content blob FQN.static InputStream
ActiveDocumentExtension.getContent
(ActiveDocument activeDocument) Gets the contents of the specifiedActiveDocument
instance.static void
ActiveDocumentExtension.setContent
(ActiveDocument activeDocument, InputStream content) Sets the contents of the specifiedActiveDocument
instance. -
Uses of ActiveDocument in com._1c.g5.v8.dt.activedocument.model.impl
Classes in com._1c.g5.v8.dt.activedocument.model.impl that implement ActiveDocumentModifier and TypeClassDescriptionclass
An implementation of the model object 'Active Document'.Methods in com._1c.g5.v8.dt.activedocument.model.impl that return ActiveDocument -
Uses of ActiveDocument in com._1c.g5.v8.dt.activedocument.model.util
Methods in com._1c.g5.v8.dt.activedocument.model.util with parameters of type ActiveDocumentModifier and TypeMethodDescriptionActiveDocumentSwitch.caseActiveDocument
(ActiveDocument object) Returns the result of interpreting the object as an instance of 'Active Document'.