Interface IPortalChange

All Superinterfaces:
Serializable
All Known Implementing Classes:
PortalChange

public interface IPortalChange extends Serializable
A portal change holds information required for doing a portal action from another started project.
Since:
15.6
Author:
R.de.Haard
  • Method Details

    • getChangeType

      PortalChangeType getChangeType()
      Returns:
      The type of portal change
    • getChangeContext

      String getChangeContext()
      Returns:
      The context of the portal change
    • getParameters

      Map<String,Object> getParameters()
      Returns:
      The parameters for the portal change