A - The api interface type.B - The type of object extending this one.public class ConnectableEntity<A,B extends ConnectableEntity<A,B>> extends AbstractConnectable<A,B>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityType |
api, apiClass, nuxeoClientheaderInterceptors, headerValues, okhttpBuilder, retrofit, retrofitBuilder| Modifier | Constructor and Description |
|---|---|
protected |
ConnectableEntity(String entityType,
Class<A> apiClass)
Minimal constructor to use benefit of injection mechanism.
|
protected |
ConnectableEntity(String entityType,
Class<A> apiClass,
NuxeoClient nuxeoClient)
The constructor to use.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityType() |
buildRetrofit, fetchResponse, fetchResponse, reconnectWithconnectTimeout, depth, enrichers, enrichers, enrichersForDocument, fetchProperties, fetchProperties, fetchPropertiesForDocument, fetchPropertiesForGroup, header, header, header, header, header, header, header, readTimeout, replaceWith, schemas, schemas, timeout, transactionTimeout, versionprotected final String entityType
protected ConnectableEntity(String entityType, Class<A> apiClass)
protected ConnectableEntity(String entityType, Class<A> apiClass, NuxeoClient nuxeoClient)
public String getEntityType()
Copyright © 2018 Nuxeo. All rights reserved.