Skip to content

Commit 8f94c40

Browse files
committed
Expose entity link technical id in EntityLinkInfo
1 parent de2d535 commit 8f94c40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/flowable-entitylink-service-api/src/main/java/org/flowable/entitylink/api/EntityLinkInfo.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
*/
2424
public interface EntityLinkInfo {
2525

26+
/**
27+
* The technical id of the entity link
28+
*/
29+
String getId();
30+
2631
/**
2732
* Returns the type of link. See for the native supported types.
2833
*/

0 commit comments

Comments
 (0)