static void |
PolicyEntryUtil.applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker,
PolicyEntry updatedEntry)
Utility to properly apply an updated policy entry to all existing destinations that
match this entry.
|
static void |
PolicyEntryUtil.applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker,
PolicyEntry updatedEntry,
Set<String> includedProperties)
Utility to properly apply an updated policy entry to all existing destinations that
match this entry.
|
static PolicyEntry |
PolicyEntryUtil.findEntryByDestination(AbstractRuntimeConfigurationBroker runtimeBroker,
PolicyEntry entry)
Find a matching PolicyEntry by looking up the Set of entries from the map and
then comparing the destination to find the exact match.
|