Uses of Class
org.gcube.portlets.user.uriresolvermanager.entity.ServiceAccessPoint
-
Packages that use ServiceAccessPoint Package Description org.gcube.portlets.user.uriresolvermanager.entity org.gcube.portlets.user.uriresolvermanager.readers -
-
Uses of ServiceAccessPoint in org.gcube.portlets.user.uriresolvermanager.entity
Methods in org.gcube.portlets.user.uriresolvermanager.entity that return ServiceAccessPoint Modifier and Type Method Description ServiceAccessPointApplicationType. getAccessPoint()Methods in org.gcube.portlets.user.uriresolvermanager.entity with parameters of type ServiceAccessPoint Modifier and Type Method Description voidApplicationType. setAccessPoint(ServiceAccessPoint accessPoint)Constructors in org.gcube.portlets.user.uriresolvermanager.entity with parameters of type ServiceAccessPoint Constructor Description ApplicationType(String resourceName, ServiceAccessPoint accessPoint) -
Uses of ServiceAccessPoint in org.gcube.portlets.user.uriresolvermanager.readers
Fields in org.gcube.portlets.user.uriresolvermanager.readers with type parameters of type ServiceAccessPoint Modifier and Type Field Description List<ServiceAccessPoint>RuntimeResourceReader. serviceAccessPointsMethods in org.gcube.portlets.user.uriresolvermanager.readers that return ServiceAccessPoint Modifier and Type Method Description ServiceAccessPointRuntimeResourceReader. getServiceAccessPointForEntryName(String entryName)Gets the service access point for entry name.Methods in org.gcube.portlets.user.uriresolvermanager.readers that return types with arguments of type ServiceAccessPoint Modifier and Type Method Description List<ServiceAccessPoint>RuntimeResourceReader. getServiceAccessPoints()Gets the service access points.
-