Uses of Class
org.apache.unomi.rest.models.RESTActionType
-
Packages that use RESTActionType Package Description org.apache.unomi.rest.endpoints org.apache.unomi.rest.service.impl -
-
Uses of RESTActionType in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return RESTActionType Modifier and Type Method Description RESTActionType
DefinitionsServiceEndPoint. getActionType(String id, String language)
Retrieves the action type associated with the specified identifier localized using the specified language.Methods in org.apache.unomi.rest.endpoints that return types with arguments of type RESTActionType Modifier and Type Method Description Collection<RESTActionType>
DefinitionsServiceEndPoint. getActionTypeBySystemTag(String tags, String language)
Retrieves the set of action types with the specified system tags.Collection<RESTActionType>
DefinitionsServiceEndPoint. getActionTypeByTag(String tags, String language)
Retrieves the set of action types with the specified tags.Collection<RESTActionType>
DefinitionsServiceEndPoint. getAllActionTypes(String language)
Retrieves all known action types localized using the specified language. -
Uses of RESTActionType in org.apache.unomi.rest.service.impl
Methods in org.apache.unomi.rest.service.impl that return RESTActionType Modifier and Type Method Description RESTActionType
LocalizationHelper. generateAction(ActionType actionType, String language)
Creates aRESTActionType
based on the specifiedActionType
and localized using the specified language.Methods in org.apache.unomi.rest.service.impl that return types with arguments of type RESTActionType 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.
-