Modifier and Type | Method and Description |
---|---|
ArrayList<WorkflowDocument> |
WfDocumentsLibraryService.getUserWfDocuments() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
WfDocumentsLibraryServiceAsync.getUserWfDocuments(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WorkflowDocument>> callback) |
Modifier and Type | Method and Description |
---|---|
WorkflowDocument |
ForwardEvent.getWorkflow() |
Constructor and Description |
---|
ForwardEvent(WorkflowDocument workflow,
String toStepLabel) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDocumentsPresenter.doForward(WorkflowDocument wfDoc,
String toStepLabel) |
void |
Presenter.doForward(WorkflowDocument wfDoc,
String toStepLabel) |
Modifier and Type | Method and Description |
---|---|
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WorkflowDocument> |
WfDocLibraryView.getGridSelectionModel() |
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WorkflowDocument> |
Display.getGridSelectionModel() |
Modifier and Type | Method and Description |
---|---|
void |
WfDocLibraryView.setData(List<WorkflowDocument> data) |
void |
Display.setData(List<WorkflowDocument> data) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ArrayList<WorkflowDocument> |
WfDocumentsLibraryServiceImpl.getUserWfDocuments() |
Modifier and Type | Method and Description |
---|---|
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)
|
Copyright © 2015. All Rights Reserved.