Uses of Class
org.nuxeo.runtime.datasource.DataSourceLinkDescriptor
-
Packages that use DataSourceLinkDescriptor Package Description org.nuxeo.runtime.datasource -
-
Uses of DataSourceLinkDescriptor in org.nuxeo.runtime.datasource
Fields in org.nuxeo.runtime.datasource with type parameters of type DataSourceLinkDescriptor Modifier and Type Field Description protected Map<String,DataSourceLinkDescriptor>DataSourceComponent. linksMethods in org.nuxeo.runtime.datasource with parameters of type DataSourceLinkDescriptor Modifier and Type Method Description protected voidDataSourceComponent. addDataSourceLink(DataSourceLinkDescriptor contrib)protected voidDataSourceComponent. bindDataSourceLink(DataSourceLinkDescriptor descr)protected voidDataSourceComponent. removeDataSourceLink(DataSourceLinkDescriptor contrib)protected voidDataSourceComponent. unbindDataSourceLink(DataSourceLinkDescriptor descr)
-