public class EditEndpointsController extends Object implements IEditController
WizardController| Modifier and Type | Method and Description |
|---|---|
void |
checkIfAutomationIsPossible()
checks if automation is possible calls
IEditView.setAutomated(boolean) with the result |
TaskProgressView |
getTaskProgressView() |
IEditView |
getView()
Returns the corresponding view
|
void |
load()
Calls
IEditController.checkIfAutomationIsPossible() Creates and starts the tasks
to load the classes from this source and target endpoint. |
void |
load(boolean automated)
Since there are no different modes this just calls
load() |
void |
save(SourceOrTarget sourceOrTarget,
String endpointURL,
String idNamespace,
String graph,
String pageSize)
Saves edited Endpoint
|
void |
setTaskProgressView(TaskProgressView tpv) |
boolean |
validate()
validates the fields
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsavepublic void load()
IEditControllerIEditController.checkIfAutomationIsPossible() Creates and starts the tasks
to load the classes from this source and target endpoint. After finishing
the classes are displayed in the view or if errors are encountered an
error window is shownload in interface IEditControllerpublic void load(boolean automated)
load()load in interface IEditControllerautomated - true if automated mode is wanted false if manual mode is
desiredpublic void save(SourceOrTarget sourceOrTarget, String endpointURL, String idNamespace, String graph, String pageSize)
sourceOrTarget - if True Source else TargetidNamespace - Namespace of Endpointgraph - graphpageSize - length of QueryendpointURL - URL of the Endpointpublic IEditView getView()
getView in interface IEditControllerpublic boolean validate()
IEditControllervalidate in interface IEditControllerpublic TaskProgressView getTaskProgressView()
getTaskProgressView in interface IEditControllerIEditController.load() methodpublic void setTaskProgressView(TaskProgressView tpv)
setTaskProgressView in interface IEditControllerpublic void checkIfAutomationIsPossible()
IEditControllerIEditView.setAutomated(boolean) with the resultcheckIfAutomationIsPossible in interface IEditControllerCopyright © 2019. All rights reserved.