Uses of Class
org.apache.unomi.api.actions.ActionType
-
-
Uses of ActionType in org.apache.unomi.api.actions
Methods in org.apache.unomi.api.actions that return ActionType Modifier and Type Method Description ActionType
Action. getActionType()
Retrieves the action's type.Methods in org.apache.unomi.api.actions with parameters of type ActionType Modifier and Type Method Description void
Action. setActionType(ActionType actionType)
Sets the action's type.Constructors in org.apache.unomi.api.actions with parameters of type ActionType Constructor Description Action(ActionType actionType)
Instantiates a new Action with the specifiedActionType
-
Uses of ActionType in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ActionType Modifier and Type Method Description ActionType
DefinitionsService. getActionType(String id)
Retrieves the action type associated with the specified identifier.Methods in org.apache.unomi.api.services that return types with arguments of type ActionType Modifier and Type Method Description Set<ActionType>
DefinitionsService. getActionTypeBySystemTag(String tag)
Retrieves the set of action types with the specified system tag.Set<ActionType>
DefinitionsService. getActionTypeByTag(String tag)
Retrieves the set of action types with the specified tag.Collection<ActionType>
DefinitionsService. getAllActionTypes()
Retrieves all known action types.Methods in org.apache.unomi.api.services with parameters of type ActionType Modifier and Type Method Description void
DefinitionsService. setActionType(ActionType actionType)
Stores the action type -
Uses of ActionType in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ActionType Modifier and Type Method Description void
DefinitionsServiceEndPoint. setActionType(ActionType actionType)
Stores the action type -
Uses of ActionType in org.apache.unomi.rest.service.impl
Methods in org.apache.unomi.rest.service.impl with parameters of type ActionType Modifier and Type Method Description RESTActionType
LocalizationHelper. generateAction(ActionType actionType, String language)
Creates aRESTActionType
based on the specifiedActionType
and localized using the specified language.Method parameters in org.apache.unomi.rest.service.impl with type arguments of type ActionType Modifier and Type Method Description Collection<RESTActionType>
LocalizationHelper. generateActions(Collection<ActionType> actionTypes, String language)
CreatesRESTActionType
s, localized using the specified language, based on the specifiedActionType
s. -
Uses of ActionType in org.apache.unomi.services.impl.definitions
Methods in org.apache.unomi.services.impl.definitions that return ActionType Modifier and Type Method Description ActionType
DefinitionsServiceImpl. getActionType(String id)
Methods in org.apache.unomi.services.impl.definitions that return types with arguments of type ActionType Modifier and Type Method Description Set<ActionType>
DefinitionsServiceImpl. getActionTypeBySystemTag(String tag)
Set<ActionType>
DefinitionsServiceImpl. getActionTypeByTag(String tag)
Collection<ActionType>
DefinitionsServiceImpl. getAllActionTypes()
Methods in org.apache.unomi.services.impl.definitions with parameters of type ActionType Modifier and Type Method Description void
DefinitionsServiceImpl. setActionType(ActionType actionType)
-