public interface IMConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENDPOINTNAME
Constant from getServiceInvoker property map: the Endpoint name.
|
static java.lang.String |
ENDPOINTPROPS
Constant from getServiceInvoker property map: a map of values that are used to
override the Endpoint properties in the Maximo database;
a Java Class of type Map
|
static java.lang.String |
IM
Constant from getServiceInvoker property map: the instantiated Integration Module;
a Java Class of type ServiceInvoker.
|
static java.lang.String |
IMNAME
Constant from getServiceInvoker property map: the name of the Integration Module.
|
static java.lang.String |
IMVERSION
Constant from getServiceInvoker property map: the version of the Integration Module.
|
static java.lang.String |
LMONAME
Constant from getServiceInvoker property map: the Logical Management Operation name.
|
static java.lang.String |
LMONAMESPACE
Constant from getServiceInvoker property map: the Logical Management Operation namespace.
|
static java.lang.String |
OMPGUID
Constant from getServiceInvoker property map: the GUID of the Operational Management Product server.
|
static java.lang.String |
PASSWORD
Constant that is used in the endpoint properties override map to hold a password
from the credential mapper.
|
static java.lang.String |
SOURCEOBJECT
Constant that can be used by IMs to pass the Request/Source MBO or MBOSet to the
Endpoint/Handler.
|
static java.lang.String |
TARGETOBJECT
Constant that can be used by IMs to pass the Response/Target MBO or MBOSet to
the Endpoint/Handler.
|
static java.lang.String |
USERNAME
Constant that is used in the endpoint properties override map to hold a user ID
from the credential mapper.
|
static final java.lang.String IM
static final java.lang.String IMNAME
static final java.lang.String IMVERSION
static final java.lang.String LMONAME
static final java.lang.String LMONAMESPACE
static final java.lang.String OMPGUID
static final java.lang.String ENDPOINTNAME
static final java.lang.String ENDPOINTPROPS
static final java.lang.String USERNAME
static final java.lang.String PASSWORD
static final java.lang.String SOURCEOBJECT
static final java.lang.String TARGETOBJECT