|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransformerType | |
| com.sap.portal.httpconnectivity.transformationservice | |
| Uses of TransformerType in com.sap.portal.httpconnectivity.transformationservice |
| Fields in com.sap.portal.httpconnectivity.transformationservice declared as TransformerType | |
static TransformerType |
TransformerType.BUILT_IN
Specify that the transformer was supplied by the transformation service |
static TransformerType |
TransformerType.PERSISTENT
Specify that the transformer was supplied by TransformersProvider implementor and it can be used always |
static TransformerType |
TransformerType.TEMPORARY
Specify that the transformer was supplied by other vendor that can remove them at any time. |
static TransformerType |
TransformerType.PIPE
Internal use only |
| Methods in com.sap.portal.httpconnectivity.transformationservice that return TransformerType | |
TransformerType |
ITransformerInformation.getType()
Getting the transformer type |
static TransformerType |
TransformerType.getTypeByValue(int typeValue)
Get a TransformerType object according to it's value |
| Methods in com.sap.portal.httpconnectivity.transformationservice with parameters of type TransformerType | |
abstract ITransformerInformation |
AbstractTransformerHolder.createTransformerInformation(java.lang.String componentName,
java.lang.String transformerName,
java.lang.Float transformerVersion,
TransformerType transformerType,
java.lang.String fromUri,
java.lang.String toUri,
java.lang.String description)
Create new instance of ITransformerInformation. |
ITransformerInformation |
TransformersProvider.createTransformerInformation(java.lang.String componentName,
java.lang.String transformerName,
java.lang.Float transformerVersion,
TransformerType transformerType,
java.lang.String fromUri,
java.lang.String toUri,
java.lang.String description)
|
ITransformerInformation |
ITransformerService.createTransformerInformation(java.lang.String componentName,
java.lang.String transformerName,
java.lang.Float transformerVersion,
TransformerType transformerType,
java.lang.String fromUri,
java.lang.String toUri,
java.lang.String description)
Create new instance of ITransformerInformation. |
java.util.List |
ITransformerService.getTransformersInformation(TransformerType transformerType,
java.lang.String componentName,
java.lang.String transformerName,
java.lang.Float transformerVersion,
java.lang.String fromUri,
java.lang.String toUri)
Gets a list of transformers that match all filter properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||