Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.TaskState
-
-
Uses of TaskState in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type TaskState Modifier and Type Method Description voidRemoteProgressMonitor. setTaskState(SessionToken token, String sessionID, TaskState taskState) -
Uses of TaskState in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return TaskState Modifier and Type Method Description static TaskStateTaskState. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskState[]TaskState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type TaskState Modifier and Type Method Description voidProgressMonitor. setTaskState(TaskState taskState)Notify the progress monitor about the current state of the task. -
Uses of TaskState in de.aristaflow.ilm.ws.core.runtimeservice
Methods in de.aristaflow.ilm.ws.core.runtimeservice with parameters of type TaskState Modifier and Type Method Description voidRemoteProgressMonitorWebService. setTaskState(@NotNull @Valid SessionToken session, @NotNull String sessionId, @NotNull TaskState taskState) -
Uses of TaskState in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type TaskState Modifier and Type Method Description voidRemoteProgressMonitorRest. setTaskState(@NotNull String sessionId, @NotNull TaskState taskState)
-