wt.clients.workflow.definer
Class WfContainerTemplateEditor

java.lang.Object
  extended bywt.clients.workflow.definer.WfNodeTemplateEditor
      extended bywt.clients.workflow.definer.WfTemplateObjectEditor
          extended bywt.clients.workflow.definer.WfContainerTemplateEditor
Direct Known Subclasses:
WfBlockTemplateEditor, WfProcessTemplateEditor

public class WfContainerTemplateEditor
extends WfTemplateObjectEditor


Nested Class Summary
 
Nested classes inherited from class wt.clients.workflow.definer.WfNodeTemplateEditor
WfNodeTemplateEditor.RefreshThread
 
Field Summary
(package private)  WfConnectorTemplate startTemplate
           
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
WfContainerTemplateEditor()
           
 
Method Summary
protected  WfNodeTemplatePanel getPropertiesComponent()
           
 WfNodeTemplate getStartWfTemplate()
           
 WfNodeTemplate newWfTemplate()
           
 WfNodeTemplate newWfTemplate(boolean create_start)
           
 void setStartWfTemplate(WfConnectorTemplate start_template)
           
 
Methods inherited from class wt.clients.workflow.definer.WfTemplateObjectEditor
createMappings, deleteWfTemplate, getCategory, getContextSignature, getCopyMap, getProcessStepTemplateLink, getTransitionExpression, newWfTemplate, pasteCopyMap, populateWfTemplate, populateWfTemplate, saveWfTemplate, setProcessStepTemplateLink, setTransitionExpression, updateMappings
 
Methods inherited from class wt.clients.workflow.definer.WfNodeTemplateEditor
addPropertyChangeListener, computeContainerRef, getBatchContainer, getComponent, 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

startTemplate

WfConnectorTemplate startTemplate
Constructor Detail

WfContainerTemplateEditor

public WfContainerTemplateEditor()
Method Detail

newWfTemplate

public WfNodeTemplate newWfTemplate(boolean create_start)

newWfTemplate

public WfNodeTemplate newWfTemplate()
Overrides:
newWfTemplate in class WfTemplateObjectEditor

setStartWfTemplate

public void setStartWfTemplate(WfConnectorTemplate start_template)

getStartWfTemplate

public WfNodeTemplate getStartWfTemplate()
                                  throws WTException
Throws:
WTException

getPropertiesComponent

protected WfNodeTemplatePanel getPropertiesComponent()