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
The address. -
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
city
@Size(min=0,max=255) String city
The city. -
country
@NotBlank @Size(min=2,max=255) String country
The country. -
creatorid
String creatorid
The creatorid. -
id
String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
latlng
@NotBlank String latlng
The latitude and longitude. -
name
String name
The name. -
parentid
String parentid
The parentid. -
phone
String phone
The phone. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.App
class App extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active flag. -
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
creatorid
String creatorid
The creatorid. -
datatypes
Map<String,
String> datatypes The custom data types map. -
deleteOn
Long deleteOn
The deletion timestamp. -
id
@NotBlank String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
name
String name
The name. -
objectCount
Long objectCount
The object count. -
parentid
String parentid
The parentid. -
readOnly
Boolean readOnly
The read-only flag. -
resourcePermissions
Map<String, Map<String, List<String>>> resourcePermissions
The resource permissions map. -
secret
String secret
The app secret. -
settings
Map<String,
Object> settings The app settings map. -
sharingIndex
boolean sharingIndex
The sharing index flag. -
sharingTable
boolean sharingTable
The sharing table flag. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
tokenValiditySec
Long tokenValiditySec
The token validity period. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
validationConstraints
Map<String, Map<String, Map<String, Map<String,
?>>>> validationConstraints The validation constraints map. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.Form
class Form extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
captchaSecretKey
@NotBlank String captchaSecretKey
The captcha secret key. -
creatorid
String creatorid
The creatorid. -
id
String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
markdownEnabled
boolean markdownEnabled
The markdown enabled flag. -
messageStorageEnabled
boolean messageStorageEnabled
The message storage enabled flag. -
name
String name
The name. -
notifyEmails
@NotEmpty String[] notifyEmails
The notify emails. -
parentid
String parentid
The parentid. -
plaintextOnly
boolean plaintextOnly
The plaintext only flag. -
redirectTo
@URL String redirectTo
The redirect to URL. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.Linker
class Linker extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
creatorid
String creatorid
The creatorid. -
id
String id
The object ID. -
id1
@NotBlank String id1
The id of the first object in the link. -
id2
@NotBlank String id2
The id of the second object in the link. -
indexed
Boolean indexed
The indexed flag. -
metadata
String metadata
Additional information about the link. -
name
String name
The name. -
nstd
List<Map<String,
Object>> nstd Holds both linked objects inside a nested array. -
parentid
String parentid
The parentid. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
type1
@NotBlank String type1
The type of the first object in the link. -
type2
@NotBlank String type2
The type of the second object in the link. -
updated
Long updated
The updated timestamp. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.Sysprop
class Sysprop extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
creatorid
String creatorid
The creatorid. -
id
String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
name
String name
The name. -
parentid
String parentid
The parentid. -
properties
Map<String,
Object> properties The properties map. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.Tag
class Tag extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
count
Integer count
The count of objects with this tag. -
creatorid
String creatorid
The creatorid. -
description
String description
The description. -
id
String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
name
String name
The name. -
parentid
String parentid
The parentid. -
stored
Boolean stored
The stored flag. -
tag
@NotBlank String tag
The tag value. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.Translation
class Translation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
The appid. -
approved
Boolean approved
The approved flag. -
authorName
@NotBlank String authorName
The author name. -
cached
Boolean cached
The cached flag. -
creatorid
String creatorid
The creatorid. -
id
String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
locale
@NotBlank String locale
The locale. -
name
String name
The name. -
parentid
String parentid
The parentid. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
thekey
@NotBlank String thekey
The translation key. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
value
@NotBlank String value
The translated value. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.User
class User extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active flag. -
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
creatorid
String creatorid
The creatorid. -
currency
String currency
The currency. -
email
@NotBlank String email
The user email. -
groups
@NotBlank String groups
The user groups. -
id
String id
The object ID. -
identifier
@NotBlank String identifier
The unique user identifier. -
idpAccessToken
String idpAccessToken
The IDP access token. -
idpIdToken
String idpIdToken
The IDP ID token. -
idpRefreshToken
String idpRefreshToken
The IDP refresh token. -
indexed
Boolean indexed
The indexed flag. -
name
String name
The name. -
parentid
String parentid
The parentid. -
picture
String picture
The picture URL. -
stored
Boolean stored
The stored flag. -
tags
List<String> tags
The tags. -
timestamp
Long timestamp
The timestamp. -
tokenSecret
String tokenSecret
The token secret. -
twoFA
Boolean twoFA
The 2FA flag. -
twoFAbackupKeyHash
String twoFAbackupKeyHash
The 2FA backup key hash. -
twoFAkey
String twoFAkey
The 2FA secret key. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
version
Long version
The version. -
votes
Integer votes
The votes.
-
-
Class com.erudika.para.core.Vote
class Vote extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
appid
String appid
The appid. -
cached
Boolean cached
The cached flag. -
creatorid
String creatorid
The creatorid. -
expiresAfter
@NotNull Integer expiresAfter
The expiration period in seconds. -
id
String id
The object ID. -
indexed
Boolean indexed
The indexed flag. -
lockedAfter
@NotNull Integer lockedAfter
The lock after period in seconds. -
name
String name
The name. -
parentid
String parentid
The parentid. -
stored
Boolean stored
The stored flag. -
timestamp
Long timestamp
The timestamp. -
type
String type
The object type. -
updated
Long updated
The updated timestamp. -
value
@NotBlank String value
The vote value (UP or DOWN). -
version
Long version
The version.
-
-
Class com.erudika.para.core.Webhook
class Webhook extends Sysprop implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
The active flag. -
create
Boolean create
The create flag. -
createAll
Boolean createAll
The create all flag. -
customEvents
List<String> customEvents
The custom events list. -
customPayload
Object customPayload
The custom payload object. -
delete
Boolean delete
The delete flag. -
deleteAll
Boolean deleteAll
The delete all flag. -
propertyFilter
String propertyFilter
The property filter. -
repeatedDeliveryAttempts
Integer repeatedDeliveryAttempts
The repeated delivery attempts number. -
secret
String secret
The secret key. -
targetUrl
@NotBlank @URL String targetUrl
The target URL. -
tooManyFailures
Boolean tooManyFailures
The too many failures flag. -
triggeredEvent
String triggeredEvent
The triggered event name. -
typeFilter
String typeFilter
The type filter. -
update
Boolean update
The update flag. -
updateAll
Boolean updateAll
The update all flag. -
urlEncoded
Boolean urlEncoded
The URL encoded flag.
-
-
-
Package com.erudika.para.core.exceptions
-
Exception Class com.erudika.para.core.exceptions.RateLimitException
class RateLimitException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
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
-
-