Nuxeo Enterprise Platform 5.4

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

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

public interface PlacefulService

Author:
Ruslan Spivak

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

Field Detail

ID

static final ComponentName ID
Method Detail

getAnnotationRegistry

java.util.Map<java.lang.String,java.lang.String> getAnnotationRegistry()

getAnnotation

Annotation getAnnotation(java.lang.String uuid,
                         java.lang.String name)

getAnnotationListByParamMap

java.util.List<Annotation> getAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap,
                                                       java.lang.String name)

setAnnotation

void setAnnotation(Annotation annotation)

removeAnnotation

void removeAnnotation(Annotation annotation)

removeAnnotationListByParamMap

void removeAnnotationListByParamMap(java.util.Map<java.lang.String,java.lang.Object> paramMap,
                                    java.lang.String name)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.