Class TransientApplicationState<S>

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

public class TransientApplicationState<S> extends ApplicationState<S>
The transient state of an application when it has not yet been stored in the database.
Version:
$Revision$
Author:
Julien Viet
See Also:
  • Constructor Details

    • TransientApplicationState

      public TransientApplicationState(String contentId)
    • TransientApplicationState

      public TransientApplicationState(String contentId, S contentState)
    • TransientApplicationState

      public TransientApplicationState(String contentId, S contentState, String ownerType, String ownerId)
    • TransientApplicationState

      public TransientApplicationState()
  • Method Details

    • getContentId

      public String getContentId()
    • getContentState

      public S getContentState()
    • setContentState

      public void setContentState(S contentState)
    • getOwnerType

      public String getOwnerType()
    • setOwnerType

      public void setOwnerType(String ownerType)
    • getOwnerId

      public String getOwnerId()
    • setOwnerId

      public void setOwnerId(String ownerId)