public interface IConfigTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(BaseData bd,
java.lang.String fldName,
int index) |
boolean |
canDelete(BaseData bd,
java.lang.String fldName,
int index) |
boolean |
canRead(BaseData bd,
java.lang.String fldName,
int index) |
boolean |
canWrite(BaseData bd,
java.lang.String fldName,
int index) |
void |
delete(java.lang.String keyID) |
void |
deleteMany(java.lang.String[] value) |
BaseData[] |
find(BaseData criterion) |
java.lang.String[] |
findAllKeys(BaseData criteria) |
BaseData[] |
findBidirUsers(java.lang.String key) |
BaseData |
findByKey(java.lang.String key) |
BaseData |
findByKeyEx(java.lang.String key,
boolean allFields) |
int |
findCount(BaseData criterion,
int maxRecords) |
BaseData[] |
findHiddenUsers(java.lang.String key) |
BaseData[] |
findManyByKey(java.lang.String[] keyIDs) |
void |
garbageCollect() |
BaseData |
get(java.lang.String key) |
BaseData[] |
getGroup(java.lang.String[] keys,
int mask) |
RDBBase[] |
getRecSetTimeRange(RecordSetID rsID,
long t1,
long t2,
int maxResults) |
boolean |
keyExists(java.lang.String key) |
void |
ping() |
java.lang.String |
put(BaseData val) |
void |
putMany(java.lang.Object[] vals) |
BaseData |
set(BaseData value) |
BaseData[] |
setMany(BaseData[] values) |
java.lang.String |
userName() |
java.lang.String |
userRoleName() |
BaseData get(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String put(BaseData val) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData[] find(BaseData criterion) throws java.rmi.RemoteException
java.rmi.RemoteException
void delete(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean canRead(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean canWrite(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
RDBBase[] getRecSetTimeRange(RecordSetID rsID, long t1, long t2, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException
void garbageCollect() throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData[] setMany(BaseData[] values) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String[] findAllKeys(BaseData criteria) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData findByKey(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData[] findManyByKey(java.lang.String[] keyIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
int findCount(BaseData criterion, int maxRecords) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String userName() throws java.rmi.RemoteException
java.rmi.RemoteException
void putMany(java.lang.Object[] vals) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData[] getGroup(java.lang.String[] keys, int mask) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteMany(java.lang.String[] value) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean canCreate(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String userRoleName() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean keyExists(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean canDelete(BaseData bd, java.lang.String fldName, int index) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData[] findBidirUsers(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData[] findHiddenUsers(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseData findByKeyEx(java.lang.String key, boolean allFields) throws java.rmi.RemoteException
java.rmi.RemoteException
void ping() throws java.rmi.RemoteException
java.rmi.RemoteException