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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.QueryXto
      extended by org.eclipse.stardust.engine.api.ws.query.DeployedRuntimeArtifactQueryXto

public class DeployedRuntimeArtifactQueryXto
extends QueryXto

Query container for building complex queries for runtime artifacts.

Java class for DeployedRuntimeArtifactQuery complex type.

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

 <complexType name="DeployedRuntimeArtifactQuery">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}Query">
       <sequence>
         <element name="includeOnlyActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DeployedRuntimeArtifactQueryXto()
           
 
Method Summary
 Boolean isIncludeOnlyActive()
          Gets the value of the includeOnlyActive property.
 void setIncludeOnlyActive(Boolean value)
          Sets the value of the includeOnlyActive property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.QueryXto
getOrder, getPolicy, getPredicate, setOrder, setPolicy, setPredicate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedRuntimeArtifactQueryXto

public DeployedRuntimeArtifactQueryXto()
Method Detail

isIncludeOnlyActive

public Boolean isIncludeOnlyActive()
Gets the value of the includeOnlyActive property.

Returns:
possible object is Boolean

setIncludeOnlyActive

public void setIncludeOnlyActive(Boolean value)
Sets the value of the includeOnlyActive property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.