Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


oracle.xdo.service.v2
Interface CatalogService_PortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CatalogServiceSoapBindingStub

public interface CatalogService_PortType
extends java.rmi.Remote

Method Summary
 boolean copyObject(java.lang.String srcOjectAbsolutePath, java.lang.String destObjectAbsolutePath, java.lang.String newName, java.lang.String userID, java.lang.String password)
           
 boolean copyObjectInSession(java.lang.String srcOjectAbsolutePath, java.lang.String destObjectAbsolutePath, java.lang.String newName, java.lang.String bipSessionToken)
           
 java.lang.String createFolder(java.lang.String folderAbsolutePath, java.lang.String userID, java.lang.String password)
           
 java.lang.String createFolderInSession(java.lang.String folderAbsolutePath, java.lang.String bipSessionToken)
           
 java.lang.String createObject(java.lang.String objectAbsolutePathURL, java.lang.String objectName, java.lang.String objectType, java.lang.String objectDescription, byte[] objectData, java.lang.String accessPermission, java.lang.String userID, java.lang.String password)
           
 java.lang.String createObjectInSession(java.lang.String objectAbsolutePathURL, java.lang.String objectName, java.lang.String objectType, java.lang.String objectDescription, byte[] objectData, java.lang.String accessPermission, java.lang.String bipSessionToken)
           
 boolean deleteObject(java.lang.String reportObjectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 boolean deleteObjectInSession(java.lang.String reportObjectAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] downloadObject(java.lang.String reportAbsolutePath, java.lang.String userID, java.lang.String password)
           
 byte[] downloadObjectInSession(java.lang.String reportAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] downloadXLIFF(java.lang.String objectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 byte[] downloadXLIFFInSession(java.lang.String objectAbsolutePath, java.lang.String bipSessionToken)
           
 CatalogContents getFolderContents(java.lang.String folderAbsolutePath, java.lang.String userID, java.lang.String password)
           
 CatalogContents getFolderContentsInSession(java.lang.String folderAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] getObject(java.lang.String reportObjectAbsolutePath, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 CatalogObjectInfo getObjectInfo(java.lang.String reportObjectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 CatalogObjectInfo getObjectInfoInSession(java.lang.String reportObjectAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] getObjectInSession(java.lang.String reportObjectAbsolutePath, java.lang.String locale, java.lang.String bipSessionToken)
           
 boolean objectExist(java.lang.String reportObjectAbsolutePath, java.lang.String userID, java.lang.String password)
           
 boolean objectExistInSession(java.lang.String reportObjectAbsolutePath, java.lang.String bipSessionToken)
           
 boolean renameObject(java.lang.String reportObjectAbsolutePath, java.lang.String newName, java.lang.String userID, java.lang.String password)
           
 boolean renameObjectInSession(java.lang.String reportObjectAbsolutePath, java.lang.String newName, java.lang.String bipSessionToken)
           
 boolean updateObject(java.lang.String reportOjectAbsolutePath, byte[] objectData, java.lang.String userID, java.lang.String password)
           
 boolean updateObjectInSession(java.lang.String reportOjectAbsolutePath, byte[] objectData, java.lang.String bipSessionToken)
           
 java.lang.String uploadObject(java.lang.String reportObjectAbsolutePathURL, java.lang.String objectType, byte[] objectZippedData, java.lang.String userID, java.lang.String password)
           
 java.lang.String uploadObjectInSession(java.lang.String reportObjectAbsolutePathURL, java.lang.String objectType, byte[] objectZippedData, java.lang.String bipSessionToken)
           
 boolean uploadXLIFF(java.lang.String objectAbsolutePath, byte[] xliffData, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 boolean uploadXLIFFInSession(java.lang.String objectAbsolutePath, byte[] xliffData, java.lang.String locale, java.lang.String bipSessionToken)
           

 

Method Detail

createObject

java.lang.String createObject(java.lang.String objectAbsolutePathURL,
                              java.lang.String objectName,
                              java.lang.String objectType,
                              java.lang.String objectDescription,
                              byte[] objectData,
                              java.lang.String accessPermission,
                              java.lang.String userID,
                              java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getFolderContents

CatalogContents getFolderContents(java.lang.String folderAbsolutePath,
                                  java.lang.String userID,
                                  java.lang.String password)
                                  throws java.rmi.RemoteException,
                                         InvalidParametersException,
                                         AccessDeniedException,
                                         OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getFolderContentsInSession

CatalogContents getFolderContentsInSession(java.lang.String folderAbsolutePath,
                                           java.lang.String bipSessionToken)
                                           throws java.rmi.RemoteException,
                                                  InvalidParametersException,
                                                  AccessDeniedException,
                                                  OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

createFolder

java.lang.String createFolder(java.lang.String folderAbsolutePath,
                              java.lang.String userID,
                              java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateObject

boolean updateObject(java.lang.String reportOjectAbsolutePath,
                     byte[] objectData,
                     java.lang.String userID,
                     java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

objectExist

boolean objectExist(java.lang.String reportObjectAbsolutePath,
                    java.lang.String userID,
                    java.lang.String password)
                    throws java.rmi.RemoteException,
                           AccessDeniedException
Throws:
java.rmi.RemoteException
AccessDeniedException

objectExistInSession

boolean objectExistInSession(java.lang.String reportObjectAbsolutePath,
                             java.lang.String bipSessionToken)
                             throws java.rmi.RemoteException,
                                    AccessDeniedException
Throws:
java.rmi.RemoteException
AccessDeniedException

createFolderInSession

java.lang.String createFolderInSession(java.lang.String folderAbsolutePath,
                                       java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

createObjectInSession

java.lang.String createObjectInSession(java.lang.String objectAbsolutePathURL,
                                       java.lang.String objectName,
                                       java.lang.String objectType,
                                       java.lang.String objectDescription,
                                       byte[] objectData,
                                       java.lang.String accessPermission,
                                       java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadObject

java.lang.String uploadObject(java.lang.String reportObjectAbsolutePathURL,
                              java.lang.String objectType,
                              byte[] objectZippedData,
                              java.lang.String userID,
                              java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadObjectInSession

java.lang.String uploadObjectInSession(java.lang.String reportObjectAbsolutePathURL,
                                       java.lang.String objectType,
                                       byte[] objectZippedData,
                                       java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadObject

byte[] downloadObject(java.lang.String reportAbsolutePath,
                      java.lang.String userID,
                      java.lang.String password)
                      throws java.rmi.RemoteException,
                             InvalidParametersException,
                             AccessDeniedException,
                             OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadObjectInSession

byte[] downloadObjectInSession(java.lang.String reportAbsolutePath,
                               java.lang.String bipSessionToken)
                               throws java.rmi.RemoteException,
                                      InvalidParametersException,
                                      AccessDeniedException,
                                      OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObjectInfo

CatalogObjectInfo getObjectInfo(java.lang.String reportObjectAbsolutePath,
                                java.lang.String userID,
                                java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObjectInfoInSession

CatalogObjectInfo getObjectInfoInSession(java.lang.String reportObjectAbsolutePath,
                                         java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObjectInSession

byte[] getObjectInSession(java.lang.String reportObjectAbsolutePath,
                          java.lang.String locale,
                          java.lang.String bipSessionToken)
                          throws java.rmi.RemoteException,
                                 InvalidParametersException,
                                 AccessDeniedException,
                                 OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

copyObject

boolean copyObject(java.lang.String srcOjectAbsolutePath,
                   java.lang.String destObjectAbsolutePath,
                   java.lang.String newName,
                   java.lang.String userID,
                   java.lang.String password)
                   throws java.rmi.RemoteException,
                          InvalidParametersException,
                          AccessDeniedException,
                          OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

copyObjectInSession

boolean copyObjectInSession(java.lang.String srcOjectAbsolutePath,
                            java.lang.String destObjectAbsolutePath,
                            java.lang.String newName,
                            java.lang.String bipSessionToken)
                            throws java.rmi.RemoteException,
                                   InvalidParametersException,
                                   AccessDeniedException,
                                   OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

renameObject

boolean renameObject(java.lang.String reportObjectAbsolutePath,
                     java.lang.String newName,
                     java.lang.String userID,
                     java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

renameObjectInSession

boolean renameObjectInSession(java.lang.String reportObjectAbsolutePath,
                              java.lang.String newName,
                              java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateObjectInSession

boolean updateObjectInSession(java.lang.String reportOjectAbsolutePath,
                              byte[] objectData,
                              java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteObject

boolean deleteObject(java.lang.String reportObjectAbsolutePath,
                     java.lang.String userID,
                     java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteObjectInSession

boolean deleteObjectInSession(java.lang.String reportObjectAbsolutePath,
                              java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadXLIFF

boolean uploadXLIFF(java.lang.String objectAbsolutePath,
                    byte[] xliffData,
                    java.lang.String locale,
                    java.lang.String userID,
                    java.lang.String password)
                    throws java.rmi.RemoteException,
                           InvalidParametersException,
                           AccessDeniedException,
                           OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadXLIFFInSession

boolean uploadXLIFFInSession(java.lang.String objectAbsolutePath,
                             byte[] xliffData,
                             java.lang.String locale,
                             java.lang.String bipSessionToken)
                             throws java.rmi.RemoteException,
                                    InvalidParametersException,
                                    AccessDeniedException,
                                    OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadXLIFF

byte[] downloadXLIFF(java.lang.String objectAbsolutePath,
                     java.lang.String userID,
                     java.lang.String password)
                     throws java.rmi.RemoteException,
                            InvalidParametersException,
                            AccessDeniedException,
                            OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadXLIFFInSession

byte[] downloadXLIFFInSession(java.lang.String objectAbsolutePath,
                              java.lang.String bipSessionToken)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getObject

byte[] getObject(java.lang.String reportObjectAbsolutePath,
                 java.lang.String locale,
                 java.lang.String userID,
                 java.lang.String password)
                 throws java.rmi.RemoteException,
                        InvalidParametersException,
                        AccessDeniedException,
                        OperationFailedException
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


Copyright © 2010, Oracle. All rights reserved.