Uses of Class
de.aristaflow.ilm.model.execution.WrongAgentException
-
Packages that use WrongAgentException Package Description de.aristaflow.ilm.ws.core.executionmanager de.aristaflow.ilm.ws.core.runtimemanager de.aristaflow.ilm.ws.core.runtimeservice -
-
Uses of WrongAgentException in de.aristaflow.ilm.ws.core.executionmanager
Methods in de.aristaflow.ilm.ws.core.executionmanager that throw WrongAgentException Modifier and Type Method Description void
ActivityStartingWebService. deselectActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)
void
ActivityStartingWebService. enquireActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, @NotEmpty Collection<@Valid QualifiedAgent> recipients, String question)
@NotNull @Valid ExecutionContext
ActivityStartingWebService. getExecutionContext(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)
void
ActivityStartingWebService. replyEnquiry(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, String reply)
void
ActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)
void
ActivityStartingWebService. selectActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)
void
ActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, ProcessConstants.ExecutionMode em)
-
Uses of WrongAgentException in de.aristaflow.ilm.ws.core.runtimemanager
Methods in de.aristaflow.ilm.ws.core.runtimemanager that throw WrongAgentException Modifier and Type Method Description @NotNull @Valid GuiContext
SynchronousActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ActivityStateCallback callback)
@NotNull @Valid GuiContext
SynchronousActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ActivityStateCallback callback)
-
Uses of WrongAgentException in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice that throw WrongAgentException Modifier and Type Method Description @NotNull @Valid IncompleteSessionContext
RemoteActivityStartingWebService. getSimpleSessionContext(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ExecutionMessageCallback callback)
@NotNull @Valid SimpleSessionContext
RemoteActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ExecutionMessageCallback callback)
-