manageItems
protected open fun manageItems(workflow: EquinoxItemsHelper.ItemsManagementWorkflow, itemId: String, ids: List<String>)
Method to manage the items of an item to a container
Parameters
workflow
: the workflow to execute
itemId
: the identifier of the target item
ids
: the list of identifiers of the items
protected open fun manageItems(workflow: EquinoxItemsHelper.ItemsManagementWorkflow, valuesSlice: String, itemId: String, ids: List<String>, batchQuery: EquinoxItemsHelper.BatchQuery)
Method to manage the items of an item to a container
Parameters
workflow
: the workflow to execute
valuesSlice
: the query slice to use for the query
itemId
: the identifier of the target item
ids
: the list of identifiers of the items
batchQuery
: the batch query to execute