Content Assembler API 2.1.2

com.endeca.content
Interface ContentItemList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface ContentItemList
extends java.util.List

A list of content items which includes two additional properties: the type of the items and the maximum number of content items allowed.

Content item lists are nested within properties.

Since:
2.0.0
Version:
2.0.0
See Also:
Property.getValue()

Method Summary
 int getMaxContentItems()
          Returns the maximum number of content items allowed for this list.
 java.lang.String getType()
          Returns the type for the content items in this list.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getType

java.lang.String getType()
Returns the type for the content items in this list.

Returns:
the type for the content items in this list.

getMaxContentItems

int getMaxContentItems()
Returns the maximum number of content items allowed for this list. Unlimited if set to "0".

Returns:
the maximum number of content items allowed for this list. Unlimited if set to "0".

Content Assembler API 2.1.2

Copyright © 2012 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Assembler API (ContentAssemblerAPIJava)
VERSION: 2.1.2
BUILD:   54DEV
ARCH_OS: n/a
DATE:    2012-02-16T20:28:44-0500