|
|||||||||
| 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.TriggerXto
public class TriggerXto
A client side view of a process trigger. A trigger is responsible for starting the process instance corresponding to the process definition containing the trigger.
Java class for Trigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trigger">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="runtimeElementOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="accessPoints" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoints" minOccurs="0"/>
<element name="parameterMappings" type="{http://eclipse.org/stardust/ws/v2012a/api}ParameterMappings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TriggerXto()
|
|
| Method Summary | |
|---|---|
AccessPointsXto |
getAccessPoints()
Gets the value of the accessPoints property. |
ParameterMappingsXto |
getParameterMappings()
Gets the value of the parameterMappings property. |
long |
getRuntimeElementOid()
Gets the value of the runtimeElementOid property. |
String |
getType()
Gets the value of the type property. |
boolean |
isSynchronous()
Gets the value of the synchronous property. |
void |
setAccessPoints(AccessPointsXto value)
Sets the value of the accessPoints property. |
void |
setParameterMappings(ParameterMappingsXto value)
Sets the value of the parameterMappings property. |
void |
setRuntimeElementOid(long value)
Sets the value of the runtimeElementOid property. |
void |
setSynchronous(boolean value)
Sets the value of the synchronous property. |
void |
setType(String value)
Sets the value of the type 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 TriggerXto()
| Method Detail |
|---|
public long getRuntimeElementOid()
public void setRuntimeElementOid(long value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSynchronous()
public void setSynchronous(boolean value)
public AccessPointsXto getAccessPoints()
AccessPointsXtopublic void setAccessPoints(AccessPointsXto value)
value - allowed object is
AccessPointsXtopublic ParameterMappingsXto getParameterMappings()
ParameterMappingsXtopublic void setParameterMappings(ParameterMappingsXto value)
value - allowed object is
ParameterMappingsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||