ListPackagesRequest
The operation input is ListPackagesRequest.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| Organization | Organization | Optional | Container for storing information about the Organization. |
| ListPhasePackagesOnly | Boolean | Optional | If value is set to "true," only packages with phases are specified (for example: PKG.Deposit_AccountOpening); if set to "false" or not specified, all packages, including the global package, are specified. |
Element tns:ListPackagesRequest
<xs:element name="ListPackagesRequest">
<xs:annotation>
<xs:documentation>The root element of the request for the List Packages command.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Oppsa" minOccurs="0">
<xs:annotation>
<xs:documentation>A container for OPPSA product information. An OPPSA product is a set of policies produced by the Expere OPPSA Tool.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="OppsaOrganizationName"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="Organization" minOccurs="0"/>
<xs:element name="ListPhasePackagesOnly" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>Dont't include the package level packages, PKG.Deposit, for example.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>