Package org.alfresco.repo.usage
Interface RepoUsageComponent.RestrictionObserver
- All Known Implementing Classes:
RepoUsageMonitor
- Enclosing interface:
- RepoUsageComponent
public static interface RepoUsageComponent.RestrictionObserver
Interface for observers of repository restriction changes
-
Method Summary
Modifier and TypeMethodDescriptionvoidonChangeRestriction(RepoUsage restrictions) Called when restrictions are changed
-
Method Details
-
onChangeRestriction
Called when restrictions are changed- Parameters:
restrictions- the new restrictions
-