ECLIPSE PLUGIN FEATURES
Edit the security of folders, document and custom objects.
Edit the properties of Folders, Documents and Custom Objects.
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
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
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
Adding your FileNet dependencies to Maven
Most of the FileNet projects are build with Ant. This article shows how you can change your build process to Maven and manager your versions.
Implementing an EDS service with Java
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
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
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
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 security proxy based security
This article will show how you can use change preprocessors to implement a security scheme based on security proxies for the FileNet P8 Content Engine.
Developing Change Preprocessors for the FileNet P8 Content Engine
This article will show you how to benefit the most from Change Preprocessor Actions. It shows you when to use them and how to structure your code to suit your use case
Implementing an EDS service with Node.js
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.
Developing Event Action Handlers for the FileNet P8 Content Engine
This article describes how to gets you started developing Java event action handlers for the FileNet P8 Content Engine.