com.ibm.casemgmt.api.properties
Class ExternalDataModifications
- java.lang.Object
com.ibm.casemgmt.api.properties.ExternalDataModifications
- public final class ExternalDataModifications
- extends java.lang.Object
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
isChoiceListModified()
Indicates if the choice list was modified by an external data service.
|
|
isDisplayModeModified()
Indicates if the display mode was modified by an external data service.
|
|
isHiddenModified()
Indicates if the hidden setting was modified by an external data service.
|
|
isMaximumLengthModified()
Indicates if the maximum length setting was modified by an external data service.
|
|
isMaximumValueModified()
Indicates if the maximum value setting was modified by an external data service.
|
|
isMinimumValueModified()
Indicates if the minimum value setting was modified by an external data service.
|
|
isRequiredModified()
Indicates if the required setting was modified by an external data service.
|
|
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
- public boolean isDisplayModeModified( )
Indicates if the display mode was modified by an external data service.
isRequiredModified
- public boolean isRequiredModified( )
Indicates if the required setting was modified by an external data service.
isHiddenModified
- public boolean isHiddenModified( )
Indicates if the hidden setting was modified by an external data service.
isMaximumValueModified
- public boolean isMaximumValueModified( )
Indicates if the maximum value setting was modified by an external data service.
isMinimumValueModified
- public boolean isMinimumValueModified( )
Indicates if the minimum value setting was modified by an external data service.
isMaximumLengthModified
- public boolean isMaximumLengthModified( )
Indicates if the maximum length setting was modified by an external data service.
isChoiceListModified
- public boolean isChoiceListModified( )
Indicates if the choice list was modified by an external data service.
isValueModified
- public boolean isValueModified( )
Indicates if the value was modified by an external data service.