tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > BatchOperationsService

BatchOperationsService class

Signature:

export declare class BatchOperationsService

Methods

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.
batchClassify({ requestModel, }) static Classifies a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type.
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.
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 Unclassifies a batch of items. This operation returns an instance of ‘BatchOperationCreationResult’ type.
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.