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. links
Methods in org.nuxeo.runtime.datasource with parameters of type DataSourceLinkDescriptor Modifier and Type Method Description protected void
DataSourceComponent. addDataSourceLink(DataSourceLinkDescriptor contrib)
protected void
DataSourceComponent. bindDataSourceLink(DataSourceLinkDescriptor descr)
protected void
DataSourceComponent. removeDataSourceLink(DataSourceLinkDescriptor contrib)
protected void
DataSourceComponent. unbindDataSourceLink(DataSourceLinkDescriptor descr)
-