Uses of Enum Class
de.aristaflow.adept2.model.runtimeenvironment.ActivityState.State
Packages that use ActivityState.State
Package
Description
-
Uses of ActivityState.State in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager with parameters of type ActivityState.StateModifier and TypeMethodDescriptionExecutionControlManager.getActivities(SessionToken session, ActivityState.State[] states) Gets all activities of the agent identified by the designated session token and their corresponding state.ExecutionControlManager.getActivitiesIterator(SessionToken session, ActivityState.State[] states) The same asExecutionControlManager.getActivities(SessionToken, ActivityState.State[])but with partial retrieval of the activities and their state.ExecutionControlManager.getAllActivities(SessionToken session, ActivityState.State[] states) Gets all activities and their corresponding state.ExecutionControlManager.getAllActivitiesIterator(SessionToken session, ActivityState.State[] states) The same asExecutionControlManager.getAllActivities(SessionToken, ActivityState.State[])but with partial retrieval of the activities and their state. -
Uses of ActivityState.State in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return ActivityState.StateModifier and TypeMethodDescriptionActivityState.getState()Gets the current (simple) state of the component of an activity.static ActivityState.StateReturns the enum constant of this class with the specified name.static ActivityState.State[]ActivityState.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.aristaflow.adept2.model.runtimeenvironment with parameters of type ActivityState.StateModifierConstructorDescriptionActivityState(ActivityState.State state) Creates a newActivityStatefor the designated (simple) state.protectedActivityState(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 -
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.StateModifier and TypeMethodDescription@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.StateModifier and TypeMethodDescription@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.StateModifier and TypeMethodDescription@Valid AsInitialRemoteIteratorDataRemoteExecutionControlManagerRest.getActivitiesIterator(Boolean allActivities, @Positive Integer count, @Positive Long aliveTime, @NotNull List<ActivityState.State> states)