Uses of Interface
com._1c.g5.v8.dt.activedocument.model.ActiveDocument
-
Packages that use ActiveDocument Package Description com._1c.g5.v8.dt.activedocument.model com._1c.g5.v8.dt.activedocument.model.impl com._1c.g5.v8.dt.activedocument.model.util -
-
Uses of ActiveDocument in com._1c.g5.v8.dt.activedocument.model
Methods in com._1c.g5.v8.dt.activedocument.model that return ActiveDocument Modifier and Type Method Description ActiveDocumentActiveDocumentFactory. createActiveDocument()Returns a new object of class 'Active Document'.Methods in com._1c.g5.v8.dt.activedocument.model with parameters of type ActiveDocument Modifier and Type Method Description static 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.impl
Classes in com._1c.g5.v8.dt.activedocument.model.impl that implement ActiveDocument Modifier and Type Class Description classActiveDocumentImplAn implementation of the model object 'Active Document'.Methods in com._1c.g5.v8.dt.activedocument.model.impl that return ActiveDocument Modifier and Type Method Description ActiveDocumentActiveDocumentFactoryImpl. createActiveDocument() -
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 ActiveDocument Modifier and Type Method Description TActiveDocumentSwitch. caseActiveDocument(ActiveDocument object)Returns the result of interpreting the object as an instance of 'Active Document'.
-