Questions tagged [filenet-content-engine]

FileNet Content Engine (CE) is central software component of IBM FileNet P8 platform. It is integral part of FileNet Content Platform Engine (CPE).

156 questions
0
votes
2 answers

IBM Filenet: how to check access rights to delete

How to check programmatically if the currently connected user have access rights to delete the folder or a document in content engine object store? Can I do this with folder.getAccessAllowed() method and AccessLevel.* constants? (CE 5.0)
-1
votes
1 answer

FileNet retrieving the GUID without SQL Query?

I am working on a program that upload PDF files to FileNet, and was wondering if there is a way to retrieve the GUID without running a SQL Query. I also tried Retrieving a Document (fetchInstance) from…
Hieu
  • 1
  • 2
-1
votes
1 answer

IBM FileNet ExtendedInputStream examples

I have a file of size 40 MB in filenet-p8. I see that from v5.2.1 there is a new API ExtendedInputStream can anyone share an example of it. I see its not a concrete class so how can I extend and make use of it.
Raghuveer
  • 2,859
  • 7
  • 34
  • 66
-1
votes
1 answer

FileNet property for all versions of a document

As I understand it in FileNet each version of a document gets its own ID. And if you create a new version then usually the properties are inherited from the previous version. So each version of a document has its own values for the properties. Now I…
maraca
  • 8,468
  • 3
  • 23
  • 45
-1
votes
2 answers

Configuration Issue for IBM Filenet 5.2

I installed IBM Filenet Content Engine 5.2,on my machine.I am getting problem while configuring GCD datasources for new profile. Let me first explain the setps I did,then I would mention the problem that I am getting. First,I created GCD database in…
lisa
  • 1
  • 2
-2
votes
1 answer

api for adding values into multi-value property into FileNet P8 in Java

I have a property tag 0000111|00000222|000033 I am able to read and separate using pipe but I am looking for the method to upload these values into fileNet where accountNumbers field is set to multi-value…
1 2 3
10
11