|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.maximo.core.MxConnFunctions
public final class MxConnFunctions
This class provides utility functions that can be used inside scripts.
Constructor Summary | |
---|---|
MxConnFunctions(MxConnConfiguration cfg,
Log log)
Constructs a MxConnFunctions . |
Method Summary | |
---|---|
String |
getSynonymKey(String domainId,
String synonymValue)
Returns the synonym key for a given value. |
String |
getSynonymValue(String domainId,
String synonymKey)
Returns the synonym value for a given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MxConnFunctions(MxConnConfiguration cfg, Log log)
MxConnFunctions
.
cfg
- connector configuration objectMethod Detail |
---|
public String getSynonymKey(String domainId, String synonymValue) throws MxConnectorException
domainId
- domain IDsynonymValue
- value associated with the synonym key
null
if the domain
ID does not exist
MxConnectorException
- if it is not possible obtain the synonym domain from Maximopublic String getSynonymValue(String domainId, String synonymKey) throws MxConnectorException
domainId
- domain IDsynonymKey
- key associated with the synonym value
null
if the domain
ID does not exist
MxConnectorException
- if it is not possible obtain the synonym domain from Maximo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |