|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.runtime.service.AdaptableDescriptor
public class AdaptableDescriptor
| Field Summary | |
|---|---|
static Class<?>[] |
EMPTY_CLASSES
|
| Constructor Summary | |
|---|---|
AdaptableDescriptor(Class<?> adaptable)
|
|
| Method Summary | |
|---|---|
void |
addAdapterFactory(Class<?> adapter,
AdapterFactory<?> factory)
|
static Class<?>[] |
collectSuperTypes(Class<?> klass)
|
static void |
collectSuperTypes(Class<?> klass,
List<Class<?>> superClasses,
List<Class<?>> interfaces)
|
Class<?> |
getAdaptable()
|
AdapterFactory<?> |
getAdapterFactory(Class<?> adapter)
|
Class<?>[] |
getSuperTypes()
|
void |
removeAdapterFactory(Class<?> adapter,
AdapterFactory<?> factory)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Class<?>[] EMPTY_CLASSES
| Constructor Detail |
|---|
public AdaptableDescriptor(Class<?> adaptable)
| Method Detail |
|---|
public Class<?> getAdaptable()
public Class<?>[] getSuperTypes()
public AdapterFactory<?> getAdapterFactory(Class<?> adapter)
public void addAdapterFactory(Class<?> adapter,
AdapterFactory<?> factory)
public void removeAdapterFactory(Class<?> adapter,
AdapterFactory<?> factory)
public static Class<?>[] collectSuperTypes(Class<?> klass)
public static void collectSuperTypes(Class<?> klass,
List<Class<?>> superClasses,
List<Class<?>> interfaces)
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||