|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.EvaluationPolicyXto
org.eclipse.stardust.engine.api.ws.query.ModelVersionPolicyXto
public class ModelVersionPolicyXto
Evaluation policy affecting query execution in a multi-version model environment. Can be used to restrict query evaluation involving model elements to only consider the currently active model version.
Java class for ModelVersionPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelVersionPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="restrictedToActiveModel" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ModelVersionPolicyXto()
|
|
| Method Summary | |
|---|---|
boolean |
isRestrictedToActiveModel()
Gets the value of the restrictedToActiveModel property. |
void |
setRestrictedToActiveModel(boolean value)
Sets the value of the restrictedToActiveModel property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelVersionPolicyXto()
| Method Detail |
|---|
public boolean isRestrictedToActiveModel()
public void setRestrictedToActiveModel(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||