|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatastoreException | |
---|---|
com.wm.app.tn.db | |
com.wm.app.tn.route |
Uses of DatastoreException in com.wm.app.tn.db |
---|
Methods in com.wm.app.tn.db that throw DatastoreException | |
---|---|
static boolean |
BizDocStore.acceptDocument(java.lang.String rec_id,
java.lang.String doc_id,
boolean err)
For internal use only |
static int |
BizDocStore.addAttributes(BizDocEnvelope doc,
java.lang.String[] attributeNames,
boolean overwrite)
Adds user attributes in the database on the supplied bizdoc. |
static void |
StatOperations.addStatistics(byte[] bytes,
java.lang.String statName)
|
static int |
BizDocStore.archiveDocuments(java.sql.Timestamp thresh)
For internal use only |
static boolean |
BizDocStore.changeRepeatByOne(BizDocEnvelope doc)
Change the repeat number on a document. |
static boolean |
BizDocStore.changeRepeatByOne(java.lang.String doc_id,
int repeatNum)
Change the repeat number on a document. |
static boolean |
BizDocStore.changeRepeatByOneForResubmission(BizDocEnvelope doc)
Change the repeat number on a document. |
static boolean |
BizDocStore.changeRepeatByOneForResubmission(java.lang.String doc_id,
int repeatNum)
Change the repeat number on a document. |
static int |
DeliveryOperations.changeServer(java.lang.String from,
java.lang.String to,
boolean includeFailed)
|
static boolean |
DeliveryOperations.changeService(java.lang.Object o,
int op)
|
static boolean |
BizDocStore.changeStatus(BizDocEnvelope doc,
java.lang.String sys,
java.lang.String usr)
Change the status on a document. |
static boolean |
BizDocStore.changeStatus(BizDocEnvelope doc,
java.lang.String sys,
java.lang.String usr,
java.lang.String dataType)
Change the status on a document. |
static boolean |
BizDocStore.changeStatus(java.lang.String doc_id,
java.lang.String sys,
java.lang.String usr)
Change the status on a document. |
static boolean |
BizDocStore.changeStatus(java.lang.String doc_id,
java.lang.String sys,
java.lang.String usr,
java.lang.String dbSource)
|
static void |
Datastore.checkAndLoadInitXML()
|
static int |
BizDocStore.checkUnique(int which,
java.lang.String internalId,
java.lang.String natId,
java.lang.String senderId,
java.lang.String otherId)
Check for uniqueness of documents. |
static int |
BizDocTypeStore.delete(java.lang.String typeId,
boolean delDocuments)
|
static int |
BizDocTypeStore.delete(java.lang.String typeId,
boolean delDocuments,
boolean delEvents)
|
static int |
BizDocStore.deleteDocuments(java.lang.String docId,
java.lang.String sysStatus,
java.lang.String userStatus,
java.lang.String docTypeId,
boolean delRelated)
For internal use only |
static int |
BizDocStore.deleteDocuments(java.sql.Timestamp thresh)
For internal use only |
static int |
BizDocStore.deleteEvents(EventQuery query)
Delete events from the table. |
static boolean |
DeliveryStore.deleteJob(java.lang.String job_id)
Remove a job from the database. |
static boolean |
DeliveryStore.deleteService(java.lang.String svc_nm)
Remove a service from the database. |
static int |
DeliveryStore.deleteServices(DeliveryServiceQuery query)
Delete services from the table via a query. |
static GuaranteedJob |
QueueOperations.dequeueJobWithTaskId(java.lang.String queue,
java.lang.String taskId)
Return the job with given job Id and status of 'QUEUED' on the specified virtual queue. |
static GuaranteedJob |
DeliveryStore.dequeueJobWithTaskId(java.lang.String queue,
java.lang.String taskId)
OTN-11671 Conceptually a job is same as task and these terms are used interchangeably Dequeues the job given by the argument taskId. |
static GuaranteedJob |
QueueOperations.dequeueOldestJob(java.lang.String queue)
Return the oldest job with status of 'QUEUED' on the specified virtual queue. |
static java.util.Vector |
QueueOperations.dequeueOldestJobs(java.lang.String queue,
int jobCount)
|
static boolean |
BizDocTypeStore.disable(java.lang.String id)
For internal use only |
static boolean |
BizDocAttributeStore.disable(java.lang.String id)
For internal use only |
static boolean |
BizDocStore.documentExists(java.lang.String docId)
Check for documents with the supplied webMethods doc ID |
static boolean |
BizDocTypeStore.documentsExist(java.lang.String typeId)
|
static boolean |
BizDocTypeStore.enable(java.lang.String id)
For internal use only |
static boolean |
BizDocAttributeStore.enable(java.lang.String id)
For internal use only |
static boolean |
BizDocTypeStore.eventsExist(java.lang.String typeId)
|
static java.util.ArrayList |
BizDocStore.executeQuery(java.lang.String query,
java.sql.Timestamp min_ts,
java.sql.Timestamp max_ts)
|
static void |
BizDocTypeStore.fillCache(boolean includeDeleted)
For internal use only |
static void |
BizDocAttributeStore.fillCache(boolean includeDeleted)
For internal use only |
static void |
DeliveryOperations.getActiveJobs(java.util.Hashtable cache,
java.lang.String serverId)
|
static GuaranteedJob |
DeliveryOperations.getAnyJob(java.lang.String jobId,
boolean content)
Returns the associated job |
static com.wm.data.IData |
BizDocStore.getComments(java.lang.String docId)
For internal use only |
static java.util.Vector |
BizDocStore.getDocInfo(java.lang.String documentId,
java.lang.String senderId,
java.lang.String receiverId)
Get webMethods internal document id, system status, user status of documents using the document id, sender id and receiver id Depending on the uniqueness criteria, there is a chance that this could return more than one row. |
static BizDocEnvelope |
BizDocStore.getDocument(java.sql.Connection conn,
java.lang.String docId,
boolean content)
|
static BizDocEnvelope |
BizDocStore.getDocument(java.sql.Connection conn,
java.lang.String docId,
boolean content,
java.lang.String archive)
|
static BizDocEnvelope |
BizDocStore.getDocument(java.sql.Connection conn,
java.lang.String docId,
boolean content,
java.lang.String[] includeParts,
java.lang.String[] excludeParts)
|
static BizDocEnvelope |
BizDocStore.getDocument(java.sql.Connection conn,
java.lang.String docId,
boolean content,
java.lang.String[] includeParts,
java.lang.String[] excludeParts,
java.lang.String archive)
|
static BizDocEnvelope |
BizDocStore.getDocument(java.lang.String docId,
boolean content)
Get a BizDoc by ID. |
static BizDocEnvelope |
BizDocStore.getDocument(java.lang.String docId,
boolean content,
java.lang.String archive)
|
static BizDocEnvelope |
BizDocStore.getDocument(java.lang.String docId,
boolean content,
java.lang.String[] includeParts,
java.lang.String[] excludeParts)
Get a BizDoc by ID. |
static BizDocEnvelope |
BizDocStore.getDocument(java.lang.String docId,
boolean content,
java.lang.String[] includeParts,
java.lang.String[] excludeParts,
java.lang.String archive)
|
static BizDocEnvelope[] |
BizDocStore.getDocuments(java.lang.String[] docIds,
boolean contents,
boolean attribs,
boolean errors)
|
static int |
DeliveryOperations.getJobIds(java.util.Vector ids,
java.lang.String serverId)
|
static int |
DeliveryOperations.getOtherJobs(java.util.Hashtable cache,
java.lang.String serverId,
boolean content)
Returns all the jobs not associated with the given serverId |
static com.wm.data.IData |
BizDocStore.getRelatedDocuments(java.lang.String docId,
java.lang.String groupId)
Look for related documents. |
static com.wm.data.IData |
BizDocStore.getRelatedDocuments(java.lang.String docId,
java.lang.String groupId,
java.lang.String ConvId)
Deprecated. as of Trading Networks 6.0, replaced by two-arg getRelatedDocuments |
static int |
DeliveryOperations.getServices(java.util.Hashtable cache)
|
static byte[] |
StatOperations.getStatistics(java.lang.String statName)
|
static java.lang.String[] |
BizDocStore.getUserStatus()
For internal use only |
static void |
Datastore.init(java.io.File srv_dir,
java.util.Locale loc)
For internal use only |
static void |
DeliveryStore.init(java.lang.String serverId,
boolean force)
Fills the cache of service definitions and outstanding jobs. |
static boolean |
BizDocAttributeStore.insert(BizDocAttribute a)
For internal use only |
static boolean |
BizDocTypeStore.insert(BizDocType t,
java.lang.String s)
For internal use only |
static boolean |
BizDocStore.insertContentPart(java.lang.String docId,
BizDocContentPart part)
Insert a BizDocContentPart into the datastore. |
static boolean |
BizDocStore.insertDocument(BizDocEnvelope doc,
boolean content)
Insert a BizDoc as new into the datastore. |
static boolean |
DeliveryStore.insertJob(GuaranteedJob j)
Insert a new delivery job into the database. |
static boolean |
DeliveryStore.insertService(DeliveryService s)
Insert a new service definition into the database. |
static java.util.Enumeration |
BizDocAttributeStore.listSystemAttributes()
|
static java.lang.String[] |
BizDocAttributeStore.listTypesForAttribute(java.lang.String a_id)
For internal use only |
static void |
NormalizeTimeStamp.normalizeTimestamps()
|
static java.lang.String[] |
BizDocStore.pollDocuments(java.lang.String rec_id)
For internal use only |
static java.lang.String[] |
BizDocStore.pollDocumentsForUser(java.lang.String username)
|
static com.wm.data.IData |
BizDocStore.queryDocuments(SimpleDocQuery query,
boolean agg,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold)
Get all BizDocs that satisfy a certain set of criteria. |
static com.wm.data.IData |
BizDocStore.queryDocuments(SimpleDocQuery query,
boolean agg,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold,
java.lang.String queryId)
Get all BizDocs that satisfy a certain set of criteria. |
static com.wm.data.IData |
BizDocStore.queryEvents(EventQuery query,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold)
Get event information. |
static com.wm.data.IData |
BizDocStore.queryEvents(EventQuery query,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold,
java.lang.String queryId)
Get event information. |
static com.wm.data.IData |
DeliveryStore.queryJobs(DeliveryJobQuery query,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold,
java.lang.String queryId)
Get job information via a query. |
static com.wm.data.IData |
DeliveryStore.queryServices(DeliveryServiceQuery query,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold,
java.lang.String queryId)
Get service information via a query. |
static com.wm.data.IData |
BizDocTypeStore.queryTypes(BDTypeQuery query,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold,
java.lang.String queryId)
TODO describe this method |
static java.lang.String[] |
BizDocTypeStore.queryTypes(java.lang.String searchStr)
Returns a list of the IDs of all the items based on the queryString. |
static java.lang.String[] |
BizDocTypeStore.queryTypes(java.lang.String searchStr,
boolean includeDeleted)
Returns a list of the IDs of all the items based on the queryString. |
static java.lang.String[] |
BizDocTypeStore.queryTypesWithDLS(java.lang.String searchStr,
boolean includeDeleted)
Returns a list of the IDs of all the items based on the queryString. |
static boolean |
BizDocStore.queueForDelivery(BizDocEnvelope doc)
For internal use only |
static boolean |
BizDocStore.queueForPolling(BizDocEnvelope doc)
For internal use only |
static int |
DeliveryOperations.reassign(java.lang.String from,
java.lang.String to)
|
static void |
DeliveryStore.refreshJobCache()
Refresh the job cache due to updates in the DB (useful when in a cluster). |
static void |
DeliveryStore.refreshServiceCache()
Refresh the service cache due to updates in the DB (useful when in a cluster). |
static boolean |
BizDocStore.relateDocuments(BizDocEnvelope from,
BizDocEnvelope to,
java.lang.String rel)
Related the two specified documents. |
static boolean |
BizDocStore.relateDocuments(java.lang.String from,
java.lang.String to,
java.lang.String rel)
Related the two specified documents. |
static boolean |
BizDocStore.replaceContentPart(java.lang.String docId,
BizDocContentPart part)
Replace a BizDocContentPart into the datastore. |
static BizDocContentPart |
BizDocStore.retrieveContentPart(java.lang.String docId,
java.lang.String partName)
Retrieve a BizDocContentPart from the datastore. |
static BizDocContentPart |
BizDocStore.retrieveContentPart(java.lang.String docId,
java.lang.String partName,
int partIndex)
Retrieve a BizDocContentPart from the datastore. |
static void |
DBConfigUtil.saveConfigsToDisk()
|
static void |
StatOperations.saveStatistics(byte[] bytes,
java.lang.String statName)
|
static boolean |
BizDocAttributeStore.setPersist(java.lang.String id,
boolean persist)
For internal use only |
static boolean |
BizDocAttributeStore.update(BizDocAttribute a)
For internal use only |
static boolean |
BizDocTypeStore.update(BizDocType t)
For internal use only |
static java.util.ArrayList<java.lang.String> |
NormalizeTimeStamp.updateActivityLog()
|
static int |
BizDocStore.updateAttributes(BizDocEnvelope doc)
Updates user attributes in the database on the supplied bizdoc. |
static java.util.ArrayList<java.lang.String> |
NormalizeTimeStamp.updateBizDoc()
|
static java.util.ArrayList<java.lang.String> |
NormalizeTimeStamp.updateBizDocAttributeDef()
|
static java.util.ArrayList<java.lang.String> |
NormalizeTimeStamp.updateBizDocTypeDef()
|
static boolean |
BizDocStore.updateComments(java.lang.String doc_id,
java.lang.String comment)
Update the comments on a document. |
static boolean |
BizDocStore.updateConversationID(BizDocEnvelope doc)
Update Conversation ID in the database on the supplied bizdoc. |
static java.util.ArrayList<java.lang.String> |
NormalizeTimeStamp.updateEDIStatus()
|
static java.util.ArrayList<java.lang.String> |
NormalizeTimeStamp.updateEDITracking()
|
static boolean |
DeliveryStore.updateJob(GuaranteedJob j)
Update a job in the database. |
static void |
ProfileUpdateOps.updatePartnerRouting(java.lang.String partnerID,
java.lang.String routingOff)
|
static boolean |
DeliveryStore.updateService(DeliveryService s)
Update a service in the database. |
static java.util.ArrayList<java.lang.String> |
BizDocStore.updateTimestamp(java.lang.String[] ids,
java.lang.String[] last_mod,
java.lang.String query)
|
static java.util.ArrayList<java.lang.String> |
BizDocStore.updateTimestamp(java.lang.String[] ids,
java.lang.String[] crt_time,
java.lang.String[] last_mod,
java.lang.String query)
|
Uses of DatastoreException in com.wm.app.tn.route |
---|
Methods in com.wm.app.tn.route that throw DatastoreException | |
---|---|
static boolean |
RoutingActions.persist(BizDocEnvelope doc,
java.lang.String uniq,
boolean fail)
Persists a document to the database. |
static boolean |
RoutingActions.persist(BizDocEnvelope doc,
java.lang.String uniq,
java.lang.String dupCheckSvc,
boolean fail)
Persists a document to the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |