Package | Description |
---|---|
com.ibm.tivoli.maximo.mfmail | |
psdi.common.emailstner |
Modifier and Type | Method and Description |
---|---|
boolean |
MfMailUtility.checkAppAuth(InboundCommRemote inboundComm,
MboRemote targetMbo) |
boolean |
MfMailUtility.checkStatusAuth(InboundCommRemote inboundComm,
MboRemote targetMbo,
UserInfo ui) |
Modifier and Type | Class and Description |
---|---|
class |
InboundComm
MBO to represent a InboundComm
|
Modifier and Type | Method and Description |
---|---|
boolean |
LSNRActionHelper.authExistForObjectAndAction(InboundCommRemote inboundComm,
MboRemote objectRemote,
java.lang.String action,
java.lang.String objectName)
Check for given site authorization exist or not
|
MboRemote |
LSNRActionHelper.createObject(InboundCommRemote inboundComm,
MboRemote objectRemote)
Create sr,incident or problem record from inboundcomm
|
boolean |
LSNRActionHelper.performSecuityCheck(InboundCommRemote inboundComm,
MboRemote objectMbo)
Perform security check for the object and action specified in message body
|
void |
LSNRActionHelper.updateInbCommAfterAction(InboundCommRemote inboundComm,
MboRemote objectRemote) |
MboRemote |
LSNRActionHelper.updateObject(InboundCommRemote inboundComm,
MboRemote objectRemote)
Update sr,incident,problem with message body attributes
|