Class ObjectProcessingRequest<O extends ObjectType>

All Implemented Interfaces:
AcknowledgementSink

public class ObjectProcessingRequest<O extends ObjectType> extends ContainerableProcessingRequest<O>
Request to process an object. It is a subtype of ContainerableProcessingRequest that provides more specific implementations of the methods like getItemOid() or getIterationItemInformation(). TODO Reconsider if this is a good idea. But it seems so: an alternative would be a lot of if-then-else commands in the method bodies.