public interface IRuletestDialogAPI extends IDialogAPI
| Modifier and Type | Method and Description |
|---|---|
void |
createRuletest(IRuletestModelAPI aIRuletestModelAPI,
org.eclipse.emf.common.util.URI aURIRuletest,
java.lang.String astrRemoteServerName,
java.lang.String astrDecisionServiceName,
org.eclipse.emf.common.util.URI aURIVocabulary)
Create a new Ruletest Resource with the specified URIs using the specified API.
|
void |
createRuletest(IRuletestModelAPI aIRuletestModelAPI,
org.eclipse.emf.common.util.URI aURIRuletest,
java.lang.String astrRemoteServerUri,
java.lang.String astrDecisionServiceName,
org.eclipse.emf.common.util.URI aURIVocabulary,
java.lang.Integer aintMajorVersion,
java.lang.Integer aintMinorVersion,
java.util.Date adateEffectiveTargetDate)
Create a new Ruletest Resource with the specified URIs using the specified API.
|
void |
createRuletest(IRuletestModelAPI aIRuletestModelAPI,
org.eclipse.emf.common.util.URI aURIRuletest,
org.eclipse.emf.common.util.URI aURITestSubject)
Create a new Ruletest Resource with the specified URIs using the specified API.
|
displayMessageBox, getIExceptionDialogDelegate, getLocale, getMessage, getMessage, getMessageBase, getMessageBoxDelegate, getPreferences, getScrollableMessageDelegate, getUserInterfaceInfoDelegate, setIExceptionDialogDelegate, setLocale, setMessageBoxDelegate, setPreferencesDelegate, setScrollableMessageDelegate, setUserInterfaceInfoDelegatevoid createRuletest(IRuletestModelAPI aIRuletestModelAPI, org.eclipse.emf.common.util.URI aURIRuletest, org.eclipse.emf.common.util.URI aURITestSubject)
aIRuletestModelAPI - The RuletestModelAPI to use.aURIRuletest - New Ruletest URI.aURITestSubject - New Test Subject URI.void createRuletest(IRuletestModelAPI aIRuletestModelAPI, org.eclipse.emf.common.util.URI aURIRuletest, java.lang.String astrRemoteServerName, java.lang.String astrDecisionServiceName, org.eclipse.emf.common.util.URI aURIVocabulary)
aIRuletestModelAPI - The RuletestModelAPI to use.aURIRuletest - New Ruletest URI.astrRemoteServerName - Remote Server URL.astrDecisionServiceName - Decision Service Name to be used for remote execution.aURIVocabulary - The Vocabulary to be associated with this Ruletest.void createRuletest(IRuletestModelAPI aIRuletestModelAPI, org.eclipse.emf.common.util.URI aURIRuletest, java.lang.String astrRemoteServerUri, java.lang.String astrDecisionServiceName, org.eclipse.emf.common.util.URI aURIVocabulary, java.lang.Integer aintMajorVersion, java.lang.Integer aintMinorVersion, java.util.Date adateEffectiveTargetDate)
aIRuletestModelAPI - The RuletestModelAPI to use.aURIRuletest - New Ruletest URI.astrRemoteServerUri - Remote Server Uri.astrDecisionServiceName - Decision Service Name to be used for remote execution.aintMajorVersion - Decision Service Major Version to be used for remote execution.aintMinorVersion - Decision Service Minor Version to be used for remote execution.adateEffectiveTargetDate - Decision Service Effective Target Dtae to be used for remote execution.aURIVocabulary - The Vocabulary to be associated with this Ruletest.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.