|
|||||||||
| 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.ProcessInstanceDetailsPolicyXto
public class ProcessInstanceDetailsPolicyXto
Evaluation Policy for specifying details level of processInstances.
Java class for ProcessInstanceDetailsPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceDetailsPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="detailsLevel" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessInstanceDetailsLevel"/>
<element name="detailsOptions" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceDetailsOptions"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ProcessInstanceDetailsPolicyXto()
|
|
| Method Summary | |
|---|---|
ProcessInstanceDetailsLevelXto |
getDetailsLevel()
Gets the value of the detailsLevel property. |
ProcessInstanceDetailsOptionsXto |
getDetailsOptions()
Gets the value of the detailsOptions property. |
void |
setDetailsLevel(ProcessInstanceDetailsLevelXto value)
Sets the value of the detailsLevel property. |
void |
setDetailsOptions(ProcessInstanceDetailsOptionsXto value)
Sets the value of the detailsOptions property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessInstanceDetailsPolicyXto()
| Method Detail |
|---|
public ProcessInstanceDetailsLevelXto getDetailsLevel()
ProcessInstanceDetailsLevelXtopublic void setDetailsLevel(ProcessInstanceDetailsLevelXto value)
value - allowed object is
ProcessInstanceDetailsLevelXtopublic ProcessInstanceDetailsOptionsXto getDetailsOptions()
ProcessInstanceDetailsOptionsXtopublic void setDetailsOptions(ProcessInstanceDetailsOptionsXto value)
value - allowed object is
ProcessInstanceDetailsOptionsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||