Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.alfresco.service.cmr.repository Classes and Interfaces - 73 results found.
NameDescriptionTypePackageFramework
AbstractStoreExceptionStore-related exception that keeps a handle to the store referenceAuthor:Derek HulleySee Also:Serialized FormClassorg.alfresco.service.cmr.repositoryAlFresco
AbstractTransformationSourceOptionsBase implementation of TransformationSourceOptions which holds applicable mimetypes and handles merge of options.Classorg.alfresco.service.cmr.repositoryAlFresco
AspectMissingExceptionUsed to indicate that an aspect is missing from a node.Classorg.alfresco.service.cmr.repositoryAlFresco
AssociationExistsExceptionThrown when an operation could not be performed because a named association already exists between two nodesClassorg.alfresco.service.cmr.repositoryAlFresco
ContentAccessorInterface for instances that provide read and write access to content.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
ContentIOExceptionWraps a general Exceptions that occurred while reading or writingAuthor:Derek HulleySee Also:Throwable.Classorg.alfresco.service.cmr.repositoryAlFresco
ContentReaderRepresents a handle to read specific content.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
ContentServiceProvides methods for accessing and transforming content.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
ContentServiceTransientExceptionThis exception should be thrown when a content operation could not be performed due to a transient condition and where it is possible that a subsequent request to execute theClassorg.alfresco.service.cmr.repositoryAlFresco
ContentStreamListenerListens for notifications w.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
ContentUrlKeyClassorg.alfresco.service.cmr.repositoryAlFresco
ContentWriterRepresents a handle to write specific content.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
CopyServiceCopy operations service interface.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
CopyService .CopyInfoData pojo to carry information about node copiesSince:4.Classorg.alfresco.service.cmr.repositoryAlFresco
CopyServiceExceptionNodes operations service exception class.Classorg.alfresco.service.cmr.repositoryAlFresco
CropSourceOptionsDTO used to store options for ImageMagick cropping.Classorg.alfresco.service.cmr.repositoryAlFresco
CrossRepositoryCopyServiceSimple interface for copying between the two repsitory implementations.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
CyclicChildRelationshipExceptionThrown when a cyclic parent-child relationship is detected.Classorg.alfresco.service.cmr.repositoryAlFresco
DefaultTypeConverterSupport for generic conversion between types.Classorg.alfresco.service.cmr.repository.datatypeAlFresco
DeleteLinksStatusReportThis class is used by DocumentLinkService to encapsulate the status of deleting the links of a document.Classorg.alfresco.service.cmr.repositoryAlFresco
DocumentLinkServiceProvides methods specific to manipulating links of documentsSince:5.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
DuplicateChildNodeNameExceptionThrown when a child node cm:name property violates the data dictionary duplicate child association constraint.Classorg.alfresco.service.cmr.repositoryAlFresco
DurationThis data type represents duration/interval/period as defined by the XMLSchema type The lexical representation of duration isClassorg.alfresco.service.cmr.repository.datatypeAlFresco
EntityRefA marker interface for entity reference classes.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
FileContentReaderExtension to ContentReader for Readers which are able to make the backing file available to you.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
FileTypeImageSizeenum FileTypeImageSizeEnum Constant SummaryClassorg.alfresco.service.cmr.repositoryAlFresco
InvalidChildAssociationRefExceptionThrown when an operation cannot be performed because thechild association reference no longer exists.Classorg.alfresco.service.cmr.repositoryAlFresco
InvalidNodeRefExceptionThrown when an operation cannot be performed because the node referenceAuthor:Derek HulleySee Also:Serialized FormClassorg.alfresco.service.cmr.repositoryAlFresco
InvalidStoreRefExceptionThrown when an operation cannot be performed because the store referenceAuthor:Derek HulleySee Also:Serialized FormClassorg.alfresco.service.cmr.repositoryAlFresco
MalformedNodeRefExceptionThrown when a nodeRef representation is invalid.Classorg.alfresco.service.cmr.repositoryAlFresco
MimetypeServiceThis service interface provides support for Mimetypes.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
MimetypeServiceAwareConsumers of the MimetypeService should implement this interface.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
MLTextClass to represent a multilingual (ML) text value.Classorg.alfresco.service.cmr.repositoryAlFresco
NodeRefClassorg.alfresco.service.cmr.repositoryAlFresco
NodeRef .StatusHelper class to convey the status of a node.Classorg.alfresco.service.cmr.repositoryAlFresco
NodeServiceInterface for public and internal node and store operations.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
NodeService .FindNodeParametersGeneral node-find parameters.Classorg.alfresco.service.cmr.repositoryAlFresco
NoTransformerExceptionThrown when a transformation request cannot be honoured due to no transformers being present for the requested transformation.Classorg.alfresco.service.cmr.repositoryAlFresco
PagedSourceOptionsPaged content conversion options to specify a page number range.Classorg.alfresco.service.cmr.repositoryAlFresco
PathRepresentation of a simple path e.Classorg.alfresco.service.cmr.repositoryAlFresco
Path .AttributeElementRepresents a qualified path to an attribute, including the sibling for repeated properties/attributes to retrieve e.Classorg.alfresco.service.cmr.repositoryAlFresco
Path .ChildAssocElementRepresents a qualified path between a parent and a child node, including the sibling to retrieve e.Classorg.alfresco.service.cmr.repositoryAlFresco
Path .DescendentOrSelfElementRepresents the // or /descendant-or-self::node() xpath elementSee Also:Serialized FormClassorg.alfresco.service.cmr.repositoryAlFresco
Path .ElementRepresents a path element.Classorg.alfresco.service.cmr.repositoryAlFresco
Path .ParentElementRepresents the /.Classorg.alfresco.service.cmr.repositoryAlFresco
Path .SelfElementRepresents the /.Classorg.alfresco.service.cmr.repositoryAlFresco
Period expression.Classorg.alfresco.service.cmr.repositoryAlFresco
PeriodProviderInterfaceorg.alfresco.service.cmr.repositoryAlFresco
PeriodProvider .ExpressionMutiplicityPeriod expression multiplicityAn expression is mandatoryClassorg.alfresco.service.cmr.repositoryAlFresco
ScriptLocationInterface encapsulating the location of a script and providing access to it.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
ScriptProcessorScript processor interfaceAuthor:Roy WetherallInterfaceorg.alfresco.service.cmr.repositoryAlFresco
ScriptService Provides an interface to services for executing a JavaScript engine script file against a Java object based scripting data-model.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
SerializedTransformationOptionsAccessorDefines methods for retrieving parameter values for use in building transformation options.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
StoreExistsExceptionThrown when an operation cannot be performed because the store referenceAuthor:Derek HulleySee Also:Serialized FormClassorg.alfresco.service.cmr.repositoryAlFresco
StoreRefReference to a node storeAuthor:Derek HulleySee Also:Serialized FormClassorg.alfresco.service.cmr.repositoryAlFresco
TemplateExceptionClassorg.alfresco.service.cmr.repositoryAlFresco
TemplateImageResolverInterface 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.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
TemplateProcessorInterface to be implemented by template engine wrapper classes.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
TemplateProcessorExtensionInterfaceorg.alfresco.service.cmr.repositoryAlFresco
TemplateService Provides an interface to services for executing template engine against a template file The service provides a configured list of available template engines.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
TemplateValueConverterA service capable of converting Java objects for use within a template.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
TemporalSourceOptionsTime-based content conversion options to specify an offset and duration.Classorg.alfresco.service.cmr.repositoryAlFresco
TransformationOptionLimitsRepresents maximum source values (that result in exceptions if exceeded) or limits on source values (that result in EOF (End Of File) being returnedClassorg.alfresco.service.cmr.repositoryAlFresco
TransformationOptionLimitsMapHelper class to create an immutable Map>, keyed on source and target mimetypes.Classorg.alfresco.service.cmr.repositoryAlFresco
TransformationOptionPairA pair of transformation options that specify A) a max value over which the source is not read (throws an Exception) orClassorg.alfresco.service.cmr.repositoryAlFresco
TransformationOptionPair .ActionAction to take place for a given pair of values.Classorg.alfresco.service.cmr.repositoryAlFresco
TransformationOptionsClass containing values of options that are passed to content transformers.Classorg.alfresco.service.cmr.repositoryAlFresco
TransformationSourceOptionsDefines options and demarcations needed to describe the details of how the source should be transformed, independent of the target requirements.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
TransformationSourceOptions .TransformationSourceOptionsSerializerDefines methods for serializing the source options into a parameter map and deserializing from a serialized options accessor.Interfaceorg.alfresco.service.cmr.repositoryAlFresco
TypeConversionExceptionBase Exception of Type Converter Exceptions.Classorg.alfresco.service.cmr.repository.datatypeAlFresco
TypeConverterSupport for generic conversion between types.Classorg.alfresco.service.cmr.repository.datatypeAlFresco
TypeConverter .ConverterInterfaceorg.alfresco.service.cmr.repository.datatypeAlFresco
TypeConverter .TwoStageConverterClassorg.alfresco.service.cmr.repository.datatypeAlFresco