Class ADeleteQueryDecorator
java.lang.Object
org.opencastproject.assetmanager.impl.ADeleteQueryDecorator
- All Implemented Interfaces:
ADeleteQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ADeleteQueryDecoratormkDecorator(ADeleteQuery delegate) Name the query for debugging purposes.longrun()Delete the selected items.
-
Field Details
-
delegate
-
-
Constructor Details
-
ADeleteQueryDecorator
-
-
Method Details
-
where
- Specified by:
wherein interfaceADeleteQuery
-
name
Description copied from interface:ADeleteQueryName the query for debugging purposes. The name will be printed in the logs.- Specified by:
namein interfaceADeleteQuery
-
run
public long run()Description copied from interface:ADeleteQueryDelete the selected items.- Specified by:
runin interfaceADeleteQuery- Returns:
- the number of affected items
-
mkDecorator
-