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
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:
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.md.copy.ModelObjectCopier.CopyContext
copiedExternalReferences, copiedExternalResouces, copiedNames, copiedReferences, copies
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.md.copy.ModelObjectCopier.CopyContext
addCopy, addCreatedName, addExternalReference, addExternalResource, addReference, getCopiedExternalReferences, getCopiedReferences, getCopies, getCreatedNames, getExternalResources
-
Constructor Details
-
SharedCopyContext
public SharedCopyContext()
-
-
Method Details
-
clearCopies
public void clearCopies()Clears copy objects cache. Do not clear copied names, they are intended to be shared in multiple copy sessions.
-