Home > @tridion-sites/open-api-client > BatchOperationsService
Signature:
export declare class BatchOperationsService
| Method | Modifiers | Description |
|---|---|---|
| batchAutoClassify({ requestModel, }) | static |
Automatically classifies a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchCheckIn({ requestModel, }) | static |
Checks in a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchCheckOut({ requestModel, }) | static |
Checks out a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchClassification({ requestModel, }) | static |
Changes the classification of a batch of items (Classify/ReClassify/UnClassify). This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchClassify({ requestModel, }) | static |
|
| batchCopy({ requestModel, }) | static |
Copies a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchDelete({ requestModel, }) | static |
Deletes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchDemote({ requestModel, }) | static |
Demotes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchFinishActivity({ requestModel, }) | static |
Finishes a batch of activities. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchForceFinishProcess({ requestModel, }) | static |
Force finishes a batch of Workflow Processes. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchLocalize({ requestModel, }) | static |
Localizes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchMove({ requestModel, }) | static |
Moves a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchPromote({ requestModel, }) | static |
Promotes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchPublish({ requestModel, }) | static |
Publishes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchReAssignActivity({ requestModel, }) | static |
Reassignes a batch of activities. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchRestartActivity({ requestModel, }) | static |
Restarts a batch of activities. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchStartActivity({ requestModel, }) | static |
Starts a batch of activities. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchUnclassify({ requestModel, }) | static |
|
| batchUndoCheckOut({ requestModel, }) | static |
Undoes the checkout of a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchUnlocalize({ requestModel, }) | static |
Unlocalizes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |
| batchUnpublish({ requestModel, }) | static |
Unpublishes a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type. |