com.filenet.wcm.apps.server.util
Class WcmISParameter

java.lang.Object
  extended bycom.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.


Field Summary
static java.lang.String IS_SERVER_NAME
           
 
Constructor Summary
WcmISParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_SERVER_NAME

public static final java.lang.String IS_SERVER_NAME
See Also:
Constant Field Values
Constructor Detail

WcmISParameter

public WcmISParameter()


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