![]() | InDesign SDK 20.5 |
#include <IHTTPLinkResourceStateBatchUpdater.h>

Public Types | |
| enum | { kDefaultIID = IID_IHTTPLINKRESOURCESTATEBATCHUPDATER } |
Public Member Functions | |
| virtual ErrorCode | QueueLinkResourceUpdateRequestForBatch (const UID &resourceUID, const HTTPLinkSubsystemTypes::UpdateLinkResourceStateClientData &updateLinkResourceStateData)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IHTTPLinkResourceStateBatchUpdater contains functions for updating states in batch mode. This will only be used when web-api supports batch mode.
For custom imlementation return true from IsBatchUpdateSupported function of IHTTPLinkResourceServerAPIWrapper.Then subclass this interface by creating a boss based on kHTTPAssetLinkResourceHelperBoss with the implementation of this interface. Also, custom implementations should aggregate this interface on the boss serving IID_IHTTPLINKRESOURCECONNECTION.