org.jbpm.console.ng.pr.backend.server
Class DocumentsServiceImpl
java.lang.Object
org.jbpm.console.ng.pr.backend.server.DocumentsServiceImpl
- All Implemented Interfaces:
- GenericServiceEntryPoint<DocumentKey,DocumentSummary>, DocumentsService
@ApplicationScoped
public class DocumentsServiceImpl
- extends Object
- implements DocumentsService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentsServiceImpl
public DocumentsServiceImpl()
getData
public org.uberfire.paging.PageResponse<DocumentSummary> getData(QueryFilter filter)
- Specified by:
getData in interface GenericServiceEntryPoint<DocumentKey,DocumentSummary>
getItem
public DocumentSummary getItem(DocumentKey key)
- Specified by:
getItem in interface GenericServiceEntryPoint<DocumentKey,DocumentSummary>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.