com.ibm.casemgmt.api.properties

Class ExternalDataModifications

  1. java.lang.Object
  2. extended bycom.ibm.casemgmt.api.properties.ExternalDataModifications

  1. public final class ExternalDataModifications
  2. extends java.lang.Object
Indicates what property settings have been modified by an external data service, if any.

Method Summary

Modifier and Type Method and Description
  1. boolean
isChoiceListModified()
Indicates if the choice list was modified by an external data service.
  1. boolean
isDisplayModeModified()
Indicates if the display mode was modified by an external data service.
  1. boolean
isHiddenModified()
Indicates if the hidden setting was modified by an external data service.
  1. boolean
isMaximumLengthModified()
Indicates if the maximum length setting was modified by an external data service.
  1. boolean
isMaximumValueModified()
Indicates if the maximum value setting was modified by an external data service.
  1. boolean
isMinimumValueModified()
Indicates if the minimum value setting was modified by an external data service.
  1. boolean
isRequiredModified()
Indicates if the required setting was modified by an external data service.
  1. boolean
isValueModified()
Indicates if the value was modified by an external data service.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

isDisplayModeModified

  1. public boolean isDisplayModeModified( )
Indicates if the display mode was modified by an external data service.

isRequiredModified

  1. public boolean isRequiredModified( )
Indicates if the required setting was modified by an external data service.

isHiddenModified

  1. public boolean isHiddenModified( )
Indicates if the hidden setting was modified by an external data service.

isMaximumValueModified

  1. public boolean isMaximumValueModified( )
Indicates if the maximum value setting was modified by an external data service.

isMinimumValueModified

  1. public boolean isMinimumValueModified( )
Indicates if the minimum value setting was modified by an external data service.

isMaximumLengthModified

  1. public boolean isMaximumLengthModified( )
Indicates if the maximum length setting was modified by an external data service.

isChoiceListModified

  1. public boolean isChoiceListModified( )
Indicates if the choice list was modified by an external data service.

isValueModified

  1. public boolean isValueModified( )
Indicates if the value was modified by an external data service.