com.filenet.wcm.toolkit.server.util
Class WcmOpenItemInfo

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.WcmOpenItemInfo

public class WcmOpenItemInfo
extends java.lang.Object

This class provides information for the open item functionality.


Field Summary
static int TYPE_LSP
           
static int TYPE_SP
           
 
Constructor Summary
WcmOpenItemInfo(int webAppId)
          Constructor
 
Method Summary
static java.lang.String appTypeToString(int appType)
          Returns a string which is the ascii representation of the processor type, used when reading/writing XML.
 java.lang.String getBaseURL()
          Return the base URL
 java.lang.String getLspUrlTemplate()
          Return the LSP URL template
 java.lang.String getSpUrlTemplate()
          Return the SP URL template
 int getWebAppId()
          Return the web app id
 boolean isValid(int type)
          Return true if the item is valid
static java.lang.String processorTypeToString(int processorType)
          Returns a string which is the ascii representation of the processor type, used when reading/writing XML.
 void setBaseURL(java.lang.String baseURL)
          Set the base URL
 void setLspUrlTemplate(java.lang.String urlTemplate)
          Set the LSP URL template
 void setSpUrlTemplate(java.lang.String urlTemplate)
          Set the SP URL template
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_LSP

public static final int TYPE_LSP
See Also:
Constant Field Values

TYPE_SP

public static final int TYPE_SP
See Also:
Constant Field Values
Constructor Detail

WcmOpenItemInfo

public WcmOpenItemInfo(int webAppId)
Constructor

Method Detail

getBaseURL

public java.lang.String getBaseURL()
Return the base URL

Returns:
the base URL

setBaseURL

public void setBaseURL(java.lang.String baseURL)
Set the base URL

Parameters:
baseURL -

getLspUrlTemplate

public java.lang.String getLspUrlTemplate()
Return the LSP URL template

Returns:
the LSP URL template

setLspUrlTemplate

public void setLspUrlTemplate(java.lang.String urlTemplate)
Set the LSP URL template

Parameters:
urlTemplate -

getSpUrlTemplate

public java.lang.String getSpUrlTemplate()
Return the SP URL template

Returns:
the SP URL template

setSpUrlTemplate

public void setSpUrlTemplate(java.lang.String urlTemplate)
Set the SP URL template

Parameters:
urlTemplate -

getWebAppId

public int getWebAppId()
Return the web app id

Returns:
the web app id

isValid

public boolean isValid(int type)
Return true if the item is valid

Returns:
true if the item is valid

processorTypeToString

public static java.lang.String processorTypeToString(int processorType)
Returns a string which is the ascii representation of the processor type, used when reading/writing XML.


appTypeToString

public static java.lang.String appTypeToString(int appType)
Returns a string which is the ascii representation of the processor type, used when reading/writing XML.



© Copyright IBM Corp. 2002, 2007. All Rights Reserved.