From 8e42ad98709b93c54b1320fa088df8f310885e83 Mon Sep 17 00:00:00 2001
From: Wenjie Zheng <wenjie.zheng@tiolive.com>
Date: Mon, 4 May 2015 16:51:32 +0000
Subject: [PATCH] InteractionWorkflow.py: add universal method.

---
 product/ERP5Workflow/Document/InteractionWorkflow.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Workflow/Document/InteractionWorkflow.py b/product/ERP5Workflow/Document/InteractionWorkflow.py
index cc4ee8ec73..7949312b5b 100644
--- a/product/ERP5Workflow/Document/InteractionWorkflow.py
+++ b/product/ERP5Workflow/Document/InteractionWorkflow.py
@@ -226,4 +226,7 @@ class InteractionWorkflow(IdAsReferenceMixin("interactionworkflow_", "prefix"),
     return None
 
   def _getWorkflowStateOf(self, ob, id_only=0):
-    return None
\ No newline at end of file
+    return None
+
+  def getTransitionList(self):
+    return self.objectValues(portal_type="Interaction")
-- 
2.30.9