| Interface | Description |
|---|---|
| ContentService |
Provides methods for accessing and transforming content.
|
| CopyService |
Copy operations service interface.
|
| CrossRepositoryCopyService |
Simple interface for copying between the two repsitory implementations.
|
| ScriptLocation |
Interface encapsulating the location of a script and providing access to it.
|
| ScriptProcessor |
Script processor interface
|
| ScriptService |
Script Service.
|
| TemplateImageResolver |
Interface contract for the conversion of file name to a fully qualified icon image path for use by
templating and scripting engines executing within the repository context.
|
| TemplateProcessor |
Interface to be implemented by template engine wrapper classes.
|
| TemplateProcessorExtension |
Interface to represent a server side template extension implementation
|
| TemplateService |
Template Service.
|
| TemplateValueConverter |
A service capable of converting Java objects for use within a template.
|
| Class | Description |
|---|---|
| CopyService.CopyInfo |
Data pojo to carry information about node copies
|
| FileTypeImageSize | |
| TransformationOptionLimits |
Represents maximum source values (that result in exceptions if exceeded) or
limits on source values (that result in EOF (End Of File) being returned
early).
|
| TransformationOptionLimitsMap |
Helper class to create an immutable
Map<String, Map<String, TransformationOptionLimits>>, keyed on source and target mimetypes. |
| TransformationOptionLimitsTest |
Test TransformationOptionLimits
|
| TransformationOptionPair |
A pair of transformation options that specify
A) a max value over which the source is not read (throws an Exception) or
B) a limit over which no more of the source is read (returns EOF)
Each pair represents a values such as an elapse time, KBytes read or number of pages read.
|
| TransformationOptionPair.Action |
Action to take place for a given pair of values.
|
| TransformationOptionPairTest |
Test TransformationOptionPair
|
| TransformationOptions |
Class containing values of options that are passed to content transformers.
|
| Exception | Description |
|---|---|
| AspectMissingException |
Used to indicate that an aspect is missing from a node.
|
| CopyServiceException |
Nodes operations service exception class.
|
| CyclicChildRelationshipException |
Thrown when a cyclic parent-child relationship is detected.
|
| DuplicateChildNodeNameException |
Thrown when a child node cm:name property violates the data dictionary
duplicate child association constraint.
|
| NoTransformerException |
Thrown when a transformation request cannot be honoured due to
no transformers being present for the requested transformation.
|
| TemplateException |
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.