Siebel Product Administration Guide > Siebel Configurator API Reference > Instance APIs for the Complex Object Manager >

GetAllPorts Method


This method retrieves a list of all ports and (possibly) their contents for a product. It gets all ports for a product but not for its child products. It retrieves the basic definition of the product and does not consider any current configuration session state, so every possible port is retrieved.

Input Arguments
  • Product Id. The ID of the product in Internal Product.
  • (Optional) Version. Version is used only in validate mode.
  • GetPortDomain. The flag that determines whether or not to also retrieve the domain of each port. Use Y or N to get the domain or not.
Output Arguments

All ports are returned as children of the output property set of type Port.

<Output>

   <Port>

      Port Information here

   </Port>

</Output>

Siebel Product Administration Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.