Uses of Class
org.sakaiproject.entitybroker.rest.EntityDescriptionManager
-
Packages that use EntityDescriptionManager Package Description org.sakaiproject.entitybroker.rest -
-
Uses of EntityDescriptionManager in org.sakaiproject.entitybroker.rest
Methods in org.sakaiproject.entitybroker.rest that return EntityDescriptionManager Modifier and Type Method Description EntityDescriptionManagerEntityBrokerRESTServiceManager. getEntityDescriptionManager()Methods in org.sakaiproject.entitybroker.rest with parameters of type EntityDescriptionManager Modifier and Type Method Description voidEntityHandlerImpl. setEntityDescriptionManager(EntityDescriptionManager entityDescriptionManager)Constructors in org.sakaiproject.entitybroker.rest with parameters of type EntityDescriptionManager Constructor Description EntityHandlerImpl(EntityProviderManager entityProviderManager, EntityBrokerManager entityBrokerManager, EntityEncodingManager entityEncodingManager, EntityDescriptionManager entityDescriptionManager, EntityViewAccessProviderManager entityViewAccessProviderManager, RequestGetterWrite requestGetter, EntityActionsManager entityActionsManager, EntityRedirectsManager entityRedirectsManager, EntityBatchHandler entityBatchHandler, RequestStorageWrite requestStorage)Full constructor
-