Class TransientApplicationState

java.lang.Object
org.exoplatform.portal.config.model.TransientApplicationState
All Implemented Interfaces:
Serializable, ApplicationState

public class TransientApplicationState extends Object implements ApplicationState
The transient state of an application when it has not yet been stored in the database.
See Also:
  • Constructor Details

    • TransientApplicationState

      public TransientApplicationState(String contentId)
    • TransientApplicationState

      public TransientApplicationState(String contentId, Portlet contentState)
    • TransientApplicationState

      public TransientApplicationState(String contentId, Portlet contentState, String ownerType, String ownerId)