DESCRIPTION
    This command lists down all the SOA Composites that are deployed to
    a SOA Server. The option '-name' can be used to shortlist the composites
    of a specified name.
    It operates through the Admin Server of the domain which needs to be 
    accessible. In addition, the Node Manager is required to be configured 
    and running on the machines which have the WebLogic Server instances 
    installed and affected by this command.
    OPatch will query for information necessary for accessing the Fusion 
    Middleware domain such as Admin Server URL, Admin Server User and Admin 
    Server Password.

SYNTAX
opatch listComposites  
             [-invPtrLoc <Path to oraInst.loc file> ]
             [-oh <Reference Oracle Home path> ]
             [-name <Name of the composites to shortlist> ]
             [-silent ][-property_file <Path to custom property file> ]

OPTIONS
       -invptrloc
              Used to locate the oraInst.loc file. Needed when the
              installation uses the -invPtrLoc flag. This should be
              the path to the oraInst.loc file.

       -oh
              The Oracle Home to work on. This takes precedence over
              the environment variable ORACLE_HOME.

       -property_file
              The user defined property file for OPatch to use. The
              path to the property file should be absolute. This
              property file takes precedence over the one that is
              supplied with OPatch
              For FMW components, 'AdminConfigFile', 'AdminKeyFile',
              location can be specified as keys with corresponding files
              as values. They refer to encrypted, decrypted files for Admin
              user and Admin password respectively.

              For encryption files, Please check 'storeUserConfig' WLST
              command for details.

              Similarly, Admin Server URL (key as 'AdminServerURL'),
              can be given as key with corresponding value. The Key, value pair
              is of the format 'x=y' where 'x' is OPatch understood key and 
              each pair is separated by newline in the property file.

       -name
              The name of the composites to be shortlisted.

       -silent
              Invoke the operation in silent mode. Path to custom property
              file may be provided which will have required inputs as
              name-value pairs. If required inputs are not found, OPatch will
              exit with error message quoting the missing inputs.

PARAMETERS
     There are no required parameters.
