Method Summary |
|
public static String | getWSWAction(WizardState ws) |
public static Boolean | getWSWCanBeConfigured(WizardState ws) |
public static IdentityPropertyContext | getWSWIdentityPropertyContext(WizardState ws) |
public static Instance | getWSWInstanceGWObject(WizardState ws) |
public static Instance | getWSWInstanceNLPObject(WizardState ws) |
public static String | getWSWInstanceName(WizardState ws) |
public static Instance | getWSWInstanceRWPObject(WizardState ws) |
public static String | getWSWProxyType(WizardState ws) |
public static SRAFileContext | getWSWSRAFileContext(WizardState ws) |
public static SRAPropertyContext | getWSWSRAPropertyContext(WizardState ws) |
public static void | setWSWAction(WizardState ws, String action) |
public static void | setWSWCanBeConfigured(WizardState ws, Boolean canBeConfigured) |
public static void | setWSWIdentityPropertyContext(WizardState ws, IdentityPropertyContext pc) |
public static void | setWSWInstanceGWObject(WizardState ws, Instance gwInstance) |
public static void | setWSWInstanceNLPObject(WizardState ws, Instance nlpInstance) |
public static void | setWSWInstanceName(WizardState ws, String instanceName) |
public static void | setWSWInstanceRWPObject(WizardState ws, Instance rwpInstance) |
public static void | setWSWProxyType(WizardState ws, String proxyType) |
public static void | setWSWSRAFileContext(WizardState ws, SRAFileContext fc) |
public static void | setWSWSRAPropertyContext(WizardState ws, SRAPropertyContext pc) |