public class ImportedDataCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SIMPLE_PARENT_MARKER |
| Constructor and Description |
|---|
ImportedDataCache() |
| Modifier and Type | Method and Description |
|---|---|
Storable |
deserialize(com.fasterxml.jackson.core.JsonParser p,
BigInteger sessionId)
Deserialize storable identified by 'id' treeNode.
|
ArrayList<Storable> |
getAll()
Populate and return array of all imported objects from importedDataCache.
|
Storable |
getById(BigInteger id) |
BigInteger |
getProjectId() |
ArrayList<Storable> |
getStorablesByClassName(String className)
Populate and return array of imported objects from importedDataCache for className parameter.
|
void |
put(BigInteger storableId,
Storable storable) |
void |
setProjectId(BigInteger projectId) |
public static final String SIMPLE_PARENT_MARKER
public Storable deserialize(com.fasterxml.jackson.core.JsonParser p, BigInteger sessionId) throws IOException
IOExceptionpublic Storable getById(BigInteger id)
public ArrayList<Storable> getStorablesByClassName(String className)
public void put(BigInteger storableId, Storable storable)
public ArrayList<Storable> getAll()
public BigInteger getProjectId()
public void setProjectId(BigInteger projectId)
Copyright © 2025. All rights reserved.