public class PolicySetChangeInspector extends Object
| Constructor and Description |
|---|
PolicySetChangeInspector() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeType> |
detectChanges(List<PolicyDeploymentStatus> currentStatusList,
List<PolicyDefinition> newDefinitions)
Given the current deployment statuses of all policies and the desired policy definitions determines which actions should be
taken to consolidate the current status with with the desired status.
|
public List<ChangeType> detectChanges(List<PolicyDeploymentStatus> currentStatusList, List<PolicyDefinition> newDefinitions)
currentStatusList - a List of PolicyDefinitionDeploymentStatus that reflects the current status.newDefinitions - a List of PolicyDefinition that should be currently applied.Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.