Uses of Class
pro.taskana.common.rest.models.CustomAttributesRepresentationModel
-
Packages that use CustomAttributesRepresentationModel Package Description pro.taskana.common.rest -
-
Uses of CustomAttributesRepresentationModel in pro.taskana.common.rest
Methods in pro.taskana.common.rest that return types with arguments of type CustomAttributesRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<CustomAttributesRepresentationModel>TaskanaEngineController. getCustomAttributes()This endpoint retrieves the saved custom configuration.org.springframework.http.ResponseEntity<CustomAttributesRepresentationModel>TaskanaEngineController. setCustomAttributes(CustomAttributesRepresentationModel customAttributes)This endpoint overrides the custom configuration.Methods in pro.taskana.common.rest with parameters of type CustomAttributesRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<CustomAttributesRepresentationModel>TaskanaEngineController. setCustomAttributes(CustomAttributesRepresentationModel customAttributes)This endpoint overrides the custom configuration.
-