Serialized Form


Package org.usergrid.exception

Class org.usergrid.exception.NotImplementedException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.usergrid.locking.exception

Class org.usergrid.locking.exception.UGLockException extends Exception implements Serializable

serialVersionUID: -8902830935510966393L


Package org.usergrid.mq

Class org.usergrid.mq.Query.CounterFilterPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

user

Identifier user

group

Identifier group

queue

String queue

category

String category

Class org.usergrid.mq.Query.FilterPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

operator

Query.FilterOperator operator

value

Object value

cursor

String cursor

Class org.usergrid.mq.Query.SortPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

direction

Query.SortDirection direction

Package org.usergrid.persistence

Class org.usergrid.persistence.Query.CounterFilterPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

user

Identifier user

group

Identifier group

queue

String queue

category

String category

Class org.usergrid.persistence.Query.FilterPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

operator

Query.FilterOperator operator

value

Object value

cursor

String cursor

Class org.usergrid.persistence.Query.SortPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

direction

Query.SortDirection direction

Package org.usergrid.persistence.exceptions

Class org.usergrid.persistence.exceptions.ApplicationAlreadyExistsException extends PersistenceException implements Serializable

serialVersionUID: 1L

Serialized Fields

applicationName

String applicationName

Class org.usergrid.persistence.exceptions.DuplicateUniquePropertyExistsException extends PersistenceException implements Serializable

serialVersionUID: 1L

Serialized Fields

entityType

String entityType

propertyName

String propertyName

propertyValue

Object propertyValue

Class org.usergrid.persistence.exceptions.EntityNotFoundException extends PersistenceException implements Serializable

serialVersionUID: -3579346096812510039L

Class org.usergrid.persistence.exceptions.LockingException extends Exception implements Serializable

serialVersionUID: 1630572186589575754L

Class org.usergrid.persistence.exceptions.NoFullTextIndexException extends PersistenceException implements Serializable

serialVersionUID: 1L

Serialized Fields

entityType

String entityType

propertyName

String propertyName

Class org.usergrid.persistence.exceptions.NoIndexException extends PersistenceException implements Serializable

serialVersionUID: 1L

Serialized Fields

entityType

String entityType

propertyName

String propertyName

Class org.usergrid.persistence.exceptions.PersistenceException extends Exception implements Serializable

serialVersionUID: 1L

Class org.usergrid.persistence.exceptions.PropertyTypeConversionException extends PersistenceException implements Serializable

serialVersionUID: 1L

Serialized Fields

entityType

String entityType

propertyName

String propertyName

propertyValue

Object propertyValue

propertyType

Class<T> propertyType

Class org.usergrid.persistence.exceptions.QueryParseException extends Exception implements Serializable

serialVersionUID: 1L

Class org.usergrid.persistence.exceptions.RequiredPropertyNotFoundException extends PersistenceException implements Serializable

serialVersionUID: 1L

Serialized Fields

entityType

String entityType

propertyName

String propertyName

Class org.usergrid.persistence.exceptions.UnexpectedEntityTypeException extends PersistenceException implements Serializable

serialVersionUID: 8221919267880904834L


Package org.usergrid.utils

Class org.usergrid.utils.MapUtils.ConcurrentHashMapBuilder extends HashMap<S,T> implements Serializable

serialVersionUID: 1L

Class org.usergrid.utils.MapUtils.HashMapBuilder extends HashMap<S,T> implements Serializable

serialVersionUID: 1L

Class org.usergrid.utils.MapUtils.LinkedHashMapBuilder extends HashMap<S,T> implements Serializable

serialVersionUID: 1L

Class org.usergrid.utils.Version extends Object implements Serializable

serialVersionUID: -4316270526722986552L

Serialized Fields

prefix

String prefix
Everything before the version in the string that was parsed.


suffix

String suffix
Everything after the version in the string that was parsed.


rawVersion

String rawVersion
The String that was parsed to create this version object.


major

String major
The version's MAJOR component.


minor

String minor
The version's MINOR component.


build

String build
The version's BUILD component.


revision

String revision
The version's REVISION component.


numberOfComponents

int numberOfComponents
The number of components that make up the version. The value will always be between 1 (inclusive) and 4 (inclusive).



Copyright © 2013. All Rights Reserved.