com.crystaldecisions.sdk.occa.report.application
Interface IEnterprisePlugin


public interface IEnterprisePlugin

This interface is used to provide BusinessObjects Enterprise specific information to EROM components in the managed case. Methods of this interface will provide different plugin services that require CE information.


Method Summary
 java.lang.String getBusinessViewCuid(java.lang.Object dataSrc, java.util.Locale locale)
           
 java.lang.String getObjectURI(java.lang.Object obj, java.util.Locale locale)
           
 

Method Detail

getBusinessViewCuid

java.lang.String getBusinessViewCuid(java.lang.Object dataSrc,
                                     java.util.Locale locale)
                                     throws ReportSDKException
Throws:
ReportSDKException

getObjectURI

java.lang.String getObjectURI(java.lang.Object obj,
                              java.util.Locale locale)
                              throws ReportSDKException
Throws:
ReportSDKException