ECLIPSE PLUGIN FEATURES

Supports FileNet P8 Content Engine Object Stores.

Browse using an Object Stores view and a Favorites view.

Design Searches using a graphical query designer.

Quickly editing the Content of documents using a files tracker.
Create Class Diagrams based on the Object Store Classes.

Edit the security of folders, document and custom objects.

Edit the properties of Folders, Documents and Custom Objects.
Code Module Editor and automatic update of related actions.

Console Projects, execute Java methods using the search result or the selected items as input.

And much more…

TOOLS AND TUTORIALS

Showing distinguished names in the security tabs of the ACCE

10 May 2020

This quick trick will show you how to see the distinguished name of a group instead of the display name in the different security tabs in the IBM Administrative Console for Content Engine (ACCE). This is useful if you have groups with the same di...

Advanced data validation with EDS

19 Apr 2020

This article will show you some techniques to handle complex data validation. It shows how you can leverage transient properties to provide rich feedback to the user

Implementing an EDS service with Java

16 Dec 2018

This article shows you how to build an External Data Service with Java for IBM Content Navigator and Case Manager. It provides an API which takes care of all the JSON stuff, you just has to focus on the business rules.

Content Engine API ♥ Java Collections

17 Nov 2018

This article features a wrapper class, adding standard Collections functionality to the IBM FileNet Content Engine API. It will allow you to write concise code without the overhead of using iterators

Managing Content Navigator Labels

01 May 2018

Sometimes you may want to make small changes to the IBM Content Navigator interface. This article introduces a custom plugin which allows you to change the labels in a convenient manner.

Content Engine API ♥ Java 8

25 Mar 2018

This article features a wrapper class, adding Streams and lambda functionality to the IBM FileNet Content Engine API. It will allow you to write concise code while using new functionality.

Implementing an EDS service with Node.js

01 Jul 2017

This article shows you how to build an External Data Service with Node.js. The interface is based on JSON and JavaScript is very well suited to handle this data.