Interface | Description |
---|---|
IFilePersistor |
Interface used to interact with a file container (database, file system, etc)
|
ITreeViewReader |
Defines the contract for tree view readers.
|
IUploadFilesIdsProvider |
For upload editors provides the list of oids from the property value.
|
Class | Description |
---|---|
AttachedFile |
Class that allows to implement stereotypes FILE and FILES.
|
AttachedFilesFilesIdsProvider | |
Card | |
CardIterator | |
DiscussionComment | |
FilePersistorFactory |
For obtaining a instance of the
IFilePersistor configured in the system. |
FileSystemPersistor |
A implementation of
IFilePersistor |
ImagesGalleryFilesIdsProvider | |
JPAFilePersistor |
An implementation of
IFilePersistor |
NullFilesIdsProvider | |
PropertyValueFilesIdsProvider | |
TreeView | |
TreeViewActions | |
TreeViewParser |
Parse the tree view and produces a javascript snippet.
|
TreeViewReaderImpl |
Implements the Tree view reader
|