org.eclipse.stardust.engine.api.ws.query
Class DeployedRuntimeArtifactQueryXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.query.QueryXto
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>
DeployedRuntimeArtifactQueryXto
public DeployedRuntimeArtifactQueryXto()
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.