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 TypeClassDescriptionclass
The postponed operation of adding a new file.class
The postponed operation of deleting an existing file.class
The 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 TypeMethodDescriptionvoid
IMergeSession.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 TypeMethodDescriptionvoid
MergeSession.addPostponedFileOperation
(IPostponedFileOperation operation)