wt.clients.lifecycle.administrator
Class CPhaseTemplate.Server

java.lang.Object
  extended bywt.clients.lifecycle.administrator.CPhaseTemplate.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
CPhaseTemplate

public static class CPhaseTemplate.Server
extends Object
implements RemoteAccess

Inner class that acts a lightweight service which executes methods on the server to reduce unnecessary client to server traffic and data transfer.


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CPhaseTemplate.Server()
           
 
Method Summary
static WfProcessTemplateMasterReference getWfTemplateMasterRef(String string)
          Legacy API - no contain in WTContext
static WfProcessTemplateMasterReference getWfTemplateMasterRef(String string, WTContainerRef context)
          New API taking WTContainerRef.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPhaseTemplate.Server

public CPhaseTemplate.Server()
Method Detail

getWfTemplateMasterRef

public static WfProcessTemplateMasterReference getWfTemplateMasterRef(String string)
                                                               throws WTException
Legacy API - no contain in WTContext

Throws:
WTException

getWfTemplateMasterRef

public static WfProcessTemplateMasterReference getWfTemplateMasterRef(String string,
                                                                      WTContainerRef context)
                                                               throws WTException
New API taking WTContainerRef.

Throws:
WTException