Package org.alfresco.service

Provides the public facing interfaces of the Services of the Alfresco Repository.

See:
          Description

Interface Summary
AnnotationTestInterface An interface to test the use of the auditable annotation.
Auditable Annotation to defined key and parameter names for the auditing API.
NotAuditable Specifically indicate that a method is not to be audited.
PublicService Specifically indicate that an interface defines a public service.
ServiceRegistry This interface represents the registry of public Repository Services.
 

Class Summary
AnnotationTest  
Auditable.Key  
 

Exception Summary
ServiceException Base Exception of Service Exceptions.
 

Package org.alfresco.service Description

Provides the public facing interfaces of the Services of the Alfresco Repository.

The PublicService is a marker interface for those services which are intended to be public entry points to the Alfresco Repository. Those interfaces marked as PublicService are audited.

The ServiceRegistry provides access to the Alfresco Repository Services for the cases where the spring context is not available.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.