public class CollectionItemOperations extends CollectionLiteralPartOperations
The following operations are supported:
Check Item Type| Modifier | Constructor and Description |
|---|---|
protected |
CollectionItemOperations() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
checkItemType(CollectionItem<C> collectionItem,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = item.type
|
public static <C> boolean checkItemType(CollectionItem<C> collectionItem, DiagnosticChain diagnostics, Map<Object,Object> context)
collectionItem - The receiving 'Collection Item' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2015 Open eHealth Foundation. All rights reserved.