List of Contributions

WENTAO LU

Contact Details

My Content

1 to 8 of 8 total
Posted By WENTAO LU Tue February 27, 2024 05:55 PM
Found In Egroup: Content Management and Capture
\ view thread
basically the concept is to use a unique filename (not necessary the name of the jar itself). Inside your plugin jar file, you will have such structure as below: /WebContent - yourplugin-1.0.0.css.jgz - yourplugin-1.0.0.js.jgz and in "yourplugin.java" public String getScript() ( return ...
Posted By WENTAO LU Tue February 27, 2024 12:05 PM
Found In Egroup: Content Management and Capture
\ view thread
You can use dojo build file to generate a jgz file for your plugin with version number in the file name. you can reference samples from here GitHub. ibm-content-navigator-samples/samplePlugin/build.xml at master · ibm-ecm/ibm-content-navigator-samples · GitHub ------------------------------ ...
Posted By WENTAO LU Fri February 09, 2024 05:12 PM
Found In Egroup: Content Management and Capture
\ view thread
Thanks. Actually, it seems no need to do a fetch. I tested below code and it works. sourceObj.get_ClassDescription().get_SymbolicName() We use getClassName() a lot, but fortunately this issue seems happened only on preprofessor, not on event action. ------------------------------ WENTAO LU ...
Posted By WENTAO LU Thu February 08, 2024 07:11 PM
Found In Egroup: Content Management and Capture
\ view thread
Hi, I am trying to get the document class name for the incoming document inside the pre-processor. (code snip as below). I expect "sourceObj.getClassName()" will return the class symbolic name. However, for some document classes, it return GUID instead. Any ideas? import com.filenet.api.action.Checkin; ...
Posted By WENTAO LU Wed August 26, 2020 01:41 AM
Found In Library: Content Management and Capture
Posted By WENTAO LU Wed August 26, 2020 01:41 AM
Found In Egroup: Content Management and Capture
\ view thread
I am testing dojo build on ICN 3.0.8, I noticed "failonerror" value in build.xml is different on the sample codes in UserColumnSettingsPlugin project, the value is false and in samplePlugin project the value is true. When to use which? i.e. in UserColumnSettingsPlugin the value is false ...
Posted By WENTAO LU Thu June 25, 2020 01:50 PM
Found In Egroup: Content Management and Capture
\ view thread
Thanks for response. I am wondering the anti-virus scanning may cause the delay, unfortunately i can't stop it. ------------------------------ WENTAO LU ------------------------------
Posted By WENTAO LU Fri June 12, 2020 03:16 PM
Found In Egroup: Content Management and Capture
\ view thread
We use ICN dojo build to minify/compress the plugin js code, when run "compress_js" task in build.xml, it takes more than 10 minutes, is this normal? or is there any way we can improve it? I run Eclipse on a laptop which has 4 cpu/16 RAM and SSD, i think it is powerful enough :-). Thanks ...