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

java.lang.Object
  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>

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, int totalCount, String nextPage)
           
ResponseInfoArray(T[] array, Map<String,Object> properties, int totalCount, URI nextPage)
           
 
Method Summary
 T[] array()
           
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.ResponseInfo
nextPage, totalCount
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.FilteredResource
properties, resource
 
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,
                         int totalCount,
                         String nextPage)

ResponseInfoArray

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

array

public T[] array()


Copyright © 2013. All Rights Reserved.