cancel
Showing results for 
Search instead for 
Did you mean: 

GP / Background Callable Object / KM

Former Member
0 Kudos

Hello,

I have implemented a background callable object ("IGPBackgroundCallableObject"), which will be used by a GP.

I need to create new resources in KM, but I don't know how.

Hope anyone can give me some clues.

Regards.

--

Mathieu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198228
Active Participant
0 Kudos

Hello,

You can use the KM API to create the KM resources like folders etc. My collegue Boris Magosci has written a number of how to and blogs about this.

HTH

Abdul

Former Member
0 Kudos

Hi,

Thanks for answering.

I have already done some dev with KM API (repository filters, km services, etc), but it's my first one with CAF.

My problem is that I thought I could use "ResourceFactory", "Resource", etc, but I don't know how to import them in my project.

For example, when I develop a KM service, I just add the jars I need to my "par" project, here I create a new "development component", and I tried to add some "Used DC" but I don't know which one I have to add...

I hope it's clearer.

--

Mat'