Class AsyncIdsToObjectsRequest

All Implemented Interfaces:
AsyncRequest

public class AsyncIdsToObjectsRequest extends AbstractAsyncDataModelRequest
  • Constructor Details

    • AsyncIdsToObjectsRequest

      public AsyncIdsToObjectsRequest(de.bsvrz.dav.daf.main.config.DataModel dataModel, ForeignObjectManager foreignObjectManager, long[] ids)
  • Method Details

    • startProcessing

      public void startProcessing()
    • getObjects

      public de.bsvrz.dav.daf.main.config.SystemObject[] getObjects()
    • getIds

      public long[] getIds()
    • setAsyncObjectRequestIds

      public void setAsyncObjectRequestIds(ArrayList<Long> toBeRequestedObjectIds)
    • objectComplete

      public void objectComplete(long completeId)
    • callAsyncCompletion

      public void callAsyncCompletion()
      Specified by:
      callAsyncCompletion in interface AsyncRequest
      Overrides:
      callAsyncCompletion in class AbstractAsyncRequest
    • toString

      public String toString()
      Overrides:
      toString in class Object