wt.clients.workflow.definer
Class WfAssignedActivityTemplateEditor

java.lang.Object
  extended bywt.clients.workflow.definer.WfNodeTemplateEditor
      extended bywt.clients.workflow.definer.WfTemplateObjectEditor
          extended bywt.clients.workflow.definer.WfAssignedActivityTemplateEditor
Direct Known Subclasses:
WfAdHocActivityTemplateEditor

public class WfAssignedActivityTemplateEditor
extends WfTemplateObjectEditor


Nested Class Summary
 
Nested classes inherited from class wt.clients.workflow.definer.WfNodeTemplateEditor
WfNodeTemplateEditor.RefreshThread
 
Field Summary
static String ACTIVITY
           
private static Hashtable counterMap
           
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
WfAssignedActivityTemplateEditor()
           
 
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()
           
(package private)  WfAssignedActivityTemplate newWfActivityTemplate()
           
 WfNodeTemplate newWfTemplate()
           
 void pasteCopyMap(Hashtable copy_map, WfContainerTemplateEditor process)
           
 void populateWfTemplate(WfNodeTemplate node)
           
 void saveWfTemplate()
          Saves the WfNodeTemplate this Editor references.
 
Methods inherited from class wt.clients.workflow.definer.WfTemplateObjectEditor
createMappings, deleteWfTemplate, getCategory, getContextSignature, getCopyMap, getProcessStepTemplateLink, getTransitionExpression, newWfTemplate, populateWfTemplate, 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

ACTIVITY

public static final String ACTIVITY
See Also:
Constant Field Values

counterMap

private static Hashtable counterMap

subtypes

private static Vector subtypes
Constructor Detail

WfAssignedActivityTemplateEditor

public WfAssignedActivityTemplateEditor()
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)

newWfTemplate

public WfNodeTemplate newWfTemplate()
Overrides:
newWfTemplate in class WfTemplateObjectEditor

newWfActivityTemplate

WfAssignedActivityTemplate newWfActivityTemplate()

populateWfTemplate

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

getComponent

public Component getComponent()
Overrides:
getComponent in class WfNodeTemplateEditor

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