|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.EventHandlerDefinitionXto
public class EventHandlerDefinitionXto
A client side view of a workflow event handler.
Java class for EventHandlerDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventHandlerDefinition">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="rtOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://eclipse.org/stardust/ws/v2012a/api}EventHandlerTypeDefinition" minOccurs="0"/>
<element name="eventActions" type="{http://eclipse.org/stardust/ws/v2012a/api}EventActionDefinitions" minOccurs="0"/>
<element name="bindActions" type="{http://eclipse.org/stardust/ws/v2012a/api}BindActionDefinitions" minOccurs="0"/>
<element name="unbindActions" type="{http://eclipse.org/stardust/ws/v2012a/api}UnbindActionDefinitions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
EventHandlerDefinitionXto()
|
|
| Method Summary | |
|---|---|
BindActionDefinitionsXto |
getBindActions()
Gets the value of the bindActions property. |
EventActionDefinitionsXto |
getEventActions()
Gets the value of the eventActions property. |
long |
getRtOid()
Gets the value of the rtOid property. |
EventHandlerTypeDefinitionXto |
getType()
Gets the value of the type property. |
UnbindActionDefinitionsXto |
getUnbindActions()
Gets the value of the unbindActions property. |
void |
setBindActions(BindActionDefinitionsXto value)
Sets the value of the bindActions property. |
void |
setEventActions(EventActionDefinitionsXto value)
Sets the value of the eventActions property. |
void |
setRtOid(long value)
Sets the value of the rtOid property. |
void |
setType(EventHandlerTypeDefinitionXto value)
Sets the value of the type property. |
void |
setUnbindActions(UnbindActionDefinitionsXto value)
Sets the value of the unbindActions property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventHandlerDefinitionXto()
| Method Detail |
|---|
public long getRtOid()
public void setRtOid(long value)
public EventHandlerTypeDefinitionXto getType()
EventHandlerTypeDefinitionXtopublic void setType(EventHandlerTypeDefinitionXto value)
value - allowed object is
EventHandlerTypeDefinitionXtopublic EventActionDefinitionsXto getEventActions()
EventActionDefinitionsXtopublic void setEventActions(EventActionDefinitionsXto value)
value - allowed object is
EventActionDefinitionsXtopublic BindActionDefinitionsXto getBindActions()
BindActionDefinitionsXtopublic void setBindActions(BindActionDefinitionsXto value)
value - allowed object is
BindActionDefinitionsXtopublic UnbindActionDefinitionsXto getUnbindActions()
UnbindActionDefinitionsXtopublic void setUnbindActions(UnbindActionDefinitionsXto value)
value - allowed object is
UnbindActionDefinitionsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||