Class TransientApplicationState<S>
java.lang.Object
org.exoplatform.portal.config.model.ApplicationState<S>
org.exoplatform.portal.config.model.TransientApplicationState<S>
- All Implemented Interfaces:
Serializable
The transient state of an application when it has not yet been stored in the database.
- Version:
- $Revision$
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransientApplicationState(String contentId) TransientApplicationState(String contentId, S contentState) TransientApplicationState(String contentId, S contentState, String ownerType, String ownerId) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentState(S contentState) voidsetOwnerId(String ownerId) voidsetOwnerType(String ownerType)
-
Constructor Details
-
TransientApplicationState
-
TransientApplicationState
-
TransientApplicationState
-
TransientApplicationState
public TransientApplicationState()
-
-
Method Details
-
getContentId
-
getContentState
-
setContentState
-
getOwnerType
-
setOwnerType
-
getOwnerId
-
setOwnerId
-