Package com.xwiki.confluencepro.script
Class BatchesScriptServices
- java.lang.Object
-
- com.xwiki.confluencepro.script.BatchesScriptServices
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("confluenceBatches") @Singleton public class BatchesScriptServices extends Object implements org.xwiki.script.service.ScriptServiceExpose various methods needed for the batch migrations.- Since:
- 1.30.2
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description BatchesScriptServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcomputeBatchSize(List<String> paths)Computes the size of a batch.
-
-
-
Field Detail
-
ROLEHINT
public static final String ROLEHINT
The rolehint of the class.- See Also:
- Constant Field Values
-
-