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.modelMethods 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 StringActiveDocumentExtension.buildActiveDocumentContentBlobFqn(ActiveDocument activeDocument) Builds active document content blob FQN.static InputStreamActiveDocumentExtension.getContent(ActiveDocument activeDocument) Gets the contents of the specifiedActiveDocumentinstance.static voidActiveDocumentExtension.setContent(ActiveDocument activeDocument, InputStream content) Sets the contents of the specifiedActiveDocumentinstance.
- 
Uses of ActiveDocument in com._1c.g5.v8.dt.activedocument.model.implClasses in com._1c.g5.v8.dt.activedocument.model.impl that implement ActiveDocumentModifier and TypeClassDescriptionclassAn 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.utilMethods 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'.