public class ActivityDefinitionFilterXto extends PredicateBaseXto
Java class for ActivityDefinitionFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityDefinitionFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="activityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="includingSubprocesses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="modelOids">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}long" />
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ActivityDefinitionFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the value of the activityId property.
|
List<Long> |
getModelOids()
Gets the value of the modelOids property.
|
String |
getProcessId()
Gets the value of the processId property.
|
boolean |
isIncludingSubprocesses()
Gets the value of the includingSubprocesses property.
|
void |
setActivityId(String value)
Sets the value of the activityId property.
|
void |
setIncludingSubprocesses(Boolean value)
Sets the value of the includingSubprocesses property.
|
void |
setProcessId(String value)
Sets the value of the processId property.
|
public String getActivityId()
Stringpublic void setActivityId(String value)
value - allowed object is
Stringpublic String getProcessId()
Stringpublic void setProcessId(String value)
value - allowed object is
Stringpublic boolean isIncludingSubprocesses()
Booleanpublic void setIncludingSubprocesses(Boolean value)
value - allowed object is
Booleanpublic List<Long> getModelOids()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the modelOids property.
For example, to add a new item, do as follows:
getModelOids().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2016 Eclipse Stardust. All Rights Reserved.