Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.deployment.util
Interface FlexDeploymentReport


public interface FlexDeploymentReport


Method Summary
 java.lang.String process(java.lang.String report, boolean check)
          Either checks for the error content and add the error header (if check is true) else just add the error header if check is false
 java.lang.String processXML(java.lang.String deploymentReport)
          Process and returns failure cases XML for given deployment report.
 java.lang.String processXML(java.lang.String deploymentReport, java.util.ArrayList<FlexValidationResult> flexValResults, java.util.ArrayList<FlexDeploymentBean> flexBeans, java.util.ArrayList<java.lang.String> enterpriseIDList, boolean isdeployFlexForApp)
          process XMl report from already processed deployment details.
 

Method Detail

process

java.lang.String process(java.lang.String report,
                         boolean check)
Either checks for the error content and add the error header (if check is true) else just add the error header if check is false

Parameters:
report -
check - true when need to check for element
Returns:
report as String

processXML

java.lang.String processXML(java.lang.String deploymentReport,
                            java.util.ArrayList<FlexValidationResult> flexValResults,
                            java.util.ArrayList<FlexDeploymentBean> flexBeans,
                            java.util.ArrayList<java.lang.String> enterpriseIDList,
                            boolean isdeployFlexForApp)
process XMl report from already processed deployment details.

Parameters:
flexValResults - list of all the Validation results
flexBeans - flexdeploymentbeans as list
enterpriseIDList - list of enterprise ids for multi-tenant case
isdeployFlexForApp - flag set as true if we are dealing with deployFlexForAPP
Returns:
processed XMl report as String

processXML

java.lang.String processXML(java.lang.String deploymentReport)
Process and returns failure cases XML for given deployment report.

Parameters:
deploymentReport - deployment report
Returns:
to string for XML report

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.