Interface FileOwnerQueryImplementation
public interface FileOwnerQueryImplementation
Knowledge of which project some files belong to.
An implementation must attempt to return a result quickly and avoid
blocking on foreign locks. In particular, it should not call OpenProjects
.
- See Also:
-
Method Summary
-
Method Details
-
getOwner
-
getOwner
Decide which project, if any, "owns" a given file.- Parameters:
file
- FileObject of an existing file- Returns:
- a project which owns it, or null for no response
-