Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(Class<?> adapter)
           
 Object invokeAdapter(MethodInvocation invocation, Object[] args)
           
 
Methods inherited from interface org.nuxeo.runtime.model.Adaptable
getAdapter
 

Method Detail

hasAdapter

boolean hasAdapter(Class<?> adapter)

invokeAdapter

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.