Uses of Class
org.nuxeo.client.objects.config.DocType
-
Packages that use DocType Package Description org.nuxeo.client.methods org.nuxeo.client.objects.config -
-
Uses of DocType in org.nuxeo.client.methods
Methods in org.nuxeo.client.methods that return types with arguments of type DocType Modifier and Type Method Description retrofit2.Call<DocType>ConfigAPI. type(java.lang.String type) -
Uses of DocType in org.nuxeo.client.objects.config
Fields in org.nuxeo.client.objects.config declared as DocType Modifier and Type Field Description protected DocTypeDocType. parentTypeServices attributesFields in org.nuxeo.client.objects.config with type parameters of type DocType Modifier and Type Field Description protected java.util.Map<java.lang.String,DocType>DocTypes. docTypesMethods in org.nuxeo.client.objects.config that return DocType Modifier and Type Method Description DocTypeDocType. fetchParent()DocTypeConfigManager. fetchType(java.lang.String type)DocTypeDocTypes. getDocType(java.lang.String name)Methods in org.nuxeo.client.objects.config that return types with arguments of type DocType Modifier and Type Method Description java.util.Map<java.lang.String,DocType>DocTypes. getDocTypes()
-