|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.WcmOpenItemInfo
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 |
public static final int TYPE_LSP
public static final int TYPE_SP
Constructor Detail |
public WcmOpenItemInfo(int webAppId)
Method Detail |
public java.lang.String getBaseURL()
public void setBaseURL(java.lang.String baseURL)
baseURL
- public java.lang.String getLspUrlTemplate()
public void setLspUrlTemplate(java.lang.String urlTemplate)
urlTemplate
- public java.lang.String getSpUrlTemplate()
public void setSpUrlTemplate(java.lang.String urlTemplate)
urlTemplate
- public int getWebAppId()
public boolean isValid(int type)
public static java.lang.String processorTypeToString(int processorType)
public static java.lang.String appTypeToString(int appType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |