Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ActivityState.State
-
-
Uses of ActivityState.State in de.aristaflow.adept2.core.runtimemanager
-
Uses of ActivityState.State in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return ActivityState.State Modifier and Type Method Description ActivityState.State
ActivityState. getState()
Gets the current (simple) state of the component of an activity.static ActivityState.State
ActivityState.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActivityState.State[]
ActivityState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.aristaflow.adept2.model.runtimeenvironment with parameters of type ActivityState.State Constructor Description ActivityState(ActivityState.State state)
Creates a newActivityState
for the designated (simple) state.ActivityState(ActivityState.State state, int signal)
Creates a newActivityState
having the designated state and the designated signal. -
Uses of ActivityState.State in de.aristaflow.ilm.model.runtimeenvironment
Fields in de.aristaflow.ilm.model.runtimeenvironment declared as ActivityState.State Modifier and Type Field Description @NotNull ActivityState.State
ActivityState. state
-
Uses of ActivityState.State in de.aristaflow.ilm.ws.core.runtimemanager
Method parameters in de.aristaflow.ilm.ws.core.runtimemanager with type arguments of type ActivityState.State Modifier and Type Method Description @Valid AsInitialRemoteIteratorData
ExecutionControlManagerWebService. getActivitiesIterator(@NotNull @Valid SessionToken session, @NotNull List<ActivityState.State> states, @Positive Integer count, Boolean allActivities)
-
Uses of ActivityState.State in de.aristaflow.ilm.ws.rest.core.runtimemanager
Method parameters in de.aristaflow.ilm.ws.rest.core.runtimemanager with type arguments of type ActivityState.State Modifier and Type Method Description @Valid AsInitialRemoteIteratorData
ExecutionControlManagerRest. getActivitiesIterator(Boolean allActivities, @Positive Integer count, Long aliveTime, @NotNull List<ActivityState.State> states)
-
Uses of ActivityState.State in de.aristaflow.ilm.ws.rest.core.runtimeservice
Method parameters in de.aristaflow.ilm.ws.rest.core.runtimeservice with type arguments of type ActivityState.State Modifier and Type Method Description @Valid AsInitialRemoteIteratorData
RemoteExecutionControlManagerRest. getActivitiesIterator(Boolean allActivities, @Positive Integer count, Long aliveTime, @NotNull List<ActivityState.State> states)
-