public class AsyncIdsToObjectsRequest extends AbstractAsyncDataModelRequest
| Modifier and Type | Field and Description |
|---|---|
private int |
_completedCount |
private static Debug |
_debug |
private ForeignObjectManager |
_foreignObjectManager |
private long[] |
_ids |
private SystemObject[] |
_objects |
private ArrayList<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 String |
getProperties() |
void |
objectComplete(long completeId) |
void |
setAsyncObjectRequestIds(ArrayList<Long> toBeRequestedObjectIds) |
void |
startProcessing() |
String |
toString() |
getDataModelenqueueTo, getAsyncRequestCompletion, setCompletionprivate static final Debug _debug
private final long[] _ids
private final SystemObject[] _objects
private ForeignObjectManager _foreignObjectManager
private int _completedCount
public AsyncIdsToObjectsRequest(DataModel dataModel, ForeignObjectManager foreignObjectManager, long[] ids)
public void startProcessing()
private String getProperties()
public SystemObject[] getObjects()
public long[] getIds()
public void setAsyncObjectRequestIds(ArrayList<Long> toBeRequestedObjectIds)
public void objectComplete(long completeId)
public void callAsyncCompletion()
callAsyncCompletion in interface AsyncRequestcallAsyncCompletion in class AbstractAsyncRequest