|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceException | |
---|---|
gate | This package contains the public interface to the GATE Java API. |
gate.corpora | |
gate.creole | |
gate.gui | |
gate.persist | |
gate.security | |
gate.util.persistence | |
gate.wordnet |
Uses of PersistenceException in gate |
---|
Methods in gate that throw PersistenceException | |
---|---|
LanguageResource |
DataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
boolean |
DataStore.canReadLR(Object lrID)
Checks if the user (identified by the sessionID) has read access to the LR |
boolean |
DataStore.canWriteLR(Object lrID)
Checks if the user (identified by the sessionID) has write access to the LR |
void |
DataStore.close()
Close the data store. |
void |
DataStore.create()
Create a new data store. |
static AccessController |
Factory.createAccessController(String jdbcURL)
Creates and opens a new AccessController (if not available in the pool). |
static DataStore |
Factory.createDataStore(String dataStoreClassName,
String storageUrl)
Create a new DataStore and open it. |
void |
DataStore.delete()
Delete the data store. |
void |
DataStore.delete(String lrClassName,
Object lrId)
Delete a resource from the data store. |
List |
DataStore.findLrIds(List constraints)
Get a list of LRs that satisfy some set or restrictions |
List |
DataStore.findLrIds(List constraints,
String lrType)
Get a list of LRs that satisfy some set or restrictions and are of a particular type |
LanguageResource |
DataStore.getLr(String lrClassName,
Object lrId)
Get a resource from the persistent store. |
List |
DataStore.getLrIds(String lrType)
Get a list of the IDs of LRs of a particular type that are present. |
String |
DataStore.getLrName(Object lrId)
Get the name of an LR from its ID. |
List |
DataStore.getLrNames(String lrType)
Get a list of the names of LRs of a particular type that are present. |
List |
DataStore.getLrTypes()
Get a list of the types of LR that are present in the data store. |
LanguageResource |
LanguageResource.getParent()
Returns the parent LR of this LR. |
SecurityInfo |
DataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
protected static DataStore |
Factory.instantiateDataStore(String dataStoreClassName,
String storageUrl)
Instantiate a DataStore (not open or created). |
boolean |
DataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
void |
DataStore.open()
Open a connection to the data store. |
static DataStore |
Factory.openDataStore(String dataStoreClassName,
String storageUrl)
Open an existing DataStore. |
void |
DataStore.setAutoSaving(boolean autoSaving)
Set method for the autosaving behaviour of the data store. |
void |
LanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
void |
LanguageResource.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
void |
DataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
void |
DataStore.setStorageUrl(String storageUrl)
Set the URL as string for the underlying storage mechanism. |
void |
LanguageResource.sync()
Save: synchonise the in-memory image of the LR with the persistent image. |
void |
DataStore.sync(LanguageResource lr)
Save: synchonise the in-memory image of the LR with the persistent image. |
void |
DataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
Uses of PersistenceException in gate.corpora |
---|
Methods in gate.corpora that throw PersistenceException | |
---|---|
LanguageResource |
DatabaseDocumentImpl.getParent()
Returns the parent LR of this LR. |
void |
DocumentImpl.setDataStore(DataStore dataStore)
|
void |
SerialCorpusImpl.setDataStore(DataStore dataStore)
|
void |
DatabaseDocumentImpl.setInitData__$$__(Object data)
|
void |
DatabaseDocumentImpl.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
Constructors in gate.corpora that throw PersistenceException | |
---|---|
DatabaseDocumentImpl(Connection conn)
|
Uses of PersistenceException in gate.creole |
---|
Methods in gate.creole that throw PersistenceException | |
---|---|
LanguageResource |
AbstractLanguageResource.getParent()
Returns the parent LR of this LR. |
void |
AbstractLanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
void |
AbstractLanguageResource.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
void |
AbstractLanguageResource.sync()
Save: synchonise the in-memory image of the LR with the persistent image. |
Uses of PersistenceException in gate.gui |
---|
Methods in gate.gui that throw PersistenceException | |
---|---|
static Session |
UserGroupEditor.login(AccessController ac,
Component parent)
|
Uses of PersistenceException in gate.persist |
---|
Methods in gate.persist that throw PersistenceException | |
---|---|
protected LanguageResource |
JDBCDataStore._adopt(LanguageResource lr,
SecurityInfo secInfo,
boolean openNewTrans)
|
protected void |
JDBCDataStore._sync(LanguageResource lr,
boolean openNewTrans)
Save: synchonise the in-memory image of the LR with the persistent image. |
protected void |
JDBCDataStore._syncAddedAnnotations(Document doc,
AnnotationSet as,
Collection changes)
helper for sync() - never call directly |
protected void |
JDBCDataStore._syncAnnotations(Document doc)
helper for sync() - never call directly |
protected void |
JDBCDataStore._syncAnnotationSets(Document doc,
Collection removedSets,
Collection addedSets)
helper for sync() - never call directly |
protected void |
JDBCDataStore._syncChangedAnnotations(Document doc,
AnnotationSet as,
Collection changes)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore._syncDocumentContent(Document doc)
helper for sync() - never call directly |
protected void |
OracleDataStore._syncDocumentContent(Document doc)
helper for sync() - never call directly |
protected void |
PostgresDataStore._syncDocumentContent(Document doc)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore._syncDocumentHeader(Document doc)
helper for sync() - never call directly |
protected void |
OracleDataStore._syncDocumentHeader(Document doc)
helper for sync() - never call directly |
protected void |
PostgresDataStore._syncDocumentHeader(Document doc)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore._syncFeatures(LanguageResource lr)
helper for sync() - never call directly |
protected void |
OracleDataStore._syncFeatures(LanguageResource lr)
helper for sync() - never call directly |
protected void |
PostgresDataStore._syncFeatures(LanguageResource lr)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore._syncLR(LanguageResource lr)
helper for sync() NEVER call directly |
protected void |
OracleDataStore._syncLR(LanguageResource lr)
helper for sync() NEVER call directly |
protected void |
PostgresDataStore._syncLR(LanguageResource lr)
helper for sync() NEVER call directly |
protected void |
JDBCDataStore._syncRemovedAnnotations(Document doc,
AnnotationSet as,
Collection changes)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore._syncRemovedDocumentsFromCorpus(List docLRIDs,
Long corpLRID)
helper for sync() - never call directly |
protected void |
OracleDataStore._syncRemovedDocumentsFromCorpus(List docLRIDs,
Long corpLRID)
helper for sync() - never call directly |
protected void |
PostgresDataStore._syncRemovedDocumentsFromCorpus(List docLRIDs,
Long corpLRID)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore.addDocumentToCorpus(Long docID,
Long corpID)
adds document to corpus in the database if the document is already part of the corpus nothing changes |
protected void |
OracleDataStore.addDocumentToCorpus(Long docID,
Long corpID)
adds document to corpus in the database if the document is already part of the corpus nothing changes |
protected void |
PostgresDataStore.addDocumentToCorpus(Long docID,
Long corpID)
adds document to corpus in the database if the document is already part of the corpus nothing changes |
LanguageResource |
JDBCDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
LanguageResource |
SerialDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
void |
DatabaseDataStore.beginTrans()
--- |
void |
JDBCDataStore.beginTrans()
starts a transaction note that if u're already in transaction context this will not open nested transaction i.e. many consecutive calls to beginTrans() make no difference if no commit/rollback is made meanwhile |
protected boolean |
JDBCDataStore.canAccessLR(Long lrID,
int mode)
Checks if the user (identified by the sessionID) has some access (read/write) to the LR |
protected boolean |
OracleDataStore.canAccessLR(Long lrID,
int mode)
Checks if the user (identified by the sessionID) has some access (read/write) to the LR |
protected boolean |
PostgresDataStore.canAccessLR(Long lrID,
int mode)
Checks if the user (identified by the sessionID) has some access (read/write) to the LR |
boolean |
JDBCDataStore.canReadLR(Object lrID)
Checks if the user (identified by the sessionID) has read access to the LR |
boolean |
SerialDataStore.canReadLR(Object lrID)
Checks if the user (identified by the sessionID) has read access to the LR |
boolean |
JDBCDataStore.canWriteLR(Object lrID)
Checks if the user (identified by the sessionID) has write access to the LR |
boolean |
SerialDataStore.canWriteLR(Object lrID)
Checks if the user (identified by the sessionID) has write access to the LR |
static void |
DBHelper.cleanup(ResultSet rs)
closes a result set note that Oracle jdbc classes do not have finalize() implementations so if they're not closed leaks may occur |
static void |
DBHelper.cleanup(Statement stmt)
closes a statement note that Oracle jdbc classes do not have finalize() implementations so if they're not closed leaks may occur |
void |
JDBCDataStore.close()
Close the data store. |
void |
OracleDataStore.close()
Close the data store. |
void |
SerialDataStore.close()
Close the data store. |
void |
DatabaseDataStore.commitTrans()
--- |
void |
JDBCDataStore.commitTrans()
commits transaction note that this will commit all the uncommited calls made so far |
void |
JDBCDataStore.create()
Create a new data store. |
void |
OracleDataStore.create()
Create a new data store. |
void |
SerialDataStore.create()
Create a new data store. |
protected abstract void |
JDBCDataStore.createAnnotationSet(Long lrID,
AnnotationSet aset)
|
protected void |
OracleDataStore.createAnnotationSet(Long lrID,
AnnotationSet aset)
creates an entry for annotation set in the database |
protected void |
PostgresDataStore.createAnnotationSet(Long lrID,
AnnotationSet aset)
creates an entry for annotation set in the database |
protected Corpus |
JDBCDataStore.createCorpus(Corpus corp,
SecurityInfo secInfo,
boolean newTransPerDocument)
creates a LR of type Corpus |
protected abstract Long |
JDBCDataStore.createDoc(Long _lrID,
URL _docURL,
String _docEncoding,
Long _docStartOffset,
Long _docEndOffset,
Boolean _docIsMarkupAware,
Long _corpusID)
|
protected Long |
OracleDataStore.createDoc(Long _lrID,
URL _docURL,
String _docEncoding,
Long _docStartOffset,
Long _docEndOffset,
Boolean _docIsMarkupAware,
Long _corpusID)
helper for adopt never call directly |
protected Long |
PostgresDataStore.createDoc(Long _lrID,
URL _docURL,
String _docEncoding,
Long _docStartOffset,
Long _docEndOffset,
Boolean _docIsMarkupAware,
Long _corpusID)
helper for adopt never call directly |
protected Document |
JDBCDataStore.createDocument(Document doc,
Long corpusID,
SecurityInfo secInfo)
helper for adopt creates a LR of type Document |
protected Document |
JDBCDataStore.createDocument(Document doc,
SecurityInfo secInfo)
helper for adopt creates a LR of type Document |
protected abstract void |
JDBCDataStore.createFeatures(Long entityID,
int entityType,
FeatureMap features)
|
protected void |
OracleDataStore.createFeatures(Long entityID,
int entityType,
FeatureMap features)
helper metod iterates a FeatureMap and creates all its features in the database |
protected void |
PostgresDataStore.createFeatures(Long entityID,
int entityType,
FeatureMap features)
helper metod iterates a FeatureMap and creates all its features in the database |
protected abstract void |
JDBCDataStore.createFeaturesBulk(Long entityID,
int entityType,
FeatureMap features)
|
protected void |
OracleDataStore.createFeaturesBulk(Long entityID,
int entityType,
FeatureMap features)
helper metod iterates a FeatureMap and creates all its features in the database since it uses Oracle VARRAYs the roundtrips between the client and the server are minimized make sure the two types STRING_ARRAY and INT_ARRAY have the same name in the PL/SQL files also when referencing the types always use the schema owner in upper case because the jdbc driver is buggy (see MetaLink note if u care) |
protected void |
PostgresDataStore.createFeaturesBulk(Long entityID,
int entityType,
FeatureMap features)
|
protected abstract Long |
JDBCDataStore.createLR(String lrType,
String lrName,
SecurityInfo si,
Long lrParentID)
|
protected Long |
OracleDataStore.createLR(String lrType,
String lrName,
SecurityInfo si,
Long lrParentID)
helper for adopt() never call directly |
protected Long |
PostgresDataStore.createLR(String lrType,
String lrName,
SecurityInfo si,
Long lrParentID)
helper for adopt() never call directly |
void |
JDBCDataStore.delete()
Delete the data store. |
void |
SerialDataStore.delete()
Delete the data store. |
void |
JDBCDataStore.delete(String lrClassName,
Object lrId)
Delete a resource from the data store. |
void |
SerialDataStore.delete(String lrClassName,
Object lrPersistenceId)
Delete a resource from the data store. |
protected abstract void |
JDBCDataStore.deleteCorpus(Long lrId)
helper method for delete() never call it directly beause proper events will not be fired |
protected void |
OracleDataStore.deleteCorpus(Long lrId)
helper method for delete() never call it directly beause proper events will not be fired |
protected void |
PostgresDataStore.deleteCorpus(Long lrId)
helper method for delete() never call it directly beause proper events will not be fired |
protected abstract void |
JDBCDataStore.deleteDocument(Long lrId)
helper method for delete() never call it directly beause proper events will not be fired |
protected void |
OracleDataStore.deleteDocument(Long lrId)
helper method for delete() never call it directly beause proper events will not be fired |
protected void |
PostgresDataStore.deleteDocument(Long lrId)
helper method for delete() never call it directly beause proper events will not be fired |
void |
DatabaseDataStore.deleteSince(Long timestamp)
--- |
void |
JDBCDataStore.deleteSince(Long timestamp)
not used |
static void |
DBHelper.disconnect(Connection conn)
disconnects from DB, may return connection to pool if such exists any uncommited transactions are rolled back |
static void |
DBHelper.disconnect(Connection conn,
boolean usePool)
disconnects from DB, may return connection to pool if such exists any uncommited transactions are rolled back |
List |
OracleDataStore.findDocIdsByAnn(List constraints,
int limitcount)
|
abstract List |
JDBCDataStore.findLrIds(List constraints)
Get a list of LRs that satisfy some set or restrictions |
List |
OracleDataStore.findLrIds(List constraints)
Get a list of LRs that satisfy some set or restrictions |
List |
PostgresDataStore.findLrIds(List constraints)
|
List |
SerialDataStore.findLrIds(List constraints)
Get a list of LRs that satisfy some set or restrictions |
abstract List |
JDBCDataStore.findLrIds(List constraints,
String lrType)
Get a list of LRs that satisfy some set or restrictions and are of a particular type |
List |
OracleDataStore.findLrIds(List constraints,
String lrType)
Get a list of LRs IDs that satisfy some set or restrictions and are of a particular type |
List |
PostgresDataStore.findLrIds(List constraints,
String lrType)
|
List |
SerialDataStore.findLrIds(List constraints,
String lrType)
Get a list of LRs that satisfy some set or restrictions and are of a particular type |
List |
OracleDataStore.findLrIds(List constraints,
String lrType,
List orderByConstraints,
int limitcount)
Get a list of LRs IDs that satisfy some set or restrictions and are of a particular type |
protected User |
JDBCDataStore.getLockingUser(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
protected User |
JDBCDataStore.getLockingUser(Long lrID)
Releases the exlusive lock on a resource from the persistent store. |
LanguageResource |
JDBCDataStore.getLr(String lrClassName,
Object lrPersistenceId)
Get a resource from the persistent store. |
LanguageResource |
SerialDataStore.getLr(String lrClassName,
Object lrPersistenceId)
Get a resource from the persistent store. |
List |
JDBCDataStore.getLrIds(String lrType)
Get a list of the IDs of LRs of a particular type that are present. |
List |
SerialDataStore.getLrIds(String lrType)
Get a list of the IDs of LRs of a particular type that are present. |
String |
JDBCDataStore.getLrName(Object lrId)
Get the name of an LR from its ID. |
List |
JDBCDataStore.getLrNames(String lrType)
Get a list of the names of LRs of a particular type that are present. |
List |
SerialDataStore.getLrNames(String lrType)
Get a list of the names of LRs of a particular type that are present. |
long |
OracleDataStore.getLrsCount(List constraints,
String lrType)
Return count of LRs which matches the constraints. |
List |
JDBCDataStore.getLrTypes()
Get a list of the types of LR that are present in the data store. |
List |
SerialDataStore.getLrTypes()
Get a list of the types of LR that are present in the data store. |
SecurityInfo |
JDBCDataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
SecurityInfo |
SerialDataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
boolean |
OracleDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
boolean |
PostgresDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
boolean |
SerialDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
void |
JDBCDataStore.open()
Open a connection to the data store. |
void |
OracleDataStore.open()
Open a connection to the data store. |
void |
SerialDataStore.open()
Open a connection to the data store. |
protected String |
JDBCDataStore.readDatabaseID()
reads the ID of the database every database should have unique string ID |
protected abstract FeatureMap |
JDBCDataStore.readFeatures(Long entityID,
int entityType)
reads the features of an entity entities are of type LR or Annotation |
protected FeatureMap |
OracleDataStore.readFeatures(Long entityID,
int entityType)
reads the features of an entity entities are of type LR or Annotation |
protected FeatureMap |
PostgresDataStore.readFeatures(Long entityID,
int entityType)
reads the features of an entity entities are of type LR or Annotation |
void |
DatabaseDataStore.rollbackTrans()
--- |
void |
JDBCDataStore.rollbackTrans()
rollsback a transaction |
void |
JDBCDataStore.setAutoSaving(boolean autoSaving)
Set method for the autosaving behaviour of the data store. |
void |
OracleDataStore.setAutoSaving(boolean autoSaving)
Set method for the autosaving behaviour of the data store. |
void |
OracleDataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
void |
PostgresDataStore.setSecurityInfo(LanguageResource parm1,
SecurityInfo parm2)
|
void |
SerialDataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
void |
JDBCDataStore.setStorageUrl(String storageUrl)
Set the URL for the underlying storage mechanism. |
void |
OracleDataStore.setStorageUrl(String storageUrl)
Set the URL for the underlying storage mechanism. |
void |
SerialDataStore.setStorageUrl(String urlString)
Set the URL for the underlying storage mechanism. |
void |
JDBCDataStore.sync(LanguageResource lr)
Save: synchonise the in-memory image of the LR with the persistent image. |
void |
SerialDataStore.sync(LanguageResource lr)
Save: synchonise the in-memory image of the LR with the persistent image. |
protected void |
JDBCDataStore.syncCorpus(Corpus corp)
helper for sync() - saves a Corpus in the database |
protected void |
JDBCDataStore.syncDocument(Document doc)
helper for sync() - saves a Document in the database |
Long |
DatabaseDataStore.timestamp()
--- |
Long |
JDBCDataStore.timestamp()
not used |
Long |
OracleDataStore.timestamp()
Gets a timestamp marker that will be used for all changes made in the database so that subsequent calls to deleteSince() could restore (partly) the database state as it was before the update. |
void |
OracleDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
void |
PostgresDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
void |
SerialDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
protected abstract void |
JDBCDataStore.updateDocumentContent(Long docID,
DocumentContent content)
|
protected void |
OracleDataStore.updateDocumentContent(Long docID,
DocumentContent content)
updates the content of the document if it is binary or a long string (that does not fit into VARCHAR2) |
protected void |
PostgresDataStore.updateDocumentContent(Long docID,
DocumentContent content)
updates the content of the document if it is binary or a long string (that does not fit into VARCHAR2) |
Constructors in gate.persist that throw PersistenceException | |
---|---|
SerialDataStore(String storageDirUrl)
Construction requires a file protocol URL pointing to the storage directory used for the serialised classes. |
Uses of PersistenceException in gate.security |
---|
Methods in gate.security that throw PersistenceException | |
---|---|
void |
Group.addUser(Long userID,
Session s)
--- |
void |
GroupImpl.addUser(Long userID,
Session s)
--- |
void |
Group.addUser(User usr,
Session s)
--- |
void |
GroupImpl.addUser(User usr,
Session s)
--- |
void |
AccessController.close()
--- |
void |
AccessControllerImpl.close()
--- |
Group |
AccessController.createGroup(String name,
Session s)
--- |
Group |
AccessControllerImpl.createGroup(String name,
Session s)
--- |
User |
AccessController.createUser(String name,
String passwd,
Session s)
--- |
User |
AccessControllerImpl.createUser(String name,
String passwd,
Session s)
--- |
void |
AccessController.deleteGroup(Group grp,
Session s)
--- |
void |
AccessControllerImpl.deleteGroup(Group grp,
Session s)
--- |
void |
AccessController.deleteGroup(Long id,
Session s)
--- |
void |
AccessControllerImpl.deleteGroup(Long id,
Session s)
--- |
void |
AccessController.deleteUser(Long id,
Session s)
--- |
void |
AccessControllerImpl.deleteUser(Long id,
Session s)
--- |
void |
AccessController.deleteUser(User usr,
Session s)
--- |
void |
AccessControllerImpl.deleteUser(User usr,
Session s)
--- |
Group |
AccessController.findGroup(Long id)
--- |
Group |
AccessControllerImpl.findGroup(Long id)
--- |
Group |
AccessController.findGroup(String name)
--- |
Group |
AccessControllerImpl.findGroup(String name)
--- |
User |
AccessController.findUser(Long id)
--- |
User |
AccessControllerImpl.findUser(Long id)
--- |
User |
AccessController.findUser(String name)
--- |
User |
AccessControllerImpl.findUser(String name)
--- |
List |
AccessController.listGroups()
-- |
List |
AccessControllerImpl.listGroups()
-- |
List |
AccessController.listUsers()
-- |
List |
AccessControllerImpl.listUsers()
-- |
Session |
AccessController.login(String usr_name,
String passwd,
Long prefGroupID)
--- |
Session |
AccessControllerImpl.login(String usr_name,
String passwd,
Long prefGroupID)
--- |
void |
AccessController.open()
--- |
void |
AccessControllerImpl.open()
--- |
void |
Group.removeUser(Long userID,
Session s)
--- |
void |
GroupImpl.removeUser(Long userID,
Session s)
--- |
void |
Group.removeUser(User usr,
Session s)
--- |
void |
GroupImpl.removeUser(User usr,
Session s)
--- |
void |
Group.setName(String newName,
Session s)
--- |
void |
GroupImpl.setName(String newName,
Session s)
--- |
void |
User.setName(String newName,
Session s)
changes user name Only members of the ADMIN group have sufficient privileges. |
void |
UserImpl.setName(String newName,
Session s)
changes user name Only members of the ADMIN group have sufficient privileges. |
void |
User.setPassword(String newPass,
Session s)
changes user password Only members of the ADMIN group and the user himself have sufficient privileges |
void |
UserImpl.setPassword(String newPass,
Session s)
changes user password Only members of the ADMIN group and the user himself have sufficient privileges |
Uses of PersistenceException in gate.util.persistence |
---|
Methods in gate.util.persistence that throw PersistenceException | |
---|---|
Object |
AnalyserRunningStrategyPersistence.createObject()
|
Object |
CollectionPersistence.createObject()
Creates a new object from the data contained. |
Object |
ConditionalControllerPersistence.createObject()
Creates a new object from the data contained. |
Object |
ControllerPersistence.createObject()
Creates a new object from the data contained. |
Object |
CorpusPersistence.createObject()
Creates a new object from the data contained. |
Object |
DSPersistence.createObject()
Creates a new object from the data contained. |
Object |
JDBCDSPersistence.createObject()
Creates a new object from the data contained. |
Object |
LRPersistence.createObject()
Creates a new object from the data contained. |
Object |
LanguageAnalyserPersistence.createObject()
Creates a new object from the data contained. |
Object |
MapPersistence.createObject()
Creates a new object from the data contained. |
Object |
PRPersistence.createObject()
Creates a new object from the data contained. |
Object |
Persistence.createObject()
Creates a new object from the data contained. |
Object |
PersistenceManager.SlashDevSlashNull.createObject()
Returns null |
Object |
PersistenceManager.URLHolder.createObject()
Creates a new object from the data contained. |
Object |
SerialAnalyserControllerPersistence.createObject()
Creates a new object from the data contained. |
void |
AnalyserRunningStrategyPersistence.extractDataFromSource(Object source)
|
void |
CollectionPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
ConditionalControllerPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
ControllerPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
CorpusPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
DSPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
JDBCDSPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
LRPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
LanguageAnalyserPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
MapPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
PRPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
Persistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
PersistenceManager.SlashDevSlashNull.extractDataFromSource(Object source)
Does nothing |
void |
PersistenceManager.URLHolder.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
void |
SerialAnalyserControllerPersistence.extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the original source object. |
static Object |
PersistenceManager.loadObjectFromFile(File file)
|
static Object |
PersistenceManager.loadObjectFromUrl(URL url)
|
static Class |
PersistenceManager.registerPersitentEquivalent(Class transientType,
Class persistentType)
Sets the persistent equivalent type to be used to (re)store a given type of transient objects. |
static void |
PersistenceManager.saveObjectToFile(Object obj,
File file)
|
Uses of PersistenceException in gate.wordnet |
---|
Methods in gate.wordnet that throw PersistenceException | |
---|---|
LanguageResource |
IndexFileWordNetImpl.getParent()
Returns the parent LR of this LR. |
void |
IndexFileWordNetImpl.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
void |
IndexFileWordNetImpl.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
void |
IndexFileWordNetImpl.sync()
Save: synchonise the in-memory image of the LR with the persistent image. |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |