Uses of Package
ccc.domain

Packages that use ccc.domain
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
ccc.domain.sorting   
ccc.persistence   
ccc.persistence.streams   
 

Classes in ccc.domain used by ccc.commands
ActionEntity
          An action that will be performed for a resource.
CommentEntity
          A user comment.
FileEntity
          A file resource.
FolderEntity
          A folder that can contain other resources.
PageEntity
          A page resource.
ResourceEntity
          An abstract superclass that contains shared behaviour for the different types of CCC resource.
RevisionMetadata
          Metadata describing a revision.
Search
          A search that can return other results.
UserEntity
          A user of the CCC system.
 

Classes in ccc.domain used by ccc.domain
AccessPermission
          An access permission for a resource.
ActionEntity
          An action that will be performed for a resource.
AliasEntity
          An alias resource.
CommentEntity
          A user comment.
Data
          The data class is used to represent raw binary data with a unique identifier.
Entity
          Abstract base class extended by entity classes that require persistence.
FileEntity
          A file resource.
FileWorkingCopy
          A working copy for file deltas.
FolderEntity
          A folder that can contain other resources.
GroupEntity
          A security group.
HistoricalResource
          A resource that records each update made over time.
Lockable
          API for objects that can be locked by a user.
PageEntity
          A page resource.
PageWorkingCopy
          A working copy for a page.
Principal
          A CCC principal.
ResourceEntity
          An abstract superclass that contains shared behaviour for the different types of CCC resource.
RevisionEntity
          Abstract implementation of a resource revision.
RevisionMetadata
          Metadata describing a revision.
Setting.Name
          Valid setting names.
SnapshotSupport
          API implemented by resources that support snapshot creation.
TemplateEntity
          A template is used to define how a resource will be displayed.
UserEntity
          A user of the CCC system.
WCAware
          The API for working copy support.
WorkingCopy
          A working copy for a resource.
WorkingCopySupport
          Abstract helper class that provides working copy support for resources.
 

Classes in ccc.domain used by ccc.domain.sorting
ResourceEntity
          An abstract superclass that contains shared behaviour for the different types of CCC resource.
 

Classes in ccc.domain used by ccc.persistence
ActionEntity
          An action that will be performed for a resource.
CommentEntity
          A user comment.
Data
          The data class is used to represent raw binary data with a unique identifier.
FileEntity
          A file resource.
FolderEntity
          A folder that can contain other resources.
GroupEntity
          A security group.
LogEntry
          Captures detail relevant to a single user action for persistence in the audit log.
PageEntity
          A page resource.
ResourceEntity
          An abstract superclass that contains shared behaviour for the different types of CCC resource.
RevisionEntity
          Abstract implementation of a resource revision.
Setting
          A setting, represented as a key:value pair.
Setting.Name
          Valid setting names.
TemplateEntity
          A template is used to define how a resource will be displayed.
UserEntity
          A user of the CCC system.
 

Classes in ccc.domain used by ccc.persistence.streams
Data
          The data class is used to represent raw binary data with a unique identifier.
 



Copyright © 2010. All Rights Reserved.