Package com._1c.g5.v8.dt.md.api
Class RegisterInDocumentsTask
java.lang.Object
com._1c.g5.v8.dt.md.api.RegisterInDocumentsTask
This is a factory for creation of complex addition or removal
of a
register
from a collection
of Document
s. It has createAdd(BasicRegister, Collection)
method, which should be used if one wishes to add a register to one or
more documents. It also has createRemove(BasicRegister, Collection)
method, which should be used in the opposite case.-
Method Summary
Modifier and TypeMethodDescriptionstatic IBmTask<?>
createAdd
(BasicRegister register, Collection<Document> documents) static IBmTask<?>
createRemove
(BasicRegister register, Collection<Document> documents)
-
Method Details
-
createAdd
-
createRemove
-