org.eclipse.stardust.engine.api.ws
Class TriggerXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.TriggerXto

public class TriggerXto
extends ModelElementXto

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

TriggerXto

public TriggerXto()
Method Detail

getRuntimeElementOid

public long getRuntimeElementOid()
Gets the value of the runtimeElementOid property.


setRuntimeElementOid

public void setRuntimeElementOid(long value)
Sets the value of the runtimeElementOid property.


getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSynchronous

public boolean isSynchronous()
Gets the value of the synchronous property.


setSynchronous

public void setSynchronous(boolean value)
Sets the value of the synchronous property.


getAccessPoints

public AccessPointsXto getAccessPoints()
Gets the value of the accessPoints property.

Returns:
possible object is AccessPointsXto

setAccessPoints

public void setAccessPoints(AccessPointsXto value)
Sets the value of the accessPoints property.

Parameters:
value - allowed object is AccessPointsXto

getParameterMappings

public ParameterMappingsXto getParameterMappings()
Gets the value of the parameterMappings property.

Returns:
possible object is ParameterMappingsXto

setParameterMappings

public void setParameterMappings(ParameterMappingsXto value)
Sets the value of the parameterMappings property.

Parameters:
value - allowed object is ParameterMappingsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.