Class SplitSystemIntoSubsystems
- java.lang.Object
-
- org.contextmapper.dsl.refactoring.AbstractRefactoring
-
- org.contextmapper.dsl.refactoring.SplitSystemIntoSubsystems
-
- All Implemented Interfaces:
SemanticCMLRefactoring
public class SplitSystemIntoSubsystems extends AbstractRefactoring implements SemanticCMLRefactoring
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SplitSystemIntoSubsystems.SplitBoundedContextRelationshipType
-
Field Summary
-
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
additionalResourcesToCheck, consistencyCheckResources, importedResources, model, rootResource
-
-
Constructor Summary
Constructors Constructor Description SplitSystemIntoSubsystems(java.lang.String systemExistingBoundedContextName, java.lang.String existingSubsystemName, java.lang.String newSubsystemName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyDomainModel(boolean copyDomainModel)
protected void
doRefactor()
void
setIntegrationType(ContextSplittingIntegrationType integrationType)
void
setNewRelationshipImplementationTechnology(java.lang.String newRelationshipImplementationTechnology)
void
setNewSubsystemImplementationTechnology(java.lang.String newSubsystemImplementationTechnology)
void
setRelationshipType(SplitSystemIntoSubsystems.SplitBoundedContextRelationshipType relationshipType)
-
Methods inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
addElementsToEList, addElementToEList, getAllBoundedContexts, getAllContextMaps, getAllDomains, getAllUserRequirements, getResource, persistChanges, refactor, refactor, removeElementFromEList
-
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.SemanticCMLRefactoring
persistChanges, refactor, refactor
-
-
-
-
Method Detail
-
doRefactor
protected void doRefactor()
- Specified by:
doRefactor
in classAbstractRefactoring
-
setRelationshipType
public void setRelationshipType(SplitSystemIntoSubsystems.SplitBoundedContextRelationshipType relationshipType)
-
setIntegrationType
public void setIntegrationType(ContextSplittingIntegrationType integrationType)
-
copyDomainModel
public void copyDomainModel(boolean copyDomainModel)
-
setNewSubsystemImplementationTechnology
public void setNewSubsystemImplementationTechnology(java.lang.String newSubsystemImplementationTechnology)
-
setNewRelationshipImplementationTechnology
public void setNewRelationshipImplementationTechnology(java.lang.String newRelationshipImplementationTechnology)
-
-