Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ec.placeful.interfaces
Interface PlacefulService

All Known Subinterfaces:
EJBPlacefulService, PlacefulServiceLocal, PlacefulServiceRemote
All Known Implementing Classes:
PlacefulServiceImpl

public interface PlacefulService

Author:
Ruslan Spivak

Field Summary
static ComponentName ID
           
 
Method Summary
 Annotation getAnnotation(String uuid, String name)
           
 List<Annotation> getAnnotationListByParamMap(Map<String,Object> paramMap, String name)
           
 Map<String,String> getAnnotationRegistry()
           
 void removeAnnotation(Annotation annotation)
           
 void removeAnnotationListByParamMap(Map<String,Object> paramMap, String name)
           
 void setAnnotation(Annotation annotation)
           
 

Field Detail

ID

static final ComponentName ID
Method Detail

getAnnotationRegistry

Map<String,String> getAnnotationRegistry()

getAnnotation

Annotation getAnnotation(String uuid,
                         String name)

getAnnotationListByParamMap

List<Annotation> getAnnotationListByParamMap(Map<String,Object> paramMap,
                                             String name)

setAnnotation

void setAnnotation(Annotation annotation)

removeAnnotation

void removeAnnotation(Annotation annotation)

removeAnnotationListByParamMap

void removeAnnotationListByParamMap(Map<String,Object> paramMap,
                                    String name)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.