com.centrasite.jaxr.type
Interface CentraSiteTriggerDescription

All Superinterfaces:
CentraSiteExecuteWebServiceDescription

Deprecated.

public interface CentraSiteTriggerDescription
extends CentraSiteExecuteWebServiceDescription

Description of a trigger on user specified object type.


Field Summary
static int DELETE
          Deprecated.  
static int INSERT
          Deprecated.  
static int UPDATE
          Deprecated.  
 
Method Summary
 int getEventType()
          Deprecated. Get the type of the trigger.
 void setEventType(int eventType)
          Deprecated. Set the type of the trigger.
 java.lang.String toXML()
          Deprecated. Get XML representation.
 
Methods inherited from interface com.centrasite.jaxr.type.CentraSiteExecuteWebServiceDescription
getInputDocumentXQuery, getName, getSoapActionXQuery, getSoapHeadersXQuery, getWebServiceKey, getWebServiceName, hasEmptyInputFields, hasValidInputFields, isFullySpecified, setInputDocumentXQuery, setName, setSoapActionXQuery, setSoapHeadersXQuery, setWebServiceKey, setWebServiceName
 

Field Detail

INSERT

static final int INSERT
Deprecated. 
See Also:
Constant Field Values

UPDATE

static final int UPDATE
Deprecated. 
See Also:
Constant Field Values

DELETE

static final int DELETE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getEventType

int getEventType()
Deprecated. 
Get the type of the trigger.

Returns:
INSERT, UPDATE or DELETE

setEventType

void setEventType(int eventType)
Deprecated. 
Set the type of the trigger.

Parameters:
eventType - INSERT, UPDATE or DELETE

toXML

java.lang.String toXML()
                       throws javax.xml.registry.JAXRException
Deprecated. 
Get XML representation.

Specified by:
toXML in interface CentraSiteExecuteWebServiceDescription
Returns:
XML representation
Throws:
javax.xml.registry.JAXRException