|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WorkflowDocument in org.gcube.portlets.user.workflowdocuments.client |
---|
Methods in org.gcube.portlets.user.workflowdocuments.client that return types with arguments of type WorkflowDocument | |
---|---|
ArrayList<WorkflowDocument> |
WfDocumentsLibraryService.getUserWfDocuments()
|
Methods in org.gcube.portlets.user.workflowdocuments.client with parameters of type WorkflowDocument | |
---|---|
void |
AppController.doForward(WorkflowDocument wfDoc,
String toStepLabel)
|
Boolean |
WfDocumentsLibraryService.forward(WorkflowDocument wfDoc,
String stepForwardedTo)
|
void |
WfDocumentsLibraryServiceAsync.forward(WorkflowDocument wfDoc,
String stepForwardedTo,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
|
Method parameters in org.gcube.portlets.user.workflowdocuments.client with type arguments of type WorkflowDocument | |
---|---|
void |
WfDocumentsLibraryServiceAsync.getUserWfDocuments(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WorkflowDocument>> callback)
|
Uses of WorkflowDocument in org.gcube.portlets.user.workflowdocuments.client.event |
---|
Methods in org.gcube.portlets.user.workflowdocuments.client.event that return WorkflowDocument | |
---|---|
WorkflowDocument |
ForwardEvent.getWorkflow()
|
Constructors in org.gcube.portlets.user.workflowdocuments.client.event with parameters of type WorkflowDocument | |
---|---|
ForwardEvent(WorkflowDocument workflow,
String toStepLabel)
|
Uses of WorkflowDocument in org.gcube.portlets.user.workflowdocuments.client.presenter |
---|
Methods in org.gcube.portlets.user.workflowdocuments.client.presenter with parameters of type WorkflowDocument | |
---|---|
void |
WorkflowDocumentsPresenter.doForward(WorkflowDocument wfDoc,
String toStepLabel)
|
void |
Presenter.doForward(WorkflowDocument wfDoc,
String toStepLabel)
|
Uses of WorkflowDocument in org.gcube.portlets.user.workflowdocuments.client.view |
---|
Methods in org.gcube.portlets.user.workflowdocuments.client.view that return types with arguments of type WorkflowDocument | |
---|---|
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WorkflowDocument> |
Display.getGridSelectionModel()
|
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WorkflowDocument> |
WfDocLibraryView.getGridSelectionModel()
|
Method parameters in org.gcube.portlets.user.workflowdocuments.client.view with type arguments of type WorkflowDocument | |
---|---|
void |
Display.setData(List<WorkflowDocument> data)
|
void |
WfDocLibraryView.setData(List<WorkflowDocument> data)
|
Uses of WorkflowDocument in org.gcube.portlets.user.workflowdocuments.client.view.dialog |
---|
Constructors in org.gcube.portlets.user.workflowdocuments.client.view.dialog with parameters of type WorkflowDocument | |
---|---|
ForwardWorkflowDialog(com.google.gwt.event.shared.HandlerManager eventBus,
WorkflowDocument wfDoc,
org.gcube.portlets.admin.wfdocslibrary.shared.WfTemplate workflow)
|
|
ViewCommentsDialog(WorkflowDocument wfDoc,
ArrayList<org.gcube.portlets.admin.wfdocslibrary.shared.UserComment> comments)
|
Uses of WorkflowDocument in org.gcube.portlets.user.workflowdocuments.server |
---|
Methods in org.gcube.portlets.user.workflowdocuments.server that return types with arguments of type WorkflowDocument | |
---|---|
ArrayList<WorkflowDocument> |
WfDocumentsLibraryServiceImpl.getUserWfDocuments()
|
Methods in org.gcube.portlets.user.workflowdocuments.server with parameters of type WorkflowDocument | |
---|---|
Boolean |
WfDocumentsLibraryServiceImpl.forward(WorkflowDocument wfDoc,
String stepForwardedTo)
thie method performs the forward of a user, then checks if the status has to be advanced (all users belonging to a role have forwarded) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |