Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1157

FileNet connector: URI is not correct

    XMLWordPrintableJSON

Details

    Description

      The way we form FileNet URIs is incorrect. The correct code:

      protected static String convertToURI(String urlBase, String documentIdentifier, int elementNumber, String documentClass)
      {
          // Will this work for sub-types of documents too?  ask - MHL
          return  urlBase  +  "&id=" + documentIdentifier + "&element="+Integer.toString(elementNumber)+"&objectType=Document";
      }
      

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            kwright@metacarta.com Karl Wright
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: