|
|||||||||
| 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.ActivityDefinitionXto
public class ActivityDefinitionXto
The client view of a workflow activity. An activity is a piece of work, which will be processed by a combination of resource (specified by participant assignment) and/or computer applications (specified by application assignment), forming one logical step in the realization of the process.
Java class for ActivityDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityDefinition">
<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="abortable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="interactive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="implementationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}Participant"/>
<element name="application" type="{http://eclipse.org/stardust/ws/v2012a/api}Application"/>
<element name="interactionContexts">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="interactionContext" type="{http://eclipse.org/stardust/ws/v2012a/api}InteractionContext" 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 |
ActivityDefinitionXto.InteractionContextsXto
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
ActivityDefinitionXto()
|
|
| Method Summary | |
|---|---|
ApplicationXto |
getApplication()
Gets the value of the application property. |
ParticipantXto |
getDefaultPerformer()
Gets the value of the defaultPerformer property. |
EventHandlerDefinitionsXto |
getEventHandlers()
Gets the value of the eventHandlers property. |
String |
getImplementationType()
Gets the value of the implementationType property. |
ActivityDefinitionXto.InteractionContextsXto |
getInteractionContexts()
Gets the value of the interactionContexts property. |
long |
getRtOid()
Gets the value of the rtOid property. |
boolean |
isAbortable()
Gets the value of the abortable property. |
boolean |
isInteractive()
Gets the value of the interactive property. |
void |
setAbortable(boolean value)
Sets the value of the abortable property. |
void |
setApplication(ApplicationXto value)
Sets the value of the application property. |
void |
setDefaultPerformer(ParticipantXto value)
Sets the value of the defaultPerformer property. |
void |
setEventHandlers(EventHandlerDefinitionsXto value)
Sets the value of the eventHandlers property. |
void |
setImplementationType(String value)
Sets the value of the implementationType property. |
void |
setInteractionContexts(ActivityDefinitionXto.InteractionContextsXto value)
Sets the value of the interactionContexts property. |
void |
setInteractive(boolean value)
Sets the value of the interactive property. |
void |
setRtOid(long value)
Sets the value of the rtOid property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityDefinitionXto()
| Method Detail |
|---|
public long getRtOid()
public void setRtOid(long value)
public boolean isAbortable()
public void setAbortable(boolean value)
public boolean isInteractive()
public void setInteractive(boolean value)
public String getImplementationType()
Stringpublic void setImplementationType(String value)
value - allowed object is
Stringpublic ParticipantXto getDefaultPerformer()
ParticipantXtopublic void setDefaultPerformer(ParticipantXto value)
value - allowed object is
ParticipantXtopublic ApplicationXto getApplication()
ApplicationXtopublic void setApplication(ApplicationXto value)
value - allowed object is
ApplicationXtopublic ActivityDefinitionXto.InteractionContextsXto getInteractionContexts()
ActivityDefinitionXto.InteractionContextsXtopublic void setInteractionContexts(ActivityDefinitionXto.InteractionContextsXto value)
value - allowed object is
ActivityDefinitionXto.InteractionContextsXtopublic 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 | ||||||||