org.gcube.portlets.user.workflowdocuments.client
Interface WfDocumentsLibraryService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- WfDocumentsLibraryServiceImpl
@RemoteServiceRelativePath(value="greet")
public interface WfDocumentsLibraryService
- extends com.google.gwt.user.client.rpc.RemoteService
The client side stub for the RPC service.
getUserWfDocuments
ArrayList<WorkflowDocument> getUserWfDocuments()
addUserComment
Boolean addUserComment(String workflowdocid,
String comment)
getUserComments
ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.UserComment> getUserComments(String workflowid)
getWorkflowById
org.gcube.portlets.admin.wfdocslibrary.shared.WfTemplate getWorkflowById(String workflowid)
forward
Boolean forward(WorkflowDocument wfDoc,
String stepForwardedTo)
setWorkflowInSession
LockInfo setWorkflowInSession(String documentName,
String workflowid,
boolean readonly)
Copyright © 2014. All Rights Reserved.