org.eclipse.lyo.oslc4j.core.model
Class ResponseInfoArray<T>

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.core.model.AbstractResource
      extended by org.eclipse.lyo.oslc4j.core.model.FilteredResource<T>
          extended by org.eclipse.lyo.oslc4j.core.model.ResponseInfo<T[]>
              extended by org.eclipse.lyo.oslc4j.core.model.ResponseInfoArray<T>
All Implemented Interfaces:
IExtendedResource, IResource

public class ResponseInfoArray<T>
extends ResponseInfo<T[]>

Concrete ResponseInfo collection wrapper where resource are sent as an array


Constructor Summary
ResponseInfoArray(T[] array, Map<String,Object> properties, Integer totalCount, String nextPage)
           
ResponseInfoArray(T[] array, Map<String,Object> properties, Integer totalCount, URI nextPage)
           
 
Method Summary
 T[] array()
           
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.ResponseInfo
getContainer, nextPage, totalCount
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.FilteredResource
properties, resource
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseInfoArray

public ResponseInfoArray(T[] array,
                         Map<String,Object> properties,
                         Integer totalCount,
                         String nextPage)

ResponseInfoArray

public ResponseInfoArray(T[] array,
                         Map<String,Object> properties,
                         Integer totalCount,
                         URI nextPage)
Method Detail

array

public T[] array()


Copyright © 2014. All Rights Reserved.