Uses of Interface
com._1c.g5.v8.dt.compare.merge.IPostponedFileOperation
Packages that use IPostponedFileOperation
-
Uses of IPostponedFileOperation in com._1c.g5.v8.dt.compare.merge
Classes in com._1c.g5.v8.dt.compare.merge that implement IPostponedFileOperationModifier and TypeClassDescriptionclassThe postponed operation of adding a new file.classThe postponed operation of deleting an existing file.classThe postponed operation of replacing an existing file content.Methods in com._1c.g5.v8.dt.compare.merge that return types with arguments of type IPostponedFileOperationModifier and TypeMethodDescriptionIMergeSession.getPostponedFileOperations()Gets the list of postponed file operations in the order of addition.Methods in com._1c.g5.v8.dt.compare.merge with parameters of type IPostponedFileOperationModifier and TypeMethodDescriptionvoidIMergeSession.addPostponedFileOperation(IPostponedFileOperation operation) Adds a postponed file operation. -
Uses of IPostponedFileOperation in com._1c.g5.v8.dt.internal.merge
Methods in com._1c.g5.v8.dt.internal.merge that return types with arguments of type IPostponedFileOperationMethods in com._1c.g5.v8.dt.internal.merge with parameters of type IPostponedFileOperationModifier and TypeMethodDescriptionvoidMergeSession.addPostponedFileOperation(IPostponedFileOperation operation)