VariableEvent.java edited online with Bitbucket

master
Boris Bendyukov 2014-02-24 07:05:18 +00:00
parent 66eb4f6f66
commit 8d45f1923d
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ public interface VariableEvent extends BPELEvent {
QName getBPELName ();
String toXML ();
String getInstanceId ();
}