Module com.erudika.para.core
Package com.erudika.para.core
Core domain classes for modeling the Para domain space.
- Author:
- Alex Bogdanovski [alex@erudika.com]
-
Interface Summary Interface Description Linkable Applied to allParaObjects by default.ParaObject The core domain interface.Votable This interface enables voting on an object. -
Class Summary Class Description Address This class represents an address.App This is a representation of an application within Para.Linker This class represents a many-to-many relationship (link) between two objects.Sysprop A generic system class for storing data.Tag A tag.Translation A translation is a key/value pair which holds a single translated string.User The core user object.Vote When a user votes on an object the vote is saved as positive or negative.Webhook Represents a webhook registration. -
Enum Summary Enum Description App.AllowedMethods Represents HTTP methods allowed to be executed on a specific resource/type.User.Groups Simple groups enum.User.Roles Simple user roles enum.Votable.VoteValue The type of vote (negative or positive).