Package io.jmix.rest.impl.service
Class EntitiesMetadataControllerManager
java.lang.Object
io.jmix.rest.impl.service.EntitiesMetadataControllerManager
@Component("rest_EntitiesMetadataControllerManager")
public class EntitiesMetadataControllerManager
extends Object
Class is used by the
EntitiesMetadataController
. Class is sed for getting
entities metadata. User permissions for entities access aren't taken into account at the moment.-
Field Summary
Modifier and TypeFieldDescriptionprotected DatatypeRegistry
protected ExtendedEntities
protected MessageTools
protected Metadata
protected MetadataTools
protected RestControllerUtils
protected FetchPlanRepository
protected FetchPlanSerialization
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAllFetchPlansForMetaClass
(String entityName) getFetchPlan
(String entityName, String viewName) getMetaClassInfo
(String entityName)
-
Field Details
-
metadata
-
metadataTools
-
messageTools
-
restControllersUtils
-
viewSerializationAPI
-
viewRepository
-
datatypeRegistry
-
extendedEntities
-
-
Constructor Details
-
EntitiesMetadataControllerManager
public EntitiesMetadataControllerManager()
-
-
Method Details
-
getMetaClassInfo
-
getAllMetaClassesInfo
-
getFetchPlan
-
getAllFetchPlansForMetaClass
-