|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.ProcessDefinitionXto
public class ProcessDefinitionXto
The client view of a workflow process. A process definition normally comprises a number of discrete activity steps, with associated computer and/or human operations and rules governing the progression of the process through the various activity steps.
Java class for ProcessDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessDefinition">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="rtOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="dataPaths" type="{http://eclipse.org/stardust/ws/v2012a/api}DataPaths"/>
<element name="triggers" type="{http://eclipse.org/stardust/ws/v2012a/api}Triggers" minOccurs="0"/>
<element name="activities">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activity" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityDefinition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="eventHandlers" type="{http://eclipse.org/stardust/ws/v2012a/api}EventHandlerDefinitions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ProcessDefinitionXto.ActivitiesXto
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
ProcessDefinitionXto()
|
|
| Method Summary | |
|---|---|
ProcessDefinitionXto.ActivitiesXto |
getActivities()
Gets the value of the activities property. |
DataPathsXto |
getDataPaths()
Gets the value of the dataPaths property. |
EventHandlerDefinitionsXto |
getEventHandlers()
Gets the value of the eventHandlers property. |
long |
getRtOid()
Gets the value of the rtOid property. |
TriggersXto |
getTriggers()
Gets the value of the triggers property. |
void |
setActivities(ProcessDefinitionXto.ActivitiesXto value)
Sets the value of the activities property. |
void |
setDataPaths(DataPathsXto value)
Sets the value of the dataPaths property. |
void |
setEventHandlers(EventHandlerDefinitionsXto value)
Sets the value of the eventHandlers property. |
void |
setRtOid(long value)
Sets the value of the rtOid property. |
void |
setTriggers(TriggersXto value)
Sets the value of the triggers property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessDefinitionXto()
| Method Detail |
|---|
public long getRtOid()
public void setRtOid(long value)
public DataPathsXto getDataPaths()
DataPathsXtopublic void setDataPaths(DataPathsXto value)
value - allowed object is
DataPathsXtopublic TriggersXto getTriggers()
TriggersXtopublic void setTriggers(TriggersXto value)
value - allowed object is
TriggersXtopublic ProcessDefinitionXto.ActivitiesXto getActivities()
ProcessDefinitionXto.ActivitiesXtopublic void setActivities(ProcessDefinitionXto.ActivitiesXto value)
value - allowed object is
ProcessDefinitionXto.ActivitiesXtopublic EventHandlerDefinitionsXto getEventHandlers()
EventHandlerDefinitionsXtopublic void setEventHandlers(EventHandlerDefinitionsXto value)
value - allowed object is
EventHandlerDefinitionsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||