|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportService
The ReportManager interface supports methods to create, process and find report instances. This interface is implemented by the ReportServiceBean. A Report Entity is identified by its name represented by the attribute 'txtname' So a ReportService Implementation should ensure that txtname is a unique key for the report entity. Also each report entity holds a EQL Query in the attribute "txtquery". this eql statement will be processed by the processQuery method and should return a collection of entities defined by the query.
| Method Summary | |
|---|---|
org.imixs.workflow.ItemCollection |
getReport(java.lang.String aReportName)
Returns a Report Entity identified by the attribute txtname |
java.util.Collection<org.imixs.workflow.ItemCollection> |
getReportList(int startpos,
int count)
Returns a collection of reports (ItemCollection). |
java.util.Collection<org.imixs.workflow.ItemCollection> |
processReport(java.lang.String aReportName)
Process a QueryEntity Object identified by the attribute txtname. |
void |
updateReport(org.imixs.workflow.ItemCollection aReport)
updates a Entity Report Object. |
| Method Detail |
|---|
org.imixs.workflow.ItemCollection getReport(java.lang.String aReportName)
throws java.lang.Exception
aReportName - - name of the report
java.lang.Exception
java.util.Collection<org.imixs.workflow.ItemCollection> getReportList(int startpos,
int count)
throws java.lang.Exception
java.lang.Exception
void updateReport(org.imixs.workflow.ItemCollection aReport)
throws java.lang.Exception
report -
java.lang.Exception
java.util.Collection<org.imixs.workflow.ItemCollection> processReport(java.lang.String aReportName)
throws java.lang.Exception
aID -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||