Interface CanDeleteProjectApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl,SwpClient
public interface CanDeleteProjectApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanDeleteProject(ProjectGraphUri projectGraph)Can the current user create a project?
-
-
-
Method Detail
-
canDeleteProject
boolean canDeleteProject(ProjectGraphUri projectGraph)
Can the current user create a project?- Parameters:
projectGraph- URI of the project graph e.g., urn:x-evn-master:abcdefg- Returns:
- true if the current user can delete the project
-
-