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.StateActivityState. getState()Gets the current (simple) state of the component of an activity.static ActivityState.StateActivityState.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 newActivityStatefor the designated (simple) state.ActivityState(ActivityState.State state, int signal)Creates a newActivityStatehaving 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.StateActivityState. 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 AsInitialRemoteIteratorDataExecutionControlManagerWebService. 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 AsInitialRemoteIteratorDataExecutionControlManagerRest. getActivitiesIterator(Boolean allActivities, @Positive Integer count, @Positive 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 AsInitialRemoteIteratorDataRemoteExecutionControlManagerRest. getActivitiesIterator(Boolean allActivities, @Positive Integer count, @Positive Long aliveTime, @NotNull List<ActivityState.State> states)
-