public interface DataItemValidator
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(String itemId)
Check if the data item id is valid.
|
boolean isValid(String itemId)
itemId
- the item id to checktrue
if the item id is valid, false
otherwise