Version: 1.1.1

Uses of Class
org.inb.biomoby.shared.registry.ServiceType

Packages that use ServiceType
org.inb.biomoby.central   
org.inb.biomoby.central.factory.jaxb   
org.inb.biomoby.shared.registry   
 

Uses of ServiceType in org.inb.biomoby.central
 

Methods in org.inb.biomoby.central that return ServiceType
 ServiceType MobyCentralOperations.retrieveService(ServiceType serviceType)
           
 

Methods in org.inb.biomoby.central that return types with arguments of type ServiceType
 List<Relationship<ServiceType>> MobyCentralOperations.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 List<ServiceType> MobyCentralOperations.retrieveServiceTypes()
           
 

Methods in org.inb.biomoby.central with parameters of type ServiceType
 Registration MobyCentralOperations.deregisterServiceType(ServiceType serviceType)
           
 Registration MobyCentralOperations.registerServiceType(ServiceType serviceType)
           
 List<Relationship<ServiceType>> MobyCentralOperations.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 ServiceType MobyCentralOperations.retrieveService(ServiceType serviceType)
           
 

Uses of ServiceType in org.inb.biomoby.central.factory.jaxb
 

Methods in org.inb.biomoby.central.factory.jaxb that return ServiceType
static ServiceType ModelConverter.convert(FindServiceOperation.Services.ServiceType st)
           
static ServiceType ModelConverter.convert(RetrieveServiceTypesOperation.ServiceType st)
           
 ServiceType JAXBMobyCentralImpl.retrieveService(ServiceType serviceType)
           
 

Methods in org.inb.biomoby.central.factory.jaxb that return types with arguments of type ServiceType
 List<Relationship<ServiceType>> JAXBMobyCentralImpl.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 List<ServiceType> JAXBMobyCentralImpl.retrieveServiceTypes()
           
 

Methods in org.inb.biomoby.central.factory.jaxb with parameters of type ServiceType
static RegisterServiceTypeOperation.ServiceType ModelConverter.convert(ServiceType serviceType)
           
 Registration JAXBMobyCentralImpl.deregisterServiceType(ServiceType serviceType)
           
 Registration JAXBMobyCentralImpl.registerServiceType(ServiceType serviceType)
           
 List<Relationship<ServiceType>> JAXBMobyCentralImpl.relationships(ServiceType serviceType, List<Relationship.RELATIONSHIP_TYPE> relationships, Relationship.DIRECTION_TYPE direction, boolean expandRelationship)
           
 ServiceType JAXBMobyCentralImpl.retrieveService(ServiceType serviceType)
           
 

Method parameters in org.inb.biomoby.central.factory.jaxb with type arguments of type ServiceType
static RegisterServiceTypeOperation.Relationship ModelConverter.convert(Relationship<ServiceType> relationship)
           
 

Uses of ServiceType in org.inb.biomoby.shared.registry
 

Methods in org.inb.biomoby.shared.registry that return ServiceType
 ServiceType ServiceType.clone()
           
 ServiceType Service.getServiceType()
           
 

Methods in org.inb.biomoby.shared.registry that return types with arguments of type ServiceType
 List<Relationship<ServiceType>> ServiceType.getRelationships()
           
 

Methods in org.inb.biomoby.shared.registry with parameters of type ServiceType
 void Service.setServiceType(ServiceType serviceType)
           
 

Method parameters in org.inb.biomoby.shared.registry with type arguments of type ServiceType
 void ServiceType.addRelationship(Relationship<ServiceType> relationship)
           
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010