public class ServiceNowIntegrationServiceImpl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
Intergrated_Device |
protected static java.lang.String |
Intergrated_Incident |
(package private) static java.util.logging.Logger |
logger |
Constructor and Description |
---|
ServiceNowIntegrationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
checkUpdate(ServiceContext cxt) |
void |
doIntegration(ServiceContext cxt) |
protected void |
integerateDevice(ServiceContext cxt) |
protected void |
integerateIncident(ServiceContext cxt) |
static final java.util.logging.Logger logger
protected static final java.lang.String Intergrated_Device
protected static final java.lang.String Intergrated_Incident
public void doIntegration(ServiceContext cxt) throws java.lang.Exception
java.lang.Exception
protected void integerateIncident(ServiceContext cxt) throws java.lang.Exception
java.lang.Exception
protected void integerateDevice(ServiceContext cxt) throws java.lang.Exception
java.lang.Exception
public java.lang.String checkUpdate(ServiceContext cxt)