Package com._1c.g5.v8.dt.md.copy
Class AttachingModelObjectCopier.SharedCopyContext
- java.lang.Object
-
- com._1c.g5.v8.dt.md.copy.ModelObjectCopier.CopyContext
-
- com._1c.g5.v8.dt.md.copy.AttachingModelObjectCopier.SharedCopyContext
-
- Enclosing class:
- AttachingModelObjectCopier
public class AttachingModelObjectCopier.SharedCopyContext extends ModelObjectCopier.CopyContext
The shared context for copy process that holds information about copied objects, references, names, etc., and also is intended to be shared between copy invocations.- See Also:
ModelObjectCopier.CopyContext
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.md.copy.ModelObjectCopier.CopyContext
copiedExternalReferences, copiedExternalResouces, copiedNames, copiedReferences, copies
-
-
Constructor Summary
Constructors Constructor Description SharedCopyContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearCopies()
Clears copy objects cache.-
Methods inherited from class com._1c.g5.v8.dt.md.copy.ModelObjectCopier.CopyContext
addCopy, addCreatedName, addExternalReference, addExternalResource, addReference, getCopiedExternalReferences, getCopiedReferences, getCopies, getCreatedNames, getExternalResources
-
-