Interface EntityFolderTemplateConfirmationService
- All Known Implementing Classes:
EntityFolderTemplateConfirmationServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Apply the configuration as recieved from the clientvoidaskConfirmation(ConfirmationBuilder confirmationBuilder, Optional<RemoteContext> remoteContextOptional) Deprecated.Asks the current client for confirmation for the provided entity folder templates if the request came from a web client.Deprecated.
-
Method Details
-
getConfirmationBuilder
ConfirmationBuilder getConfirmationBuilder()Deprecated. -
askConfirmation
void askConfirmation(ConfirmationBuilder confirmationBuilder, Optional<RemoteContext> remoteContextOptional) Deprecated.Asks the current client for confirmation for the provided entity folder templates if the request came from a web client.- Parameters:
confirmationBuilder- aConfirmationBuildercontaining available entity folder templates for created entities.remoteContextOptional- the optionalRemoteContextfrom which the request was created.
-
apply
-