|
|||||||||||
| 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 | |
|---|---|
java.lang.String |
getSynonymKey(java.lang.String domainId,
java.lang.String synonymValue)
Returns the synonym key for a given value. |
java.lang.String |
getSynonymValue(java.lang.String domainId,
java.lang.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 object| Method Detail |
|---|
public java.lang.String getSynonymKey(java.lang.String domainId,
java.lang.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 Maximo
public java.lang.String getSynonymValue(java.lang.String domainId,
java.lang.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 | ||||||||||