public class AsyncIdsToObjectsRequest extends AbstractAsyncDataModelRequest
TBD RS dokumentieren.
Modifier and Type | Field and Description |
---|---|
private int |
_completedCount |
private static Debug |
_debug |
private ForeignObjectManager |
_foreignObjectManager |
private long[] |
_ids |
private SystemObject[] |
_objects |
private java.util.ArrayList<java.lang.Long> |
_toBeRequestedObjectIds |
Constructor and Description |
---|
AsyncIdsToObjectsRequest(DataModel dataModel,
ForeignObjectManager foreignObjectManager,
long[] ids) |
Modifier and Type | Method and Description |
---|---|
void |
callAsyncCompletion() |
long[] |
getIds() |
SystemObject[] |
getObjects() |
private java.lang.String |
getProperties() |
void |
objectComplete(long completeId) |
void |
setAsyncObjectRequestIds(java.util.ArrayList<java.lang.Long> toBeRequestedObjectIds) |
void |
startProcessing() |
java.lang.String |
toString() |
getDataModel
enqueueTo, getAsyncRequestCompletion, setCompletion
private static final Debug _debug
private final long[] _ids
private final SystemObject[] _objects
private ForeignObjectManager _foreignObjectManager
private java.util.ArrayList<java.lang.Long> _toBeRequestedObjectIds
private int _completedCount
public AsyncIdsToObjectsRequest(DataModel dataModel, ForeignObjectManager foreignObjectManager, long[] ids)
public void startProcessing()
private java.lang.String getProperties()
public SystemObject[] getObjects()
public long[] getIds()
public void setAsyncObjectRequestIds(java.util.ArrayList<java.lang.Long> toBeRequestedObjectIds)
public void objectComplete(long completeId)
public void callAsyncCompletion()
callAsyncCompletion
in interface AsyncRequest
callAsyncCompletion
in class AbstractAsyncRequest
public java.lang.String toString()
toString
in class java.lang.Object