|
|||||||||
| 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.ApplicationXto
public class ApplicationXto
The client view of a workflow application. Applications are software programs that interact with the Eclipse Process Manager handling the processing required to support a particular activity in whole or in part. Multiple activities may use the same application but only one application may be executed within an activity.
Java class for Application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="accessPoints" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoints" minOccurs="0"/>
<element name="typeAttributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ApplicationXto()
|
|
| Method Summary | |
|---|---|
AccessPointsXto |
getAccessPoints()
Gets the value of the accessPoints property. |
AttributesXto |
getTypeAttributes()
Gets the value of the typeAttributes property. |
void |
setAccessPoints(AccessPointsXto value)
Sets the value of the accessPoints property. |
void |
setTypeAttributes(AttributesXto value)
Sets the value of the typeAttributes 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 ApplicationXto()
| Method Detail |
|---|
public AccessPointsXto getAccessPoints()
AccessPointsXtopublic void setAccessPoints(AccessPointsXto value)
value - allowed object is
AccessPointsXtopublic AttributesXto getTypeAttributes()
AttributesXtopublic void setTypeAttributes(AttributesXto value)
value - allowed object is
AttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||