Class RegisterInDocumentsTask

java.lang.Object
com._1c.g5.v8.dt.md.api.RegisterInDocumentsTask

public final class RegisterInDocumentsTask extends Object
This is a factory for creation of complex addition or removal of a register from a collection of Documents. 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.