Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.common.client.api.annotations.Portable

Packages that use Portable
org.jboss.errai.common.client Parent package for all API shared by all modules of the Errai framework. 
org.jboss.errai.jpa.sync.client.shared   
org.jboss.errai.location.client.shared   
org.jboss.errai.otec.client   
org.jboss.errai.otec.client.mutation   
org.jboss.errai.security.shared.api   
org.jboss.errai.security.shared.api.identity   
org.jboss.errai.security.shared.exception   
 

Uses of Portable in org.jboss.errai.common.client
 

Classes in org.jboss.errai.common.client with annotations of type Portable
 class PageRequest
           
 

Uses of Portable in org.jboss.errai.jpa.sync.client.shared
 

Classes in org.jboss.errai.jpa.sync.client.shared with annotations of type Portable
 class ConflictResponse<X>
          A SyncResponse that represents conflicting state due to a change that happened on the responding end.
 class DeleteResponse<X>
          Sync response that indicates the deletion of an entity.
 class IdChangeResponse<X>
           
 class NewRemoteEntityResponse<X>
           
 class SyncableDataSet<E>
           
 class SyncRequestOperation<X>
           
 class UpdateResponse<X>
          Sync response that indicates that the given entity has been modified since the last sync response.
 

Uses of Portable in org.jboss.errai.location.client.shared
 

Classes in org.jboss.errai.location.client.shared with annotations of type Portable
 class GeoLocationEvent
           
 

Uses of Portable in org.jboss.errai.otec.client
 

Classes in org.jboss.errai.otec.client with annotations of type Portable
 class OpDto
           
 class OpPairDto
           
 

Uses of Portable in org.jboss.errai.otec.client.mutation
 

Classes in org.jboss.errai.otec.client.mutation with annotations of type Portable
 class StringMutation
           
 

Uses of Portable in org.jboss.errai.security.shared.api
 

Classes in org.jboss.errai.security.shared.api with annotations of type Portable
 class RoleImpl
          Role represents the role a user belongs to.
 

Uses of Portable in org.jboss.errai.security.shared.api.identity
 

Classes in org.jboss.errai.security.shared.api.identity with annotations of type Portable
 class UserImpl
           
 

Uses of Portable in org.jboss.errai.security.shared.exception
 

Classes in org.jboss.errai.security.shared.exception with annotations of type Portable
 class AlreadyLoggedInException
          Thrown when authentication is attempted while a user is currently logged in.
 class AuthenticationException
          Super-type of all Exceptions thrown during authentication.
 class FailedAuthenticationException
          Thrown when authentication fails from invalid credentials.
 class SecurityException
          A base class for all Errai Security exceptions.
 class UnauthenticatedException
          Thrown when a user attempts access to a resource which requires authentication while the user is unauthenticated.
 class UnauthorizedException
          Thrown when the user attempts to access a resource which requires greater privileges than the user possesses.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.