Package org.simplesim.core.dynamic
Class ChangeDomainRequest
java.lang.Object
org.simplesim.core.dynamic.ChangeDomainRequest
- All Implemented Interfaces:
ChangeRequest
Request to move an entity from one domain to an other.
The originating domain is always the entity's parent domain.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.simplesim.core.dynamic.ChangeRequest
ChangeRequest.ChangeRequestException
-
Constructor Summary
ConstructorDescriptionChangeDomainRequest
(BasicModelEntity what, BasicDomain dest) Sets the entity to be moved and the new domain. -
Method Summary
-
Constructor Details
-
ChangeDomainRequest
Sets the entity to be moved and the new domain.- Parameters:
what
- entity to be moveddest
- new domain of the entity
-
-
Method Details
-
doModelChange
public void doModelChange()Description copied from interface:ChangeRequest
Does the actual mode change.- Specified by:
doModelChange
in interfaceChangeRequest
-