wt.clients.workflow.definer
Class WfProxyTemplateEditor

java.lang.Object
  extended bywt.clients.workflow.definer.WfNodeTemplateEditor
      extended bywt.clients.workflow.definer.WfTemplateObjectEditor
          extended bywt.clients.workflow.definer.WfProxyTemplateEditor

public class WfProxyTemplateEditor
extends WfTemplateObjectEditor


Nested Class Summary
 
Nested classes inherited from class wt.clients.workflow.definer.WfNodeTemplateEditor
WfNodeTemplateEditor.RefreshThread
 
Field Summary
static String PROXY
           
private static Vector subtypes
           
private static String versionID
           
 
Fields inherited from class wt.clients.workflow.definer.WfTemplateObjectEditor
INSTRUCTIONS, PRIMARY_BUSINESS_OBJECT, processLink, transitionExpressions
 
Fields inherited from class wt.clients.workflow.definer.WfNodeTemplateEditor
batch, component, container, context_ref, createdOne, editable, graphNode, icon, model, name, node, propertyChange, refreshType, routerExpression, subtype, transaction
 
Constructor Summary
WfProxyTemplateEditor()
           
 
Method Summary
 Component getComponent()
           
static String getSubtypeCategory(String subtype)
           
static String getSubtypeHelp(String subtype)
           
static String getSubtypeIconName(String subtype)
           
static String getSubtypeName(String subtype)
           
static Vector getSubtypes()
           
static Class getWfTemplateClass()
           
 WfNodeTemplate newWfTemplate()
           
 WfNodeTemplate newWfTemplate(WfContainerTemplateEditor container)
           
 void pasteCopyMap(Hashtable copy_map, WfContainerTemplateEditor process)
           
 void populateWfTemplate(WfNodeTemplate node)
           
 void populateWfTemplate(WfNodeTemplate node, WfContainerTemplateEditor container)
           
 void saveWfTemplate()
          Saves the WfNodeTemplate this Editor references.
 
Methods inherited from class wt.clients.workflow.definer.WfTemplateObjectEditor
createMappings, deleteWfTemplate, getCategory, getContextSignature, getCopyMap, getProcessStepTemplateLink, getTransitionExpression, setProcessStepTemplateLink, setTransitionExpression, updateMappings
 
Methods inherited from class wt.clients.workflow.definer.WfNodeTemplateEditor
addPropertyChangeListener, computeContainerRef, getBatchContainer, getContainer, getContainerRef, getGraphModel, getGraphNode, getIconName, getName, getPosition, getRefreshType, getRouterExpression, getSubtype, getSuccessorLinks, getTransactionContainer, getWfTemplate, hasUnsavedChanges, isEditable, refreshAssertionTarget, removePropertyChangeListener, replaceWfTemplate, setBatchContainer, setComponent, setContainerRef, setEditable, setGraphModel, setGraphNode, setIconName, setName, setRouterExpression, setSubtype, setTransactionContainer, setWfTemplate, transactionSave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

PROXY

public static final String PROXY
See Also:
Constant Field Values

subtypes

private static Vector subtypes
Constructor Detail

WfProxyTemplateEditor

public WfProxyTemplateEditor()
Method Detail

getWfTemplateClass

public static Class getWfTemplateClass()

getSubtypes

public static Vector getSubtypes()

getSubtypeName

public static String getSubtypeName(String subtype)

getSubtypeIconName

public static String getSubtypeIconName(String subtype)

getSubtypeCategory

public static String getSubtypeCategory(String subtype)

getSubtypeHelp

public static String getSubtypeHelp(String subtype)

getComponent

public Component getComponent()
Overrides:
getComponent in class WfNodeTemplateEditor

newWfTemplate

public WfNodeTemplate newWfTemplate()
Overrides:
newWfTemplate in class WfTemplateObjectEditor

newWfTemplate

public WfNodeTemplate newWfTemplate(WfContainerTemplateEditor container)
Overrides:
newWfTemplate in class WfTemplateObjectEditor

populateWfTemplate

public void populateWfTemplate(WfNodeTemplate node)
Overrides:
populateWfTemplate in class WfTemplateObjectEditor

populateWfTemplate

public void populateWfTemplate(WfNodeTemplate node,
                               WfContainerTemplateEditor container)
Overrides:
populateWfTemplate in class WfTemplateObjectEditor

saveWfTemplate

public void saveWfTemplate()
                    throws WTException
Saves the WfNodeTemplate this Editor references.

Overrides:
saveWfTemplate in class WfTemplateObjectEditor
Throws:
WTException

pasteCopyMap

public void pasteCopyMap(Hashtable copy_map,
                         WfContainerTemplateEditor process)
                  throws WTException
Overrides:
pasteCopyMap in class WfTemplateObjectEditor
Throws:
WTException