ITemplatesManagement Interface

Definition

Manages templates and object templates in the Service Manager store. Templates are predefined management pack fragments that are used for creating management pack changes with parameters. Object templates pre-populate objects with specific values.

public interface class ITemplatesManagement
public interface ITemplatesManagement
type ITemplatesManagement = interface
Public Interface ITemplatesManagement

Methods

GetObjectTemplate(Guid)

Gets an object template by using an identifier.

GetObjectTemplates()

Gets all object templates on the Service Manager store.

GetObjectTemplates(ManagementPackObjectTemplateCriteria)

Gets all object templates that match the provided criteria.

GetTemplate(Guid)

Gets a template by using an identifier.

GetTemplates()

Gets all templates on the Service Manager store.

GetTemplates(ManagementPackTemplateCriteria)

Gets all templates that match the provided criteria.

Applies to