|
Bus | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
org.topcased.bus.core |
Uses of Parameter in org.topcased.bus.core |
---|
Methods in org.topcased.bus.core that return Parameter | |
---|---|
Parameter |
ServicesManager.parameterId2Parameter(java.lang.String paramId)
Gives the Parameter corrresponding to a precise parameter id from the private Map parameters |
Methods in org.topcased.bus.core that return types with arguments of type Parameter | |
---|---|
java.util.Map<java.lang.String,Parameter> |
ServicesManager.getAllParametersIn()
Gets all parameters IDs with their description |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.getAllParametersOut()
Gets all output parameters IDs with their description |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.getListInput(java.util.Map<java.lang.String,Service> listService)
Get a Map of all Input parameters which exist in the Services list |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.getListOutput(java.util.Map<java.lang.String,Service> listService)
Gets a Map of all Output parameters which exists in the Service list |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.parameterId2ParameterMap(java.lang.String parameterId)
Gives a Map (parameterId,Paramter) corrresponding to a precise service id from the private Map "paramters" |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.parameterIds2ParameterMap(java.util.Set<java.lang.String> paramIds)
Gives Map (key=paramId, value=Parameter) corresponding to the Set of parameterIds |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.parameterKind2ParameterMap(java.lang.String parameterKind,
java.util.Map<java.lang.String,Parameter> listParam)
Returns the Map (key=parameter id; value=Parameter) of (In or Out) parameter corresponding to the parameterKind |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.serviceId2ParamInMap(java.lang.String serviceId)
Returns the Map (key=parameter id; value=Parameter) of input parameter corresponding to the service id |
java.util.Map<java.lang.String,Parameter> |
ServicesManager.serviceId2ParamOutMap(java.lang.String serviceId)
Returns the Map (key=parameter id; value=Parameter) of input parameter corresponding to the service id |
Method parameters in org.topcased.bus.core with type arguments of type Parameter | |
---|---|
java.util.Map<java.lang.String,Parameter> |
ServicesManager.parameterKind2ParameterMap(java.lang.String parameterKind,
java.util.Map<java.lang.String,Parameter> listParam)
Returns the Map (key=parameter id; value=Parameter) of (In or Out) parameter corresponding to the parameterKind |
|
Bus | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.