Class SwitchFromSharedKernelToPartnershipRefactoring
- java.lang.Object
-
- org.contextmapper.dsl.refactoring.AbstractRefactoring
-
- org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
-
- org.contextmapper.dsl.refactoring.SwitchFromSharedKernelToPartnershipRefactoring
-
- All Implemented Interfaces:
Refactoring
public class SwitchFromSharedKernelToPartnershipRefactoring extends AbstractToggleSymmetricRelationshipRefactoring
Switches a relationship from the SharedKernel to the Partnership type.
-
-
Field Summary
-
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
boundedContext1, boundedContext2
-
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
model, originalResource
-
-
Constructor Summary
Constructors Constructor Description SwitchFromSharedKernelToPartnershipRefactoring(java.lang.String boundedContext1, java.lang.String boundedContext2)
-
Method Summary
-
Methods inherited from class org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
doRefactor
-
Methods inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
doRefactor, saveResource, saveResource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.contextmapper.dsl.refactoring.Refactoring
doRefactor
-
-