com.unboundid.scim.wink
Class AbstractBulkResource

java.lang.Object
  extended by com.unboundid.scim.wink.AbstractBulkResource
Direct Known Subclasses:
BulkResource, JSONBulkResource, XMLBulkResource

public class AbstractBulkResource
extends Object

This class is the base class for JAX-RS resources implementing the Bulk operation.


Constructor Summary
AbstractBulkResource(SCIMApplication application, ResourceStats bulkResourceStats, SCIMBackend backend)
          Create a new instance of the bulk resource.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBulkResource

public AbstractBulkResource(SCIMApplication application,
                            ResourceStats bulkResourceStats,
                            SCIMBackend backend)
Create a new instance of the bulk resource.

Parameters:
application - The SCIM JAX-RS application associated with this resource.
bulkResourceStats - The resource stats for the bulk operation end-point.
backend - The SCIMBackend to use to process individual operations within a bulk operation.


Copyright © 2011-2012 UnboundID. All Rights Reserved.