Interface PathOperationRestrictor
-
- All Known Subinterfaces:
CopyRestrictor,DeleteRestrictor,RenameRestrictor
public interface PathOperationRestrictorRepresents a restrictor to a path operation (copy, delete or rename).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathOperationRestrictionhasRestriction(org.uberfire.backend.vfs.Path path)Checks if there is a restriction to execute a operation on this path.
-
-
-
Method Detail
-
hasRestriction
PathOperationRestriction hasRestriction(org.uberfire.backend.vfs.Path path)
Checks if there is a restriction to execute a operation on this path.- Parameters:
path- Path to be checked.- Returns:
- The restriction to execute the operation, or null if there is not one.
-
-