Uses of Package
ccc.api.types

Packages that use ccc.api.types
ccc.api.core   
ccc.api.exceptions   
ccc.api.jaxrs   
ccc.api.jaxrs.providers   
ccc.api.types   
ccc.cli.fileupload Classes for remote file upload to CCC7. 
ccc.client.actions   
ccc.client.core   
ccc.client.gwt.core   
ccc.client.gwt.remoting   
ccc.client.gwt.views.gxt   
ccc.client.gwt.widgets   
ccc.client.i18n   
ccc.client.presenters   
ccc.client.views   
ccc.commands Commands available in CCC. 
ccc.commons   
ccc.commons.streams   
ccc.domain The core domain model for CCC. 
ccc.domain.sorting   
ccc.migration Classes for migration of CCC6 content to CCC7. 
ccc.persistence   
ccc.persistence.streams   
ccc.plugins.mail   
ccc.plugins.mail.javamail   
ccc.plugins.s11n.json   
ccc.plugins.search   
ccc.plugins.search.lucene   
ccc.rest.extensions   
ccc.security CCC implementation of the LoginModule interface for user authentication. 
ccc.services.ejb3 EJB3 implementation of the CCC API. 
ccc.web.rendering   
 

Classes in ccc.api.types used by ccc.api.core
ActionStatus
          Supported statuses for an action.
CommandType
          Valid actions for a log entry.
CommentStatus
          Statuses for a comment.
Duration
          A finite period of time.
FailureCode
          Failure codes for the public API.
Link
          Helper class for building URIs.
MimeType
          A class representing a mime type.
Paragraph
          A paragraph of HTML.
Range
          A range of values.
ResourceName
          Represents a valid resource name in CCC.
ResourceType
          An enumeration of the valid types of a resource.
SearchResult
          Value object for search results.
SortOrder
          Sort order.
StreamAction
          An action to perform on an InputStream.
Username
          A username.
 

Classes in ccc.api.types used by ccc.api.exceptions
CommandType
          Valid actions for a log entry.
ResourceName
          Represents a valid resource name in CCC.
 

Classes in ccc.api.types used by ccc.api.jaxrs
CommentStatus
          Statuses for a comment.
Duration
          A finite period of time.
SearchResult
          Value object for search results.
SortOrder
          Sort order.
StreamAction
          An action to perform on an InputStream.
Username
          A username.
 

Classes in ccc.api.types used by ccc.api.jaxrs.providers
MimeType
          A class representing a mime type.
 

Classes in ccc.api.types used by ccc.api.types
ActionStatus
          Supported statuses for an action.
CommandType
          Valid actions for a log entry.
CommentStatus
          Statuses for a comment.
DBC
          A helper class to support design-by-contract (DBC).
FailureCode
          Failure codes for the public API.
Link.Encoder
          URI encoder API.
MimeType
          A class representing a mime type.
Paragraph
          A paragraph of HTML.
ParagraphType
          The types of paragraph available.
ResourceName
          Represents a valid resource name in CCC.
ResourceOrder
          Sort orders for resource lists.
ResourcePath
          This class models an absolute path to a resource.
ResourceType
          An enumeration of the valid types of a resource.
SortOrder
          Sort order.
 

Classes in ccc.api.types used by ccc.cli.fileupload
ResourcePath
          This class models an absolute path to a resource.
 

Classes in ccc.api.types used by ccc.client.actions
CommandType
          Valid actions for a log entry.
ResourceName
          Represents a valid resource name in CCC.
ResourcePath
          This class models an absolute path to a resource.
 

Classes in ccc.api.types used by ccc.client.core
ActionStatus
          Supported statuses for an action.
CommandType
          Valid actions for a log entry.
Link.Encoder
          URI encoder API.
 

Classes in ccc.api.types used by ccc.client.gwt.core
Link.Encoder
          URI encoder API.
 

Classes in ccc.api.types used by ccc.client.gwt.remoting
CommentStatus
          Statuses for a comment.
SortOrder
          Sort order.
Username
          A username.
 

Classes in ccc.api.types used by ccc.client.gwt.views.gxt
CommandType
          Valid actions for a log entry.
CommentStatus
          Statuses for a comment.
Duration
          A finite period of time.
Paragraph
          A paragraph of HTML.
ResourceType
          An enumeration of the valid types of a resource.
 

Classes in ccc.api.types used by ccc.client.gwt.widgets
CommandType
          Valid actions for a log entry.
CommentStatus
          Statuses for a comment.
Paragraph
          A paragraph of HTML.
ResourceType
          An enumeration of the valid types of a resource.
 

Classes in ccc.api.types used by ccc.client.i18n
Username
          A username.
 

Classes in ccc.api.types used by ccc.client.presenters
CommandType
          Valid actions for a log entry.
 

Classes in ccc.api.types used by ccc.client.views
CommandType
          Valid actions for a log entry.
CommentStatus
          Statuses for a comment.
Paragraph
          A paragraph of HTML.
 

Classes in ccc.api.types used by ccc.commands
CommandType
          Valid actions for a log entry.
Duration
          A finite period of time.
ResourceName
          Represents a valid resource name in CCC.
 

Classes in ccc.api.types used by ccc.commons
MimeType
          A class representing a mime type.
 

Classes in ccc.api.types used by ccc.commons.streams
StreamAction
          An action to perform on an InputStream.
 

Classes in ccc.api.types used by ccc.domain
ActionStatus
          Supported statuses for an action.
CommandType
          Valid actions for a log entry.
CommentStatus
          Statuses for a comment.
Duration
          A finite period of time.
EmailAddress
          An email address.
FailureCode
          Failure codes for the public API.
MimeType
          A class representing a mime type.
Paragraph
          A paragraph of HTML.
ResourceName
          Represents a valid resource name in CCC.
ResourcePath
          This class models an absolute path to a resource.
ResourceType
          An enumeration of the valid types of a resource.
Username
          A username.
 

Classes in ccc.api.types used by ccc.domain.sorting
ResourceOrder
          Sort orders for resource lists.
 

Classes in ccc.api.types used by ccc.migration
ResourceName
          Represents a valid resource name in CCC.
 

Classes in ccc.api.types used by ccc.persistence
CommentStatus
          Statuses for a comment.
ResourcePath
          This class models an absolute path to a resource.
SortOrder
          Sort order.
StreamAction
          An action to perform on an InputStream.
 

Classes in ccc.api.types used by ccc.persistence.streams
StreamAction
          An action to perform on an InputStream.
 

Classes in ccc.api.types used by ccc.plugins.mail
EmailAddress
          An email address.
 

Classes in ccc.api.types used by ccc.plugins.mail.javamail
EmailAddress
          An email address.
 

Classes in ccc.api.types used by ccc.plugins.s11n.json
Duration
          A finite period of time.
MimeType
          A class representing a mime type.
Paragraph
          A paragraph of HTML.
SearchResult
          Value object for search results.
 

Classes in ccc.api.types used by ccc.plugins.search
MimeType
          A class representing a mime type.
Paragraph
          A paragraph of HTML.
ResourceName
          Represents a valid resource name in CCC.
ResourcePath
          This class models an absolute path to a resource.
SearchResult
          Value object for search results.
SortOrder
          Sort order.
StreamAction
          An action to perform on an InputStream.
 

Classes in ccc.api.types used by ccc.plugins.search.lucene
MimeType
          A class representing a mime type.
Paragraph
          A paragraph of HTML.
ResourceName
          Represents a valid resource name in CCC.
ResourcePath
          This class models an absolute path to a resource.
SearchResult
          Value object for search results.
SortOrder
          Sort order.
StreamAction
          An action to perform on an InputStream.
 

Classes in ccc.api.types used by ccc.rest.extensions
Duration
          A finite period of time.
 

Classes in ccc.api.types used by ccc.security
Username
          A username.
 

Classes in ccc.api.types used by ccc.services.ejb3
CommentStatus
          Statuses for a comment.
Duration
          A finite period of time.
SearchResult
          Value object for search results.
SortOrder
          Sort order.
StreamAction
          An action to perform on an InputStream.
Username
          A username.
 

Classes in ccc.api.types used by ccc.web.rendering
Duration
          A finite period of time.
MimeType
          A class representing a mime type.
 



Copyright © 2010. All Rights Reserved.