Class AsyncIdsToObjectsRequest
java.lang.Object
de.bsvrz.puk.config.util.async.AbstractAsyncRequest
de.bsvrz.puk.config.util.async.AbstractAsyncDataModelRequest
de.bsvrz.puk.config.main.communication.async.AsyncIdsToObjectsRequest
- All Implemented Interfaces:
AsyncRequest
public class AsyncIdsToObjectsRequest extends AbstractAsyncDataModelRequest
-
Constructor Summary
Constructors Constructor Description AsyncIdsToObjectsRequest(de.bsvrz.dav.daf.main.config.DataModel dataModel, ForeignObjectManager foreignObjectManager, long[] ids) -
Method Summary
Modifier and Type Method Description voidcallAsyncCompletion()long[]getIds()de.bsvrz.dav.daf.main.config.SystemObject[]getObjects()voidobjectComplete(long completeId)voidsetAsyncObjectRequestIds(java.util.ArrayList<java.lang.Long> toBeRequestedObjectIds)voidstartProcessing()java.lang.StringtoString()Methods inherited from class de.bsvrz.puk.config.util.async.AbstractAsyncDataModelRequest
getDataModelMethods inherited from class de.bsvrz.puk.config.util.async.AbstractAsyncRequest
enqueueTo, getAsyncRequestCompletion, setCompletionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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(java.util.ArrayList<java.lang.Long> toBeRequestedObjectIds) -
objectComplete
public void objectComplete(long completeId) -
callAsyncCompletion
public void callAsyncCompletion()- Specified by:
callAsyncCompletionin interfaceAsyncRequest- Overrides:
callAsyncCompletionin classAbstractAsyncRequest
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-