Bus

Uses of Class
org.topcased.bus.core.parameter.Type

Packages that use Type
org.topcased.bus.core   
 

Uses of Type in org.topcased.bus.core
 

Methods in org.topcased.bus.core that return Type
 Type ServicesManager.typeId2Type(java.lang.String typeId)
          Gives the Type corrresponding to a precise type id from the private Map types
 

Methods in org.topcased.bus.core that return types with arguments of type Type
 java.util.Map<java.lang.String,Type> ServicesManager.getAllType()
          Gets all types IDs with their description
 java.util.Map<java.lang.String,Type> ServicesManager.getListType(java.util.Map<java.lang.String,Service> listService)
          Gets a Map of all Type which exist in the Services list
 java.util.Map<java.lang.String,Type> ServicesManager.serviceId2TypeMap(java.lang.String serviceId)
          Returns the Map (key=type id; value=Type) corresponding to the service id
 java.util.Map<java.lang.String,Type> ServicesManager.typeId2TypeMap(java.lang.String typeId)
          Gives a Map (typeId,Type) corrresponding to a precise service id from the private Map "types"
 java.util.Map<java.lang.String,Type> ServicesManager.typeIds2TypeMap(java.util.Set<java.lang.String> typeIds)
          Gives Map (key=typeId, value=Type) corresponding to the Set of typeId
 java.util.Map<java.lang.String,Type> ServicesManager.typeName2TypeMap(java.lang.String typeName, java.util.Map<java.lang.String,Type> listType)
          Returns the Map (key=type id; value=Type) corresponding to the typeName
 

Method parameters in org.topcased.bus.core with type arguments of type Type
 java.util.Map<java.lang.String,Type> ServicesManager.typeName2TypeMap(java.lang.String typeName, java.util.Map<java.lang.String,Type> listType)
          Returns the Map (key=type id; value=Type) corresponding to the typeName
 


Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.