Interface SCMSourceOwner

All Superinterfaces:
AccessControlled, Item, ModelObject, OnMaster, PersistenceRoot, Saveable, SearchableModelObject, SearchItem
All Known Subinterfaces:
SCMNavigatorOwner

public interface SCMSourceOwner extends Item
An Item that owns SCMSource instances. Any SCMSource instances accessed through a SCMSourceOwner will have had SCMSource.setOwner(SCMSourceOwner) called with a non-null owner before being exposed through either getSCMSources() or getSCMSource(String).