ItemsManagementWorkflow

The ItemsManagementWorkflow interface useful to manage the workflow to manage items on them insertion or deletion

Author

N7ghtm4r3 - Tecknobit

Functions

Link copied to clipboard
abstract fun deleteQuery(): String
Method to get a query used to delete an attachment No-any params required
Link copied to clipboard
abstract fun getIds(): List<String>
Method to get a list of identifiers No-any params required
Link copied to clipboard
abstract fun insertQuery(): String
Method to get a query used to insert a new attachment No-any params required