Hello,

As for my previous question, i am actually migration a 4.3 RIA application (which i didn't wrote) to a 5.1.2 JSF application.

In the 4.3 app ch.ivyteam.ivy.workflow.INote were used. Is there something that manage those INote ? Can I put those as Persistent in my DataClass ?

Regards Denis

asked 26.01.2015 at 18:18

dbalasse's gravatar image

dbalasse
(suspended)
accept rate: 25%


ITask and ICase implements the INoteable interface. So normally it doesn't make sense to persist notes on a DataClass. But you can manage the notes of the actual user task or process instance (case).

link

answered 27.01.2015 at 11:17

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 27.01.2015 at 12:30

Thank you for the answer.

(27.01.2015 at 21:32) dbalasse dbalasse's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×79

Asked: 26.01.2015 at 18:18

Seen: 1,073 times

Last updated: 27.01.2015 at 21:32