Uses of Class
org.usergrid.persistence.annotations.EntityProperty

Packages that use EntityProperty
org.usergrid.persistence   
org.usergrid.persistence.entities   
org.usergrid.persistence.schema   
 

Uses of EntityProperty in org.usergrid.persistence
 

Methods in org.usergrid.persistence with annotations of type EntityProperty
 Long Entity.getCreated()
           
 Long AbstractEntity.getCreated()
           
 Long Entity.getModified()
           
 Long AbstractEntity.getModified()
           
 String Entity.getType()
           
 String DynamicEntity.getType()
           
 String AbstractEntity.getType()
           
 UUID Entity.getUuid()
           
 UUID AbstractEntity.getUuid()
           
 

Uses of EntityProperty in org.usergrid.persistence.entities
 

Fields in org.usergrid.persistence.entities with annotations of type EntityProperty
protected  Long Application.accesstokenttl
           
protected  Boolean User.activated
           
protected  Boolean Application.activated
           
protected  Boolean Application.allowOpenRegistration
           
protected  Boolean User.confirmed
           
protected  String Activity.content
           
protected  Long User.deactivated
          The time this user was deactivated
protected  String Application.description
           
protected  Boolean User.disabled
           
protected  Boolean Application.disabled
           
protected  String User.email
           
protected  Activity.MediaLink Activity.icon
           
protected  Long Role.inactivity
           
protected  String User.name
           
protected  String Role.name
           
protected  String Device.name
           
protected  String Application.name
           
protected  Boolean Application.notifyAdminOfNewUsers
           
protected  String Group.path
           
protected  String Folder.path
           
protected  String Asset.path
           
protected  String User.picture
           
protected  Long Activity.published
           
protected  Boolean Application.registrationRequiresAdminApproval
           
protected  Boolean Application.registrationRequiresEmailConfirmation
           
protected  String Role.roleName
           
protected  String Role.title
           
protected  String Application.title
           
protected  String Activity.title
           
protected  String User.username
           
 

Uses of EntityProperty in org.usergrid.persistence.schema
 

Constructors in org.usergrid.persistence.schema with parameters of type EntityProperty
PropertyInfo(EntityProperty propertyAnnotation)
           
 



Copyright © 2013. All Rights Reserved.