Class: OperationUtils
Constructors​
constructor​
• new OperationUtils()
Methods​
getGroup​
â–¸ getGroup(groups, path): undefined | OperationGroup
Parameters​
| Name | Type |
|---|---|
groups | Many<OperationGroup> |
path | Many<OperationGroupDescriptionLike> |
Returns​
undefined | OperationGroup
Defined in​
libs/operation/src/lib/services/operation-utils.service.ts:8
getOperation​
â–¸ getOperation(groups, path, operationId): undefined | Operation
Parameters​
| Name | Type |
|---|---|
groups | Many<OperationGroup> |
path | Many<OperationGroupDescriptionLike> |
operationId | string |
Returns​
undefined | Operation
Defined in​
libs/operation/src/lib/services/operation-utils.service.ts:20