Uses of Class
wt.workflow.definer.WfProxyTemplate

Packages that use WfProxyTemplate
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of WfProxyTemplate in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfProxyTemplate
static WfProxyTemplate WfProxyTemplate.newWfProxyTemplate()
          Deprecated. activities created with this constructor are placed in the classic container.
static WfProxyTemplate WfProxyTemplate.newWfProxyTemplate(WTContainerRef context_ref)
          

Supported API: false
private static WfProxyTemplate WfDefinitionHandler.validateProxyTemplate(WfProxyTemplate pt)
           
private static WfProxyTemplate WfDefinitionDefaultDelegate.validateProxyTemplate(WfProxyTemplate pt)
           
 WfProxyTemplate ProxyProcessDefinitionLink.getProxy()
          Gets the object for the association that plays role: PROXY_ROLE.
 

Methods in wt.workflow.definer with parameters of type WfProxyTemplate
protected  boolean WfProxyTemplate.readVersion(WfProxyTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  Vector WfProcessTemplate.getAllSubProcessActRoles(WfProxyTemplate proxy, Vector roleList)
           
private static String WfExportImportHandler.stringWfProxyTemplate(WfProxyTemplate template)
           
private static void WfDefinitionHandler.deleteProxyTemplate(WfProxyTemplate pt)
          Process the deletion of an WfProxyTemplate object.
private static WfProxyTemplate WfDefinitionHandler.validateProxyTemplate(WfProxyTemplate pt)
           
private static void WfDefinitionDefaultDelegate.deleteProxyTemplate(WfProxyTemplate pt)
          Process the deletion of an WfProxyTemplate object.
private static WfProxyTemplate WfDefinitionDefaultDelegate.validateProxyTemplate(WfProxyTemplate pt)
           
 void ProxyProcessDefinitionLink.setProxy(WfProxyTemplate proxy)
          Sets the object for the association that plays role: PROXY_ROLE.
static ProxyProcessDefinitionLink ProxyProcessDefinitionLink.newProxyProcessDefinitionLink(WfProxyTemplate proxy, WfProcessDefinition definition)
          Default factory for the class.