com.filenet.wcm.apps.server.util
Class WcmISParameter
java.lang.Object
com.filenet.wcm.apps.server.util.WcmISParameter
- public class WcmISParameter
- extends java.lang.Object
WcmParameter is a class containing static strings to be used when defining parameters
on a request. In addition, it provides some utility functions related to requested strings.
Find your use case below. If you can't find one that is suitable, please update
the list.
Request format examples:
1. Defining a Content Engine object:
?objectStoreId={GUID}&id={GUID}&objectType=document
2. Framework event:
?eventTarget=moduleName&eventName=MyEvent&....
Refer to the other various classes for explanations of usage of the constants defined here.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS_SERVER_NAME
public static final java.lang.String IS_SERVER_NAME
- See Also:
- Constant Field Values
WcmISParameter
public WcmISParameter()
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.