| Interface | Description |
|---|---|
| Access |
Interface that determines the kind of access that was granted to the ObjectStore.
|
| Account |
Account is the root entity in Object Store.
|
| Client<A extends Account> |
The authenticate call creates a new Account object, which allows you to interact with the Object Store.
|
| Container |
A Container is the entity that holds StoredObjects.
|
| DirectoryOrObject | |
| ListHolder<Child extends ListSubject> |
ListHolder instances hold lists of child entities.
|
| ListSubject |
ListSubject instances can be part of a list by a parent entity.
|
| ObjectStoreEntity |
Top-level entity for all entities in the ObjectStore.
|
| PaginationMap |
Map for a ListHolder on a list of ListSubject.
|
| StoredObject |
StoredObject is a handler for the actual content in the Object Store.
|
| Website |
A Website is a specialization of Container.
|
| Class | Description |
|---|---|
| Directory | |
| FormPost |
Copyright © 2012-2020 42 BV. All Rights Reserved.