Home > @tridion-sites/open-api-client > BluePrintingService
Signature:
export declare class BluePrintingService
Method | Modifiers | Description |
---|---|---|
demote({ escapedItemId, requestModel, }) | static |
Demotes an item in the BluePrint hierarchy. This operation returns an instance of ‘OperationResult’ type. |
getBluePrintHierarchy({ escapedItemId, details, }) | static |
Gets the context of an item in the BluePrint hierarchy. This operation returns an instance of ‘BlueprintHierarchyResponse’ type. |
localize({ escapedItemId, }) | static |
Localizes a shared item in the BluePrint to create a local copy that can then be modified locally. This operation returns an instance of ‘RepositoryLocalObject’ type, as implemented by one of the following:<ul class="model-list"><li>Bundle</li><li>BusinessProcessType</li><li>Category</li><li>Component</li><li>ComponentTemplate</li><li>ExternalCategory</li><li>ExternalComponent</li><li>ExternalContainer</li><li>ExternalKeyword</li><li>Folder</li><li>Keyword</li><li>Page</li><li>PageTemplate</li><li>ResolvedBundle</li><li>Schema</li><li>SearchFolder</li><li>StructureGroup</li><li>TargetGroup</li><li>TemplateBuildingBlock</li><li>TridionProcessDefinition</li></ul> |
promote({ escapedItemId, requestModel, }) | static |
Promotes an item in the BluePrint hierarchy. This operation returns an instance of ‘OperationResult’ type. |
unlocalize({ escapedItemId, useDynamicVersion, }) | static |
Unlocalizes an item in the BluePrint. This operation returns an instance of ‘RepositoryLocalObject’ type, as implemented by one of the following:<ul class="model-list"><li>Bundle</li><li>BusinessProcessType</li><li>Category</li><li>Component</li><li>ComponentTemplate</li><li>ExternalCategory</li><li>ExternalComponent</li><li>ExternalContainer</li><li>ExternalKeyword</li><li>Folder</li><li>Keyword</li><li>Page</li><li>PageTemplate</li><li>ResolvedBundle</li><li>Schema</li><li>SearchFolder</li><li>StructureGroup</li><li>TargetGroup</li><li>TemplateBuildingBlock</li><li>TridionProcessDefinition</li></ul> |