com.tibco.bpm.web.client.services.utils
Class Constants

java.lang.Object
  extended by com.tibco.bpm.web.client.services.utils.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String WORK_ITEM_AUTO_OPEN
          Org Entity Config Attribute value, this setting is used to determine if the next Work Item will be automatically opened by BRM when an item is completed.
static java.lang.String WORK_ITEM_AUTO_OPEN_WORKLIST_ID
          Org Entity Config Attribute value, this setting is used to determine which Work List ID is being used by the User This allows BRM to determine which Item to automatically Open if the WORK_ITEM_AUTO_OPEN flag is enabled.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORK_ITEM_AUTO_OPEN

public static final java.lang.String WORK_ITEM_AUTO_OPEN
Org Entity Config Attribute value, this setting is used to determine if the next Work Item will be automatically opened by BRM when an item is completed. This attribute should be set true or false

See Also:
Constant Field Values

WORK_ITEM_AUTO_OPEN_WORKLIST_ID

public static final java.lang.String WORK_ITEM_AUTO_OPEN_WORKLIST_ID
Org Entity Config Attribute value, this setting is used to determine which Work List ID is being used by the User This allows BRM to determine which Item to automatically Open if the WORK_ITEM_AUTO_OPEN flag is enabled. This attribute should be set to the ID of the Work List View being used or -1 for the main Work List. The value should also be set to -1 when the WORK_ITEM_AUTO_OPEN flag is set to false.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.