public interface CentraSiteTriggerDescription extends CentraSiteExecuteWebServiceDescription
Modifier and Type | Field and Description |
---|---|
static int |
DELETE
Deprecated.
|
static int |
INSERT
Deprecated.
|
static int |
UPDATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Deprecated.
Gets the type of the trigger.
|
void |
setEventType(int eventType)
Deprecated.
Sets the type of the trigger.
|
java.lang.String |
toXML()
Deprecated.
Gets XML representation.
|
getInputDocumentXQuery, getName, getSoapActionXQuery, getSoapHeadersXQuery, getWebServiceKey, getWebServiceName, hasEmptyInputFields, hasValidInputFields, isFullySpecified, setInputDocumentXQuery, setName, setSoapActionXQuery, setSoapHeadersXQuery, setWebServiceKey, setWebServiceName
static final int INSERT
static final int UPDATE
static final int DELETE
int getEventType()
void setEventType(int eventType)
eventType
- INSERT, UPDATE or DELETEjava.lang.String toXML() throws JAXRException
toXML
in interface CentraSiteExecuteWebServiceDescription
JAXRException
- if an internal error occurs.