PSA Apex API Developer Reference

pse.SkillsService

global with sharing class SkillsService

Service providing functionality related to skills, certifications and skill hierarchies.

Methods

cascadeDeleteHierarchy

global static pse.SkillsService.CascadeDeleteResponse cascadeDeleteHierarchy(pse.SkillsService.CascadeDeleteRequest request)

Delete a skill category in a skills hierarchy and all of its descendants. If any of the skills cannot be deleted, the whole operation will be rolled back.

Input Parameters

Name Type Description
request pse.SkillsService.CascadeDeleteRequest The request containing information about which part of the hierarchy to delete.

Exceptions Thrown

Value Description
APIException An API exception will be thrown if the request is invalid.
System.DMLException A DML exception will be thrown if the delete operation fails.

pse.SkillsService.CascadeDeleteRequest

global class CascadeDeleteRequest

A request containing the parameters for a cascading delete operation on a skills hierarchy.

Properties

Name Type Description
SkillId Id Required. The ID of the skill category whose descendants in the hierarchy will be deleted. This skill will also be deleted.

Methods

CascadeDeleteRequest

global CascadeDeleteRequest()

The default constructor for this object.

pse.SkillsService.CascadeDeleteResponse

global class CascadeDeleteResponse

A placeholder for response values when performing a cascading delete operation on a skills hierarchy. This class is intentionally empty.

© Copyright 2009–2020 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.