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.


Method Summary
 Boolean addUserComment(String workflowdocid, String comment)
           
 Boolean forward(WorkflowDocument wfDoc, String stepForwardedTo)
           
 ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.UserComment> getUserComments(String workflowid)
           
 ArrayList<WorkflowDocument> getUserWfDocuments()
           
 org.gcube.portlets.admin.wfdocslibrary.shared.WfTemplate getWorkflowById(String workflowid)
           
 LockInfo setWorkflowInSession(String documentName, String workflowid, boolean readonly)
           
 

Method Detail

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 © 2013. All Rights Reserved.