|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.WcmAttachmentUtil
Constructor Summary | |
WcmAttachmentUtil()
|
Method Summary | |
static java.lang.String |
encodeUNC(java.lang.String str)
Deprecated. Use the encodeUNCPath method listed above |
static java.lang.String |
encodeUNCPath(java.lang.String unc)
Helper method that translates the slash characters in a UNC file path to forward slashes |
static java.lang.String |
getEntryWizardURL(com.filenet.wcm.toolkit.server.base.WcmUiModule uiModule,
java.lang.String objectStoreName,
java.lang.String vsId,
java.lang.String id,
java.lang.String objectType,
java.lang.String mimeType,
java.lang.String executeAddKey)
Return the required Url string for the Entry Wizard page. |
static java.lang.String |
getFormTemplateURL(com.filenet.wcm.toolkit.server.base.WcmUiModule uiModule,
java.lang.String objectStoreName,
java.lang.String vsId,
java.lang.String id,
java.lang.String objectType,
java.lang.String mode,
java.lang.String randomNumber)
Return the required Url string for get Form Template servlet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmAttachmentUtil()
Method Detail |
public static java.lang.String encodeUNCPath(java.lang.String unc)
unc
- String current UNC path text
public static java.lang.String encodeUNC(java.lang.String str)
str
- String current UNC path text
public static java.lang.String getEntryWizardURL(com.filenet.wcm.toolkit.server.base.WcmUiModule uiModule, java.lang.String objectStoreName, java.lang.String vsId, java.lang.String id, java.lang.String objectType, java.lang.String mimeType, java.lang.String executeAddKey) throws java.lang.Exception
uiModule
- WcmUiModule holding the ui module.objectStoreName
- String holding the object store namevsId
- String holding the version series idid
- String holding the object idobjectType
- String holding the object typemimeType
- String holding the object mime type.executeAddKey
- String hoding the attachment execute add key.
java.lang.Exception
public static java.lang.String getFormTemplateURL(com.filenet.wcm.toolkit.server.base.WcmUiModule uiModule, java.lang.String objectStoreName, java.lang.String vsId, java.lang.String id, java.lang.String objectType, java.lang.String mode, java.lang.String randomNumber) throws java.lang.Exception
uiModule
- WcmUiModule holding the current module.objectStoreName
- String holding the object store namevsId
- String holding the version series idid
- String holding the object idobjectType
- String holding the object typerandomNumber
- String to use as the new window id
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |