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 ActiveDocument
ActiveDocumentFactory. 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 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 ActiveDocument Modifier and Type Class Description class
ActiveDocumentImpl
An 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 ActiveDocument
ActiveDocumentFactoryImpl. 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 T
ActiveDocumentSwitch. caseActiveDocument(ActiveDocument object)
Returns the result of interpreting the object as an instance of 'Active Document'.
-