Serialized Form
-
Package com.erudika.para.core
-
Class com.erudika.para.core.Address
class Address extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address
@NotBlank @Size(min=3,max=255) String address
-
appid
String appid
-
cached
Boolean cached
-
city
@Size(min=0,max=255) String city
-
country
@NotBlank @Size(min=2,max=255) String country
-
creatorid
String creatorid
-
id
String id
-
indexed
Boolean indexed
-
latlng
@NotBlank String latlng
-
name
String name
-
parentid
String parentid
-
phone
String phone
-
stored
Boolean stored
-
tags
List<String> tags
-
timestamp
Long timestamp
-
type
String type
-
updated
Long updated
-
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.App
class App extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appid
String appid
-
cached
Boolean cached
-
creatorid
String creatorid
-
datatypes
Map<String,
String> datatypes -
deleteOn
Long deleteOn
-
id
@NotBlank String id
-
indexed
Boolean indexed
-
name
String name
-
parentid
String parentid
-
readOnly
Boolean readOnly
-
resourcePermissions
Map<String,
Map<String, List<String>>> resourcePermissions -
secret
String secret
-
settings
Map<String,
Object> settings -
sharingIndex
boolean sharingIndex
-
sharingTable
boolean sharingTable
-
stored
Boolean stored
-
tags
List<String> tags
-
timestamp
Long timestamp
-
tokenValiditySec
Long tokenValiditySec
-
type
String type
-
updated
Long updated
-
validationConstraints
Map<String,
Map<String, Map<String, Map<String, ?>>>> validationConstraints -
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.Linker
class Linker extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
-
cached
Boolean cached
-
creatorid
String creatorid
-
id
String id
-
id1
@NotBlank String id1
-
id2
@NotBlank String id2
-
indexed
Boolean indexed
-
metadata
String metadata
-
name
String name
-
nstd
List<Map<String,
Object>> nstd -
parentid
String parentid
-
stored
Boolean stored
-
tags
List<String> tags
-
timestamp
Long timestamp
-
type
String type
-
type1
@NotBlank String type1
-
type2
@NotBlank String type2
-
updated
Long updated
-
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.Sysprop
class Sysprop extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
-
cached
Boolean cached
-
creatorid
String creatorid
-
id
String id
-
indexed
Boolean indexed
-
name
String name
-
parentid
String parentid
-
properties
Map<String,
Object> properties -
stored
Boolean stored
-
tags
List<String> tags
-
timestamp
Long timestamp
-
type
String type
-
updated
Long updated
-
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.Tag
class Tag extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
-
cached
Boolean cached
-
count
Integer count
-
creatorid
String creatorid
-
description
String description
-
id
String id
-
indexed
Boolean indexed
-
name
String name
-
parentid
String parentid
-
stored
Boolean stored
-
tag
@NotBlank String tag
-
tags
List<String> tags
-
timestamp
Long timestamp
-
type
String type
-
updated
Long updated
-
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.Translation
class Translation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
-
approved
Boolean approved
-
authorName
@NotBlank String authorName
-
cached
Boolean cached
-
creatorid
String creatorid
-
id
String id
-
indexed
Boolean indexed
-
locale
@NotBlank String locale
-
name
String name
-
parentid
String parentid
-
stored
Boolean stored
-
tags
List<String> tags
-
thekey
@NotBlank String thekey
-
timestamp
Long timestamp
-
type
String type
-
updated
Long updated
-
value
@NotBlank String value
-
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.User
class User extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appid
String appid
-
cached
Boolean cached
-
creatorid
String creatorid
-
currency
String currency
-
email
@NotBlank String email
-
groups
@NotBlank String groups
-
id
String id
-
identifier
@NotBlank String identifier
-
idpAccessToken
String idpAccessToken
-
idpIdToken
String idpIdToken
-
idpRefreshToken
String idpRefreshToken
-
indexed
Boolean indexed
-
name
String name
-
parentid
String parentid
-
picture
String picture
-
stored
Boolean stored
-
tags
List<String> tags
-
timestamp
Long timestamp
-
tokenSecret
String tokenSecret
-
twoFA
Boolean twoFA
-
twoFAbackupKeyHash
String twoFAbackupKeyHash
-
twoFAkey
String twoFAkey
-
type
String type
-
updated
Long updated
-
version
Long version
-
votes
Integer votes
-
-
Class com.erudika.para.core.Vote
class Vote extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
-
cached
Boolean cached
-
creatorid
String creatorid
-
expiresAfter
@NotNull Integer expiresAfter
-
id
String id
-
indexed
Boolean indexed
-
lockedAfter
@NotNull Integer lockedAfter
-
name
String name
-
parentid
String parentid
-
stored
Boolean stored
-
timestamp
Long timestamp
-
type
String type
-
updated
Long updated
-
value
@NotBlank String value
-
version
Long version
-
-
Class com.erudika.para.core.Webhook
class Webhook extends Sysprop implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
create
Boolean create
-
createAll
Boolean createAll
-
customEvents
List<String> customEvents
-
customPayload
Object customPayload
-
delete
Boolean delete
-
deleteAll
Boolean deleteAll
-
propertyFilter
String propertyFilter
-
repeatedDeliveryAttempts
Integer repeatedDeliveryAttempts
-
secret
String secret
-
targetUrl
@NotBlank @URL String targetUrl
-
tooManyFailures
Boolean tooManyFailures
-
triggeredEvent
String triggeredEvent
-
typeFilter
String typeFilter
-
update
Boolean update
-
updateAll
Boolean updateAll
-
urlEncoded
Boolean urlEncoded
-
-
-
Package com.erudika.para.core.utils
-
Class com.erudika.para.core.utils.HumanTime
class HumanTime extends Object implements Externalizable- serialVersionUID:
- 5179328390732826722L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-