Uses of Class
wt.services.applicationcontext.ServiceNotFoundException

Packages that use ServiceNotFoundException
com.ptc.core.meta.type.runtime.server.impl.integrated   
com.ptc.windchill.uwgm.proesrv.c11n   
wt.services.applicationcontext   
wt.services.applicationcontext.implementation   
 

Uses of ServiceNotFoundException in com.ptc.core.meta.type.runtime.server.impl.integrated
 

Methods in com.ptc.core.meta.type.runtime.server.impl.integrated that throw ServiceNotFoundException
 Object TypeBasedWTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object TypeBasedWTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 

Uses of ServiceNotFoundException in com.ptc.windchill.uwgm.proesrv.c11n
 

Methods in com.ptc.windchill.uwgm.proesrv.c11n that throw ServiceNotFoundException
 EPMDocumentNamingDelegate ProeServiceDelegateFactory.getEPMDocumentNamingDelegate(EPMDocument doc)
           
 ModeledAttributesDelegate ProeServiceDelegateFactory.getModeledAttributesDelegate(Object object)
           
 

Uses of ServiceNotFoundException in wt.services.applicationcontext
 

Methods in wt.services.applicationcontext that throw ServiceNotFoundException
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          

Supported API: false
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          

Supported API: false
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServicesSupport.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 String ApplicationContextServicesSupport.getServiceImplementationName(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServicesSupport.getServiceImplementationNameMap(ApplicationContextChild childContext, Object[] requestors, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServicesSupport.getServiceImplementationNameMap(ApplicationContextChild childContext, ACRequestor requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServices.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 String ApplicationContextServices.getServiceImplementationName(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServices.getServiceImplementationNameMap(ApplicationContextChild childContext, Object[] requestors, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServices.getServiceImplementationNameMap(ApplicationContextChild childContext, ACRequestor requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ACServicesAdapter.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 String ACServicesAdapter.getServiceImplementationName(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ACServicesAdapter.getServiceImplementationNameMap(ApplicationContextChild childContext, Object[] requestors, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ACServicesAdapter.getServiceImplementationNameMap(ApplicationContextChild childContext, ACRequestor requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          

Supported API: false
 Object WildCardServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          

Supported API: false
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServicesSupport.getService(ApplicationContextChild childContext, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServicesSupport.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServicesSupport.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServicesSupport.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 String ApplicationContextServicesSupport.getServiceImplementationName(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServicesSupport.getServiceImplementationNameMap(ApplicationContextChild childContext, Object[] requestors, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServicesSupport.getServiceImplementationNameMap(ApplicationContextChild childContext, ACRequestor requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ApplicationContextServices.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ApplicationContextServices.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ApplicationContextServices.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ApplicationContextServices.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 String ApplicationContextServices.getServiceImplementationName(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServices.getServiceImplementationNameMap(ApplicationContextChild childContext, Object[] requestors, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ApplicationContextServices.getServiceImplementationNameMap(ApplicationContextChild childContext, ACRequestor requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Object ACServicesAdapter.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Object[] ACServicesAdapter.getServices(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, Object[] requestors, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, Class serviceClass, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service class.
 Map ACServicesAdapter.getServiceMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get a service based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, Object[] requestors, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 Map ACServicesAdapter.getServicesMap(ApplicationContextChild contextChild, ACRequestor requestor, String serviceName, Object selector)
          Get all available services based on the context, the requesting object, the selector, and the logical service name.
 String ACServicesAdapter.getServiceImplementationName(ApplicationContextChild childContext, Object requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ACServicesAdapter.getServiceImplementationNameMap(ApplicationContextChild childContext, Object[] requestors, String serviceName, Object selector)
          Get the name of the service implementation.
 Map ACServicesAdapter.getServiceImplementationNameMap(ApplicationContextChild childContext, ACRequestor requestor, String serviceName, Object selector)
          Get the name of the service implementation.
 

Uses of ServiceNotFoundException in wt.services.applicationcontext.implementation
 

Methods in wt.services.applicationcontext.implementation that throw ServiceNotFoundException
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, String serviceName, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.
 Object WTServiceProvider.getService(ApplicationContextChild contextChild, Object requestor, Class serviceClass, Object selector)
          Get an array of services based on context, requestor, selector, and logical service name.