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

E22562-05

oracle.apps.fnd.applcore.attachments.authorization
Interface AttachmentsAuthorizationWS

All Known Implementing Classes:
AttachmentsAuthorizationWSImpl

public interface AttachmentsAuthorizationWS


Field Summary
static java.lang.String NAME
           
 
Method Summary
 boolean docAccessAllowed(java.lang.String documentId, java.lang.String permission)
          Exported method docAccessAllowed from AttachmentsAuthorizationWSAM.
 boolean entityAccessAllowed(java.lang.String fndObjectName, java.lang.String pk1Value, java.lang.String pk2Value, java.lang.String pk3Value, java.lang.String pk4Value, java.lang.String pk5Value, java.lang.String permission)
          Exported method entityAccessAllowed from AttachmentsAuthorizationWSAM.
 boolean ping()
          Exported method ping from AttachmentsAuthorizationWSAM.
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

docAccessAllowed

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/attachments/authorization/types/",
                localName="docAccessAllowed")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/attachments/authorization/types/",
                 localName="docAccessAllowedResponse")
boolean docAccessAllowed(java.lang.String documentId,
                                                        java.lang.String permission)
                         throws oracle.jbo.service.errors.ServiceException
Exported method docAccessAllowed from AttachmentsAuthorizationWSAM.

Throws:
oracle.jbo.service.errors.ServiceException

ping

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/attachments/authorization/types/",
                localName="ping")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/attachments/authorization/types/",
                 localName="pingResponse")
boolean ping()
             throws oracle.jbo.service.errors.ServiceException
Exported method ping from AttachmentsAuthorizationWSAM.

Throws:
oracle.jbo.service.errors.ServiceException

entityAccessAllowed

@RequestWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/attachments/authorization/types/",
                localName="entityAccessAllowed")
@ResponseWrapper(targetNamespace="http://xmlns.oracle.com/oracle/apps/fnd/applcore/attachments/authorization/types/",
                 localName="entityAccessAllowedResponse")
boolean entityAccessAllowed(java.lang.String fndObjectName,
                                                           java.lang.String pk1Value,
                                                           java.lang.String pk2Value,
                                                           java.lang.String pk3Value,
                                                           java.lang.String pk4Value,
                                                           java.lang.String pk5Value,
                                                           java.lang.String permission)
                            throws oracle.jbo.service.errors.ServiceException
Exported method entityAccessAllowed from AttachmentsAuthorizationWSAM.

Throws:
oracle.jbo.service.errors.ServiceException

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.