Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.service
Interface AdaptableService

All Superinterfaces:
Adaptable
All Known Implementing Classes:
AdaptableServiceImpl, Service1Impl, Service2Impl

public interface AdaptableService
extends Adaptable

Author:
Bogdan Stefanescu

Method Summary
 boolean hasAdapter(java.lang.Class<?> adapter)
           
 java.lang.Object invokeAdapter(MethodInvocation invocation, java.lang.Object[] args)
           
 
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
 

Method Detail

hasAdapter

boolean hasAdapter(java.lang.Class<?> adapter)

invokeAdapter

java.lang.Object invokeAdapter(MethodInvocation invocation,
                               java.lang.Object[] args)
                               throws NoSuchAdapterException,
                                      java.lang.reflect.InvocationTargetException,
                                      java.lang.IllegalAccessException
Throws:
NoSuchAdapterException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.