Uses of Class
pro.taskana.common.rest.models.CustomAttributesRepresentationModel
Packages that use CustomAttributesRepresentationModel
-
Uses of CustomAttributesRepresentationModel in pro.taskana.common.rest
Methods in pro.taskana.common.rest that return types with arguments of type CustomAttributesRepresentationModelModifier and TypeMethodDescriptionorg.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 CustomAttributesRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CustomAttributesRepresentationModel>TaskanaEngineController.setCustomAttributes(CustomAttributesRepresentationModel customAttributes) This endpoint overrides the custom configuration.