public class ProcessDefinitionXto extends ModelElementXto
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="detailsLevel" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessDefinitionDetailsLevel"/>
<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"/>
<element name="implementedProcessInterface" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInterface" minOccurs="0"/>
<element name="declaredProcessInterface" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInterface" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessDefinitionXto.ActivitiesXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ProcessDefinitionXto() |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinitionXto.ActivitiesXto |
getActivities()
Gets the value of the activities property.
|
DataPathsXto |
getDataPaths()
Gets the value of the dataPaths property.
|
ProcessInterfaceXto |
getDeclaredProcessInterface()
Gets the value of the declaredProcessInterface property.
|
ProcessDefinitionDetailsLevelXto |
getDetailsLevel()
Gets the value of the detailsLevel property.
|
EventHandlerDefinitionsXto |
getEventHandlers()
Gets the value of the eventHandlers property.
|
ProcessInterfaceXto |
getImplementedProcessInterface()
Gets the value of the implementedProcessInterface 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 |
setDeclaredProcessInterface(ProcessInterfaceXto value)
Sets the value of the declaredProcessInterface property.
|
void |
setDetailsLevel(ProcessDefinitionDetailsLevelXto value)
Sets the value of the detailsLevel property.
|
void |
setEventHandlers(EventHandlerDefinitionsXto value)
Sets the value of the eventHandlers property.
|
void |
setImplementedProcessInterface(ProcessInterfaceXto value)
Sets the value of the implementedProcessInterface property.
|
void |
setRtOid(long value)
Sets the value of the rtOid property.
|
void |
setTriggers(TriggersXto value)
Sets the value of the triggers property.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic long getRtOid()
public void setRtOid(long value)
public ProcessDefinitionDetailsLevelXto getDetailsLevel()
ProcessDefinitionDetailsLevelXtopublic void setDetailsLevel(ProcessDefinitionDetailsLevelXto value)
value - allowed object is
ProcessDefinitionDetailsLevelXtopublic 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
EventHandlerDefinitionsXtopublic ProcessInterfaceXto getImplementedProcessInterface()
ProcessInterfaceXtopublic void setImplementedProcessInterface(ProcessInterfaceXto value)
value - allowed object is
ProcessInterfaceXtopublic ProcessInterfaceXto getDeclaredProcessInterface()
ProcessInterfaceXtopublic void setDeclaredProcessInterface(ProcessInterfaceXto value)
value - allowed object is
ProcessInterfaceXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.