java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.google.gwt.requestfactory.shared.messages.IdMessage.Strength |
Describes the longevity of the id.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IdMessage.Strength | EPHEMERAL | The id is managed by the client and is generally unknown to the server. | |||||||||
IdMessage.Strength | PERSISTED | The id is indefinitely persistent and can be freely reused by the client and the server. | |||||||||
IdMessage.Strength | SYNTHETIC | The id not not managed by the client or server and is valid only for the duration of a single request or response. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The id is managed by the client and is generally unknown to the server.
The id is indefinitely persistent and can be freely reused by the client and the server.
The id not not managed by the client or server and is valid only for the duration of a single request or response.