Class DeleteProvisionalContentUsingBatchesCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.DeleteProvisionalContentUsingBatchesCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<String>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final intprotected final CoreContentItemQueryImpl -
Constructor Summary
ConstructorsConstructorDescriptionDeleteProvisionalContentUsingBatchesCmd(CoreContentItemQueryImpl contentItemQuery, int batchSize, String batchName) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateBatchPartsForSequentialExecution(ContentEngineConfiguration engineConfiguration, org.flowable.batch.api.Batch batch) execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
contentItemQuery
-
batchSize
protected final int batchSize -
batchName
-
-
Constructor Details
-
DeleteProvisionalContentUsingBatchesCmd
public DeleteProvisionalContentUsingBatchesCmd(CoreContentItemQueryImpl contentItemQuery, int batchSize, String batchName)
-
-
Method Details
-
execute
-
createBatchPartsForSequentialExecution
protected void createBatchPartsForSequentialExecution(ContentEngineConfiguration engineConfiguration, org.flowable.batch.api.Batch batch)
-