public interface IRuletestTabFolderDialogAPI extends IDialogAPI
| Modifier and Type | Method and Description |
|---|---|
boolean |
createTestsheet(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI,
java.lang.String astrRemoteServerUri,
java.lang.String astrDecisionServiceName)
Accepts the remote server location string along with the Decision Service name.
|
boolean |
createTestsheet(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI,
org.eclipse.emf.common.util.URI aURITestSubject)
Accepts the URI for either .ers or .erf file as Test Subject.
|
boolean |
importTestsheetWithXMLSOAP(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI,
org.eclipse.emf.common.util.URI aURIImportFileSelected)
Accepts the URI for a .xml file to be imported into a new Testsheet.
|
boolean |
isValidTestSubject(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI,
org.eclipse.emf.common.util.URI aURITestSubject)
Accepts the URI for either .ers or .erf file as Test Subject.
|
boolean |
setRemoteExecutionVariables(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI,
java.lang.String astrRemoteServer,
java.lang.String astrDecisionServiceName,
java.lang.Integer aintMajorVersion,
java.lang.Integer aintMinorVersion,
java.util.Date aeffectiveTargetDate)
Accepts the remote server location string along with the Decision Service name.
|
boolean |
setTestSubject(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI,
org.eclipse.emf.common.util.URI aURITestSubject)
Accepts the URI for either .ers or .erf file as Test Subject.
|
displayMessageBox, getIExceptionDialogDelegate, getLocale, getMessage, getMessage, getMessageBase, getMessageBoxDelegate, getPreferences, getScrollableMessageDelegate, getUserInterfaceInfoDelegate, setIExceptionDialogDelegate, setLocale, setMessageBoxDelegate, setPreferencesDelegate, setScrollableMessageDelegate, setUserInterfaceInfoDelegateboolean createTestsheet(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI, org.eclipse.emf.common.util.URI aURITestSubject)
aIRuletestTabFolderModelAPI - the RulestestTabFolderModelAPI that will have a new Testheet added toaURITestSubject - a file URI to either .ers or .erf fileboolean createTestsheet(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI, java.lang.String astrRemoteServerUri, java.lang.String astrDecisionServiceName)
aIRuletestTabFolderModelAPI - the RulestestTabFolderModelAPI that the TestSubject will be changedastrRemoteServerUri - the location of the remote serverastrDecisionServiceName - the name of the Decision Service to be called on the remote serverboolean setTestSubject(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI, org.eclipse.emf.common.util.URI aURITestSubject)
aIRuletestTabFolderModelAPI - the RulestestTabFolderModelAPI that the TestSubject will be changedaURITestSubject - a file URI to either .ers or .erf fileboolean setRemoteExecutionVariables(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI, java.lang.String astrRemoteServer, java.lang.String astrDecisionServiceName, java.lang.Integer aintMajorVersion, java.lang.Integer aintMinorVersion, java.util.Date aeffectiveTargetDate)
aIRuletestTabFolderModelAPI - the RulestestTabFolderModelAPI that the TestSubject will be changedastrRemoteServer - the location of the remote serverastrDecisionServiceName - the name of the Decision Service to be called on the remote serveraintMajorVersion - the major version of the Decision Service to be called on the remote serveraintMinorVersion - the minor version of the Decision Service to be called on the remote serveraeffectiveTargetDate - the effective target date of the Decision Service to be called on the remote serverboolean isValidTestSubject(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI, org.eclipse.emf.common.util.URI aURITestSubject)
aIRuletestTabFolderModelAPI - the RulestestTabFolderModelAPI to compare Vocabularies fromaURITestSubject - a file URI to either .ers or .erf fileboolean importTestsheetWithXMLSOAP(IRuletestTabFolderModelAPI aIRuletestTabFolderModelAPI, org.eclipse.emf.common.util.URI aURIImportFileSelected)
aIRuletestTabFolderModelAPI - the RulestestTabFolderModelAPI to compare Vocabularies fromaURIImportFileSelected - a file URI to .xml fileCopyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.