Interface EntityFolderTemplateConfirmationService
- All Known Implementing Classes:
EntityFolderTemplateConfirmationServiceImpl
public interface EntityFolderTemplateConfirmationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidApply the configuration as recieved from the clientvoidaskConfirmation(ConfirmationBuilder confirmationBuilder, Optional<RemoteContext> remoteContextOptional) Asks the current client for confirmation for the provided entity folder templates if the request came from a web client.
-
Method Details
-
getConfirmationBuilder
ConfirmationBuilder getConfirmationBuilder() -
askConfirmation
void askConfirmation(ConfirmationBuilder confirmationBuilder, Optional<RemoteContext> remoteContextOptional) 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
-