| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The application declaration defines an application for a workflow activity in
a workflow process.
| Nested Element Summary | |
| accessPointThe list of access points. |
| attributeThe list of extension attributes. |
| attributeThe list of extension attributes. |
| contextThe list of application contexts. |
| descriptionAn optional description of the model element. |
| descriptionAn optional description of the model element. |
| Attribute Summary | |
xs:string | idThe human usable identifier of the application definition. |
xs:string | interactiveA boolean that indicates whether this application is interactive or not. |
xs:string | nameThe human friendly name of the application definition. |
xs:long | oidA 32-bit number assigned to the application definition. |
xs:string | typeThe type of the application as java class name. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:stringrequiredunqualifiedxs:longrequiredunqualifiedxs:stringoptionalunqualified<xs:element name="application"><xs:complexType></xs:element><xs:sequence><xs:choice maxOccurs="1" minOccurs="0"></xs:sequence>
</xs:choice><xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute><xs:attribute name="id" type="xs:string" use="required">
</xs:attribute><xs:attribute name="name" type="xs:string" use="required">
</xs:attribute><xs:attribute name="type" type="xs:string">
</xs:attribute><xs:attribute name="interactive" type="xs:string"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||