wt.clients.workflow.definer
Class Client

java.lang.Object
  extended bywt.clients.workflow.definer.Client

public class Client
extends Object


Constructor Summary
Client()
           
 
Method Summary
static IXBExpImpStatus exportObjects(WTContainerRef container, Vector objIds, ObjectExportParameters params)
           
static Hashtable getEnabledTemplates(WTContainerRef context_ref)
          Get all Process Templates.
static Object getTemplate(String name, WTContainerRef context_ref)
          Gets specified named template.
static Object getTemplateMaster(String name, WTContainerRef context_ref)
           
static Object getTemplateMaster(String name, WTContainerRef context_ref, boolean enabled)
          Gets specified named master template.
static Hashtable getTemplates(WTContainerRef context_ref)
          Get all Process Templates.
static IXBExpImpStatus importTemplates(WTContainerRef container, IXBStreamer ruleF, IXBStreamer dataF, Boolean overrideC, String guiId, Boolean isPreview, Boolean detailedLog, String actorName, IXBStreamer policyFile, IXBStreamer containerMappingFile, Locale locale)
           
static void setTemplateEnable(String name, Boolean enabled, WTContainerRef context_ref)
          Set the specified Enabled state for the specified named template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

getTemplates

public static Hashtable getTemplates(WTContainerRef context_ref)
Get all Process Templates.


getEnabledTemplates

public static Hashtable getEnabledTemplates(WTContainerRef context_ref)
Get all Process Templates.


getTemplate

public static Object getTemplate(String name,
                                 WTContainerRef context_ref)
                          throws WTException
Gets specified named template.

Throws:
WTException

getTemplateMaster

public static Object getTemplateMaster(String name,
                                       WTContainerRef context_ref,
                                       boolean enabled)
                                throws WTException
Gets specified named master template.

Throws:
WTException

getTemplateMaster

public static Object getTemplateMaster(String name,
                                       WTContainerRef context_ref)
                                throws WTException
Throws:
WTException

setTemplateEnable

public static void setTemplateEnable(String name,
                                     Boolean enabled,
                                     WTContainerRef context_ref)
                              throws WTException
Set the specified Enabled state for the specified named template.

Throws:
WTException

importTemplates

public static IXBExpImpStatus importTemplates(WTContainerRef container,
                                              IXBStreamer ruleF,
                                              IXBStreamer dataF,
                                              Boolean overrideC,
                                              String guiId,
                                              Boolean isPreview,
                                              Boolean detailedLog,
                                              String actorName,
                                              IXBStreamer policyFile,
                                              IXBStreamer containerMappingFile,
                                              Locale locale)
                                       throws WTException
Throws:
WTException

exportObjects

public static IXBExpImpStatus exportObjects(WTContainerRef container,
                                            Vector objIds,
                                            ObjectExportParameters params)
                                     throws WTException
Throws:
WTException