Package | Description |
---|---|
com.ibm.tivoli.maximo.interaction.process |
Modifier and Type | Method and Description |
---|---|
IntMappingInfo |
InteractionInfo.getObjectMapping(java.lang.String osName,
java.lang.String hpath)
Object mapping for the interaction object and hierarachypath
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IntMappingInfo> |
InteractionInfo.getAllObjects(java.lang.String osName)
Object mapping for the interaction object
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,IntMappingInfo>> |
InteractionInfo.getObjectStructure()
All mapping for an interaction
|
Modifier and Type | Method and Description |
---|---|
void |
InteractionBinder.bindInteractionData(MboRemote sourceMbo,
MboRemote targetMbo,
IntMappingInfo mapping)
Process mapping for the individual level in request or response
|
IntMappingDetailInfo |
InteractionBinder.findKeyName(IntMappingInfo mapping,
java.lang.String keyName)
Find key column in the mapping
|