|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
ccc.domain | The core domain model for CCC. |
Uses of Entity in ccc.domain |
---|
Subclasses of Entity in ccc.domain | |
---|---|
class |
ActionEntity
An action that will be performed for a resource. |
class |
AliasEntity
An alias resource. |
class |
CommentEntity
A user comment. |
class |
Data
The data class is used to represent raw binary data with a unique identifier. |
class |
FileEntity
A file resource. |
class |
FileRevision
The contents of a file resource at a specified point in time. |
class |
FileWorkingCopy
A working copy for file deltas. |
class |
FolderEntity
A folder that can contain other resources. |
class |
GroupEntity
A security group. |
class |
HistoricalResource<S,T extends RevisionEntity<S>>
A resource that records each update made over time. |
class |
LogEntry
Captures detail relevant to a single user action for persistence in the audit log. |
class |
PageEntity
A page resource. |
class |
PageRevision
The contents of a page at a specific point in time. |
class |
PageWorkingCopy
A working copy for a page. |
class |
Principal
A CCC principal. |
class |
ResourceEntity
An abstract superclass that contains shared behaviour for the different types of CCC resource. |
class |
RevisionEntity<T>
Abstract implementation of a resource revision. |
class |
Search
A search that can return other results. |
class |
Setting
A setting, represented as a key:value pair. |
class |
TemplateEntity
A template is used to define how a resource will be displayed. |
class |
TemplateRevision
The content of a template at a specific point in time. |
class |
UserEntity
A user of the CCC system. |
class |
WorkingCopy<T>
A working copy for a resource. |
class |
WorkingCopySupport<T extends RevisionEntity<U>,U,V extends WorkingCopy<U>>
Abstract helper class that provides working copy support for resources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |