Class ChangeDomainRequest

java.lang.Object
org.simplesim.core.dynamic.ChangeDomainRequest
All Implemented Interfaces:
ChangeRequest

public final class ChangeDomainRequest extends Object implements ChangeRequest
Request to move an entity from one domain to an other.

The originating domain is always the entity's parent domain.

  • Constructor Details

    • ChangeDomainRequest

      public ChangeDomainRequest(BasicModelEntity what, BasicDomain dest)
      Sets the entity to be moved and the new domain.
      Parameters:
      what - entity to be moved
      dest - new domain of the entity
  • Method Details