Service class to execute CRUD operations on the Badge Workflow object.
Method Summary
Modifier and Type | Method and Description |
---|---|
BadgeWorkflowService | getInstance() |
BadgeWorkflowService | getInstance(String version) |
void | getApiResponse() |
List<BadgeWorkflow> | get(SearchRequest sr) |
Method Detail
This class supports the following methods:
global static BadgeWorkflowService getInstance()
Get Instance of BadgeWorkflowService.
global static BadgeWorkflowService getInstance(String version)
Get Instance of BadgeWorkflowVersionedService.
Parameters
Name | Type | Description |
---|---|---|
version | String | undefined |
global BadgeWorkflowService ()
BadgeWorkflowService Constructor that should not be called directly.
global static void getApiResponse()
global virtual List<BadgeWorkflow> get(SearchRequest sr)
Get list of BadgeWorkflow objects using the SearchRequest object as criteria
Parameters
Name | Type | Description |
---|---|---|
sr | SearchRequest | SearchRequest |