org.eclipse.stardust.engine.api.ws.query
Class ActivityInstanceFilterXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.ActivityInstanceFilterXto

public class ActivityInstanceFilterXto
extends PredicateBaseXto

Filter criterion for matching specific activity instances.

Java class for ActivityInstanceFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActivityInstanceFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <element name="activityOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ActivityInstanceFilterXto()
           
 
Method Summary
 long getActivityOid()
          Gets the value of the activityOid property.
 void setActivityOid(long value)
          Sets the value of the activityOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityInstanceFilterXto

public ActivityInstanceFilterXto()
Method Detail

getActivityOid

public long getActivityOid()
Gets the value of the activityOid property.


setActivityOid

public void setActivityOid(long value)
Sets the value of the activityOid property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.