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 voidActivityStartingWebService. deselectActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)voidActivityStartingWebService. enquireActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, @NotEmpty Collection<@Valid QualifiedAgent> recipients, String question)@NotNull @Valid ExecutionContextActivityStartingWebService. getExecutionContext(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)voidActivityStartingWebService. replyEnquiry(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act, String reply)voidActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)voidActivityStartingWebService. selectActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference act)voidActivityStartingWebService. 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 GuiContextSynchronousActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ActivityStateCallback callback)@NotNull @Valid GuiContextSynchronousActivityStartingWebService. 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 IncompleteSessionContextRemoteActivityStartingWebService. getSimpleSessionContext(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode)@NotNull @Valid SimpleSessionContextRemoteActivityStartingWebService. resumeActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ExecutionMessageCallback callback)@NotNull @Valid SimpleSessionContextRemoteActivityStartingWebService. startActivity(@NotNull @Valid SessionToken session, @NotNull @Valid EbpInstanceReference activity, ProcessConstants.ExecutionMode executionMode, ExecutionMessageCallback callback)
-