Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

Role based redaction is not applied when downloading document using filenet apis

  • 1.  Role based redaction is not applied when downloading document using filenet apis

    Posted Tue December 15, 2020 04:18 PM

    Hi, We have enabled role based redaction in icn and it works fine when downloading , sending email or printing documents. However, when we try to download or retrieve document using filenet apis, the redaction is not applied. How to make role based redaction to be applied when downloading documents using apis



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Role based redaction is not applied when downloading document using filenet apis

    Posted Thu December 17, 2020 01:52 AM

    Hi Amit,

    You may create a plugin and call PluginServiceCallbacks.retrieveDocumentContent() to get the redacted document.

    PluginDocumentContent retrieveDocumentContent(java.lang.String repositoryId, java.lang.String repositoryType, java.lang.String documentId, int partNum, java.lang.String p8VsId, java.lang.String p8Version, boolean fullBurnIn) Retrieves document content for FileNet P8 and Content Manager.

    Regards,

    Angie



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 3.  RE: Role based redaction is not applied when downloading document using filenet apis

    Posted Tue December 22, 2020 06:25 PM

    Hi Angie,

    Thanks for the prompt response. But we have some custom filenet apps on which we cannot get redacted document. Any way we can accomplish this using FileNet ApIs?

    Thanks and Regards,

    amit



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 4.  RE: Role based redaction is not applied when downloading document using filenet apis

    Posted Thu December 24, 2020 05:51 AM

    Hi Amit,

    You may consult with FileNet support on the FileNet APIs.

    Regards,

    Angie



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration