Package fi.tut.mei.resdescapi.issue
Interface IIssueActions<T extends Issue>
-
- All Known Implementing Classes:
ResCatStoImpl
,ResCatStoImpl_LocalFileSystem
,ResCatStoImpl_TestWithDummyData
public interface IIssueActions<T extends Issue>
Interface for actions handling and accessing Issue(s)- Author:
- Niko Siltala
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearIssues()
Clears the list of active issuesList<T>
getIssues()
Gets the list of active Issues.boolean
hasIssues()
Does an object has active Issues
-