Révision 1123
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/handlers/ComputeProgression.java (revision 1123) | ||
---|---|---|
58 | 58 |
Progression progression = null; |
59 | 59 |
|
60 | 60 |
// From link: creating from UUID and preferences nodes |
61 |
String uuid = event.getParameter(TXMPreferences.RESULT_UUID);
|
|
61 |
String uuid = event.getParameter(TXMPreferences.RESULT_PARAMETERS_NODE_PATH);
|
|
62 | 62 |
if (uuid != null && !uuid.isEmpty()) { |
63 | 63 |
progression = new Progression(uuid); |
64 | 64 |
} |
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1123) | ||
---|---|---|
788 | 788 |
// internal data to save for unserialization |
789 | 789 |
this.saveParameter("class", this.getClass().getName()); //$NON-NLS-1$ |
790 | 790 |
// store the user name if exists, otherwise the simple name as lazy name (to display something at reloading otherwise the simple name can leads to error because the result is not computed until it will be reopen) |
791 |
if(this.userName != null) { |
|
791 |
if (this.userName != null) {
|
|
792 | 792 |
this.saveParameter(TXMPreferences.USER_NAME, this.userName); |
793 | 793 |
} |
794 | 794 |
this.saveParameter(TXMPreferences.LAZY_NAME, this.getSimpleName()); |
... | ... | |
796 | 796 |
this.saveParameter(TXMPreferences.RESULT_PARAMETERS_NODE_PATH, this.parametersNodePath); |
797 | 797 |
this.saveParameter(TXMPreferences.RESULT_UUID, this.uniqueID); |
798 | 798 |
this.saveParameter(TXMPreferences.BUNDLE_ID, this.commandPreferencesNodePath); |
799 |
if(this.parent != null) { |
|
799 |
if (this.parent != null) {
|
|
800 | 800 |
this.saveParameter(TXMPreferences.PARENT_UUID, this.parent.getUUID()); |
801 | 801 |
} |
802 | 802 |
|
tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/handlers/ComputeCooccurrences.java (revision 1123) | ||
---|---|---|
71 | 71 |
Cooccurrence cooc = null; |
72 | 72 |
|
73 | 73 |
// From link: creating from UUID and preferences nodes |
74 |
String uuid = event.getParameter(TXMPreferences.RESULT_UUID);
|
|
74 |
String uuid = event.getParameter(TXMPreferences.RESULT_PARAMETERS_NODE_PATH);
|
|
75 | 75 |
if (uuid != null && !uuid.isEmpty()) { |
76 | 76 |
cooc = new Cooccurrence(uuid); |
77 | 77 |
} |
Formats disponibles : Unified diff