Bonita integration with Alfresco

1
0
-1

I need to do a project in which I need the Bonita list the documents in a certain folder in Alfresco (you can preview) and with that I can move the file to a new folder created in Alfresco.
Is this possible?

6 answers

1
+1
-1

Sorry, I can't help you with 5.6. There might be somethign you can use or adapt in the Community projects. Good luck!

Chris

1
+1
-1

There's some information in the documentation about creating a connector. You need some XML that defines what the connector wizard looks like in Studio and some Java code that does the work to communicate with Alfresco (called the implementation).

If you are using a Subscription edition, you can use Studio to create the definition in Studio, from the Development menu > Connectors > New definition. Then associate this definition with an implementation, from the Development menu > Connectors > New implementation, adn specify that class that contains the Java code. This isn't documented yet.

Chris

1
+1
-1

With the standard Alfresco 3.4 and 4.2 connectors in 6.2, you can create a folder and upload a file to it, but you can't list the files in a folder. You will need to create a custom connector to do this.

Chris

1
0
-1

anyone have any idea how I can build this Java code?
I do not know programming.

1
0
-1

I own the Bonita BPM version 5.6.3

1
0
-1

and how do I make this custom connector?
thanks for replying

Comments

Notifications