Skip to content

Commit

Permalink
chore: reference + formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorosanelli committed Mar 23, 2020
1 parent 0343daf commit 61101b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions source/bedita_objects.rst
Expand Up @@ -3,8 +3,8 @@ Objects in BEdita

.. _bedita-objects:

Definition
----------
Objects definition
------------------

Brief definition: BEdita ``objects`` (see :term:`object`) are the contents of your application,
the atoms of the information asset you are building.
Expand Down Expand Up @@ -48,13 +48,10 @@ An object in BEdita is identified with these capabilities:
Other entities in BEdita are called `resources` (see :term:`resource`).
Resources have a fixed and predefined structure and can be classified in four basic groups:

* entities like tags, categories, permissions or annotations are special entities
that we assign to objects: they are not objects itself, they rather define object properties
* entities like tags, categories, permissions or annotations are special entities that we assign to objects: they are not objects itself, they rather define object properties
* entities like object types, relations, properties are used to design our object model
* other entities like endpoints, configurations, applications, auth providers will be rarely seen directy
by API client developers or applications users: they handle API and project internal behaviors
* roles are special entities used only to give users permissions on objects, endpoints or object types -
they are not objects
* other entities like endpoints, configurations, applications, auth providers will be rarely seen directy by API client developers or applications users: they handle API and project internal behaviors
* roles are special entities used only to give users permissions on objects, endpoints or object types - they are not objects

``Users`` (see :term:`user`) instead are a special object type: you may add properties and relations
to other objects, but you may not extend it with a new type.
Expand Down
2 changes: 1 addition & 1 deletion source/glossary.rst
Expand Up @@ -12,7 +12,7 @@ Glossary


folder
Folders are special :ref:`bedita-objects` used to create tree structures. The concept is similar to folders in computer filesystems. In a :term:`project` you may have multiple folder trees, hence multiple root folders. Each folder, that is not a root folder, has one and only one parent folder. Other object types can instead have more than one parent folder (multifiling).
A folder is a special :term:`object` used to create tree structures. The concept is similar to folders in computer filesystems. In a :term:`project` you may have multiple folder trees, hence multiple root folders. Each folder, that is not a root folder, has one and only one parent folder. Other object types can instead have more than one parent folder (multifiling).


json api
Expand Down

0 comments on commit 61101b0

Please sign in to comment.