| author | Antje Fuhrmann | 2012-08-21 04:18:13 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-08-21 04:18:13 (EDT) |
| commit | 2bd9f06efe976f062169026910cd279d226ab324 (patch) (side-by-side diff) | |
| tree | 066a5a0fa5e3e3e52fec91c5c7e436124b5ec052 | |
| parent | fce867a9a05778cdded72bf4f1b0c06fc5d7837a (diff) | |
| download | org.eclipse.stardust.engine-2bd9f06efe976f062169026910cd279d226ab324.zip org.eclipse.stardust.engine-2bd9f06efe976f062169026910cd279d226ab324.tar.gz org.eclipse.stardust.engine-2bd9f06efe976f062169026910cd279d226ab324.tar.bz2 | |
Jira-ID: CRNT-24494
Workflow Service - Incorrect JavaDoc
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/engine@58564 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java b/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java index ae391f9..c1468c2 100644 --- a/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java +++ b/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java @@ -185,8 +185,6 @@ public interface WorkflowService extends Service * @return the {@link ActivityInstance} that was completed.
*
* @throws ConcurrencyException if the same activity instance is being processed by another user.
- * @throws IllegalStateChangeException if that state change is not permitted,
- * i.e. the activity is not active.
* @throws ObjectNotFoundException if there is no activity instance with the specified OID.
* @throws InvalidValueException if one of the <code>outData</code> values to
* be written is invalid, most probably as of a type conflict in case of
@@ -232,8 +230,6 @@ public interface WorkflowService extends Service * @return A log describing the result of the invocation. Depends on the flags parameter.
*
* @throws ConcurrencyException if the same activity instance is being processed by another user.
- * @throws IllegalStateChangeException if that state change is not permitted,
- * i.e. the activity is not active.
* @throws ObjectNotFoundException if there is no activity instance with the specified OID.
* @throws InvalidValueException if one of the <code>outData</object> values to
* be written is invalid, most probably as of a type conflict in case of
|

