|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RegistryException in com.sun.ebxml.registry |
Methods in com.sun.ebxml.registry that throw RegistryException | |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.submitObjects(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.rs.SubmitObjectsRequest req,
java.util.HashMap idToRepositoryItemMap)
Submits one or more RegistryObjects and one or more repository items. |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.approveObjects(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.rs.ApproveObjectsRequest req)
Approves one or more previously submitted objects |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.deprecateObjects(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.rs.DeprecateObjectsRequest req)
Deprecates one or more previously submitted objects |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.updateObjects(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.rs.UpdateObjectsRequest req,
java.util.HashMap idToRepositoryItemMap)
|
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.removeObjects(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.rs.RemoveObjectsRequest req)
Removes one or more previously submitted objects from the registry |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.addSlots(org.oasis.ebxml.registry.bindings.rs.AddSlotsRequest req)
Add slots to one or more registry entries. |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManager.removeSlots(org.oasis.ebxml.registry.bindings.rs.RemoveSlotsRequest req)
Remove specified slots from one or more registry entries. |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
QueryManager.submitAdhocQuery(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.query.AdhocQueryRequest req)
submitAdhocQuery |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
QueryManager.getContent(org.oasis.ebxml.registry.bindings.query.GetContentRequest req)
getContent |
org.oasis.ebxml.registry.bindings.rim.RegistryObjectType |
QueryManager.getRegistryObject(java.lang.String id)
getRegistryObject |
RepositoryItem |
QueryManager.getRepositoryItem(java.lang.String id)
getRepositoryItem |
Uses of RegistryException in com.sun.ebxml.registry.interfaces |
Methods in com.sun.ebxml.registry.interfaces that throw RegistryException | |
Response |
Request.process()
Processes the Request by dispatching it to a service in the registry. |
Uses of RegistryException in com.sun.ebxml.registry.lcm |
Subclasses of RegistryException in com.sun.ebxml.registry.lcm | |
class |
AssociateToDeprecatedRegistryEntryException
This exception will be thrown if registry client tries to associate a Registry Object with a deprecated RegistryEntry |
class |
DuplicateSlotsException
This exception will be thrown if there exists more than one Slot within a single AddSlotsRequest have the same name x |
class |
InvalidURLsException
The Exception that should be thrown when Http URLs of ExternalLink or ServiceBinding cannot be resolved |
class |
NonRegistryEntryFoundException
This exception will be thrown if non-registry entries can be found in ApproveObjectsRequest or DeprecateObjectsRequest |
class |
ObjectNotFoundException
The Exception that should be thrown when the RegistryObject of specified type cannot be found. |
class |
ObjectsNotFoundException
The Exception that should be thrown when the Registry Objects or repository items cannot be found. |
class |
ReferencedObjectNotFoundException
This exception will be thrown when Association/Classification/ClassificationNode /Organization is referencing a object that is - not specified by ObjectRef but the referenced object does not exist within the request - specified by ObjectRef but actually the object does not exist in Registry |
class |
ReferencesExistException
When deleting a RegistryObject, this exception will be thrown if there exists any objects that are referencing the RegistryObject to be deleted |
class |
RegistryObjectExistsException
This exception will be thrown if the RegistryObject already exist (i.e. |
class |
SlotNotExistException
This exception will be thrown if any of the slots of a parent within RemoveSlotsRequest does not exist |
class |
SlotsExistException
This exception will be thrown if some Slots for a RegistryObject already exist. |
class |
SlotsParentNotExistException
This exception will be thrown if the parent of the Slots does not exist when adding Slot. |
class |
UUIDNotUniqueException
This exception will be thrown if at least two Registry Objects within a SubmitObjectsRequest have the same UUID (no matter it is proper or improper) |
Methods in com.sun.ebxml.registry.lcm that throw RegistryException | |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
LifeCycleManagerImpl.submitObjects(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.rs.SubmitObjectsRequest req,
java.util.HashMap idToRepositoryItemMap)
Submits one or more RegistryObjects and one or more repository items. |
void |
LifeCycleManagerImpl.fixTemporaryIds(java.util.ArrayList objs,
java.util.HashMap idMap)
|
org.oasis.ebxml.registry.bindings.rim.LeafRegistryObjectList |
ContentIndexingManager.catalogContent(org.oasis.ebxml.registry.bindings.rim.ExtrinsicObjectType eo,
RepositoryItem originalContent)
Catalogs the content as described by ebXMl Registry V3 Content Cataloging feature. |
Uses of RegistryException in com.sun.ebxml.registry.lcm.quota |
Subclasses of RegistryException in com.sun.ebxml.registry.lcm.quota | |
class |
QuotaExceededException
|
Methods in com.sun.ebxml.registry.lcm.quota that throw RegistryException | |
void |
QuotaServiceImpl.checkQuota(java.lang.String userId)
|
Uses of RegistryException in com.sun.ebxml.registry.persistence |
Methods in com.sun.ebxml.registry.persistence that throw RegistryException | |
void |
PersistenceManager.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjects)
Does a bulk insert of a heterogeneous Collection of RegistrObjects. |
void |
PersistenceManager.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjects)
Does a bulk update of a heterogeneous Collection of RegistrObjects. |
void |
PersistenceManager.updateStatus(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjectsIds,
org.oasis.ebxml.registry.bindings.rim.types.StatusType status,
org.oasis.ebxml.registry.bindings.rs.RegistryErrorList el)
Update the status of specified objects to the specified status. |
void |
PersistenceManager.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjectsIds)
Does a bulk delete of a heterogeneous Collection of RegistrObjects. |
void |
PersistenceManager.addSlots(java.lang.String objectId,
java.util.ArrayList slots)
Adds specified slots to specified object. |
void |
PersistenceManager.removeSlots(java.lang.String objectId,
java.util.ArrayList slots)
Removes specified slots from specified object. |
java.util.ArrayList |
PersistenceManager.registryObjectsExist(java.util.ArrayList ids)
Returns ArrayList of ids of non-existent RegistryObject |
org.oasis.ebxml.registry.bindings.rim.RegistryObjectType |
PersistenceManager.getRegistryObject(java.lang.String id,
java.lang.String className)
Gets the specified object using specified id and className |
java.util.ArrayList |
PersistenceManager.executeSQLQuery(java.lang.String sqlQuery,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.lang.String tableName,
java.util.ArrayList objectRefs)
Executes and SQL query using specified parameters. |
java.util.HashMap |
PersistenceManager.getOwnersMap(java.util.ArrayList ids)
Get a HashMap with registry object id as key and owner id as value |
void |
PersistenceManagerImpl.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjects)
Does a bulk insert of a heterogeneous Collection of RegistrObjects. |
void |
PersistenceManagerImpl.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjects)
Does a bulk update of a heterogeneous Collection of RegistrObjects. |
void |
PersistenceManagerImpl.updateStatus(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjectsIds,
org.oasis.ebxml.registry.bindings.rim.types.StatusType status,
org.oasis.ebxml.registry.bindings.rs.RegistryErrorList el)
Update the status of specified objects to the specified status. |
void |
PersistenceManagerImpl.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjectIds)
Does a bulk delete of a heterogeneous Collection of RegistrObjects. |
void |
PersistenceManagerImpl.addSlots(java.lang.String objectId,
java.util.ArrayList slots)
Adds specified slots to specified object. |
void |
PersistenceManagerImpl.removeSlots(java.lang.String objectId,
java.util.ArrayList slots)
Removes specified slots from specified object. |
java.util.ArrayList |
PersistenceManagerImpl.registryObjectsExist(java.util.ArrayList ids)
Returns ArrayList of ids of non-existent RegistryObject |
org.oasis.ebxml.registry.bindings.rim.RegistryObjectType |
PersistenceManagerImpl.getRegistryObject(java.lang.String id,
java.lang.String className)
Gets the specified object using specified id and className |
java.util.ArrayList |
PersistenceManagerImpl.executeSQLQuery(java.lang.String sqlQuery,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.lang.String tableName,
java.util.ArrayList objectRefs)
Executes and SQL query using specified parameters. |
java.util.HashMap |
PersistenceManagerImpl.getOwnersMap(java.util.ArrayList ids)
Get a HashMap with registry object id as key and owner id as value |
static void |
PersistenceManagerImpl.main(java.lang.String[] args)
|
Uses of RegistryException in com.sun.ebxml.registry.persistence.rdb |
Methods in com.sun.ebxml.registry.persistence.rdb that throw RegistryException | |
void |
AuditableEventDAO.insert(java.sql.Statement stmt,
java.util.ArrayList auditableEvents)
Deprecated. |
void |
AuditableEventDAO.insert(java.sql.Connection conn,
java.util.ArrayList auditableEvents)
|
void |
AuditableEventDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
AuditableEventDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
SpecificationLinkDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList specLinks)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
SpecificationLinkDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList specLinks)
|
void |
SpecificationLinkDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList specLinks,
boolean checkExistence,
boolean checkAuthorization)
|
void |
SpecificationLinkDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjectIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
SpecificationLinkDAO.deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of objects for specified parentIds |
java.util.ArrayList |
SpecificationLinkDAO.getByParentId(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList objectRefs)
Gets objects for specified parentIds |
void |
SpecificationLinkDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
SpecificationLinkDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
ExtrinsicObjectDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ExtrinsicObjectDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects)
|
void |
ExtrinsicObjectDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extrinsicObjects,
boolean checkExistence,
boolean checkAuthorization)
Does a bulk update of ArrayList of extrinsicObjects. |
protected java.lang.String |
ExtrinsicObjectDAO.checkSpecLinkReferences(java.sql.Connection conn,
java.lang.String extObjectId)
|
void |
ExtrinsicObjectDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extObjectsIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
ExtrinsicObjectDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ExtrinsicObjectDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ExtrinsicObjectDAO.extrinsicObjectsExist(java.sql.Connection connection,
java.util.ArrayList objectsIds)
Deprecated. Originally it is used by SQLPersistenceManagerImpl. Now no methods use it. |
void |
ServiceBindingDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList serviceBindings)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ServiceBindingDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList serviceBindings)
|
void |
ServiceBindingDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList serviceBindings,
boolean checkExistence,
boolean checkAuthorization)
|
protected java.lang.String |
ServiceBindingDAO.checkServiceBindingReferences(java.sql.Connection conn,
java.lang.String serviceBindingId)
|
void |
ServiceBindingDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList serviceBindingsIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
ServiceBindingDAO.deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of objects for specified parentIds |
java.util.ArrayList |
ServiceBindingDAO.getByParentId(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList objectRefs)
Gets objects for specified parentIds |
void |
ServiceBindingDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ServiceBindingDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
AssociationDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList associations)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
AssociationDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList associations)
|
void |
AssociationDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList associations,
boolean checkExistence,
boolean checkAuthorization)
Does a buld update of ArrayList of Association. |
void |
AssociationDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
AssociationDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
InternationalStringDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.lang.String parentId,
org.oasis.ebxml.registry.bindings.rim.InternationalStringType is)
|
void |
InternationalStringDAO.deleteByParentIds(java.sql.Connection connection,
java.util.ArrayList parentIds)
|
void |
ExternalLinkDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extLinks)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ExternalLinkDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extLinks)
|
void |
ExternalLinkDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extLinks,
boolean checkExistence,
boolean checkAuthorization)
|
void |
ExternalLinkDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ExternalLinkDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
RegistryObjectDAO.generateAuditbleEvent(java.sql.Connection conn,
org.oasis.ebxml.registry.bindings.rim.RegistryObjectType roType,
java.lang.String eventType,
org.oasis.ebxml.registry.bindings.rim.User user)
Generate AuditabEvent |
void |
RegistryObjectDAO.generateAuditbleEvent(java.sql.Connection conn,
java.util.ArrayList ros,
java.lang.String eventType,
org.oasis.ebxml.registry.bindings.rim.User user)
Generate AuditabEvent |
protected java.lang.String |
RegistryObjectDAO.checkAssociationReferences(java.sql.Connection conn,
java.lang.String roId)
|
protected java.lang.String |
RegistryObjectDAO.checkClassificationReferences(java.sql.Connection conn,
java.lang.String roId)
|
protected void |
RegistryObjectDAO.checkReferences(java.sql.Connection conn,
java.lang.String roId)
|
java.lang.String |
RegistryObjectDAO.getObjectType(java.sql.Connection conn,
java.lang.String id,
java.lang.String tableName)
Get the objectType of a submitted object in persistence layer |
void |
RegistryObjectDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjects)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
RegistryObjectDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjects)
Does a bulk update of a Collection of objects that match the type for this persister. |
java.util.HashMap |
RegistryObjectDAO.sortIdsByObjectType(java.sql.Connection connection,
java.util.ArrayList registryObjectIds)
Sort registryObjectIds by their objectType. |
void |
RegistryObjectDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjectIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
boolean |
RegistryObjectDAO.registryObjectExist(java.sql.Connection conn,
java.lang.String id)
Return true if the RegistryObject exist |
boolean |
RegistryObjectDAO.registryObjectExist(java.sql.Connection conn,
java.lang.String id,
java.lang.String tableName)
Check whether the object exists in the specified table. |
java.util.ArrayList |
RegistryObjectDAO.registryObjectsExist(java.sql.Connection conn,
java.util.ArrayList ids)
Returns ArrayList of ids of non-existent RegistryObject. |
java.util.ArrayList |
RegistryObjectDAO.registryObjectsExist(java.sql.Connection conn,
java.util.ArrayList ids,
java.lang.String tableName)
Returns ArrayList of ids of non-existent RegistryObject. |
protected java.util.ArrayList |
RegistryObjectDAO.updateExistingObjects(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection conn,
java.util.ArrayList ros)
It is to update exisitng Registry Objects when any existing objects can be found within SubmitObjectsRequest. |
protected void |
RegistryObjectDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection conn,
java.util.ArrayList ros,
boolean checkExistence,
boolean checkAuthorization)
This should be overrided by subclass DAO. |
static java.util.ArrayList |
RegistryObjectDAO.getByIds(java.sql.Connection conn,
java.util.ArrayList ids,
boolean getComposedObjects)
|
void |
RegistryObjectDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
RegistryObjectDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
static org.oasis.ebxml.registry.bindings.rim.User |
RegistryObjectDAO.getOwner(java.sql.Connection connection,
java.lang.String objectId)
Get the User that is the owner for the object with specified objectId |
java.util.HashMap |
RegistryObjectDAO.getOwnersMap(java.sql.Connection connection,
java.util.ArrayList ids)
Get a HashMap with registry object id as key and owner id as value |
void |
UserDAO.insert(org.oasis.ebxml.registry.bindings.rim.User submittingUser,
java.sql.Connection connection,
java.util.ArrayList users)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
UserDAO.update(org.oasis.ebxml.registry.bindings.rim.User submittingUser,
java.sql.Connection connection,
java.util.ArrayList users)
|
void |
UserDAO.update(org.oasis.ebxml.registry.bindings.rim.User submittingUser,
java.sql.Connection connection,
java.util.ArrayList users,
boolean checkExistence,
boolean checkAuthorization)
|
protected java.lang.String |
UserDAO.checkOrganizationReferences(java.sql.Connection conn,
java.lang.String userId)
|
void |
UserDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList usersIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
UserDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
UserDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
RegistryPackageDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList pkgs)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
RegistryPackageDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList pkgs)
|
void |
RegistryPackageDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList pkgs,
boolean checkExistence,
boolean checkAuthorization)
|
void |
RegistryPackageDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
RegistryPackageDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
ClassificationSchemeDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList schemes)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ClassificationSchemeDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList schemes)
|
void |
ClassificationSchemeDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList schemes,
boolean checkExistence,
boolean checkAuthorization)
|
protected java.lang.String |
ClassificationSchemeDAO.checkClassificationReferences(java.sql.Connection conn,
java.lang.String schemeId)
|
protected java.lang.String |
ClassificationSchemeDAO.checkClassificationNodeReferences(java.sql.Connection conn,
java.lang.String schemeId)
|
protected java.lang.String |
ClassificationSchemeDAO.checkExternalIdentifierReferences(java.sql.Connection conn,
java.lang.String schemeId)
|
void |
ClassificationSchemeDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList schemesIds)
|
void |
ClassificationSchemeDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ClassificationSchemeDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
SlotDAO.slotsExist(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList slots)
Get the ArrayList of the names of a Slots that already exist in database |
void |
SlotDAO.insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList slots,
boolean parentInsert)
|
void |
SlotDAO.deleteByParentIds(java.sql.Connection connection,
java.util.ArrayList parentIds)
|
void |
SlotDAO.deleteByParentIdAndSlots(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList slots)
|
void |
OrganizationDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList orgs)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
OrganizationDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList orgs)
Handles update through UpdateObjectsRequest. |
void |
OrganizationDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList orgs,
boolean checkExistence,
boolean checkAuthorization)
|
protected java.lang.String |
OrganizationDAO.checkOrganizationReferences(java.sql.Connection conn,
java.lang.String orgId)
|
protected java.lang.String |
OrganizationDAO.checkUserReferences(java.sql.Connection conn,
java.lang.String orgId)
|
void |
OrganizationDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList orgsIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
OrganizationDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
OrganizationDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
PostalAddressDAO.insert(java.sql.Connection connection,
java.util.ArrayList registryObjects)
|
void |
PostalAddressDAO.insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList postalAddresss)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
PostalAddressDAO.update(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList postalAddresss)
Does a bulk update of a Collection of objects that match the type for this persister. |
void |
PostalAddressDAO.delete(java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
PostalAddressDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs)
|
void |
RegistryEntryDAO.updateStatus(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjectIds,
org.oasis.ebxml.registry.bindings.rim.types.StatusType status,
java.util.ArrayList statusUnchanged)
Update the status of specified objects (homogenous collection) to the specified status. |
void |
RegistryEntryDAO.updateStatusForHeterogeneousObjects(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjectsIds,
org.oasis.ebxml.registry.bindings.rim.types.StatusType status,
org.oasis.ebxml.registry.bindings.rs.RegistryErrorList el)
Update the status of specified objects (heterogeneous collection) to the specified status. |
void |
RegistryEntryDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
ServiceDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList services)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ServiceDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList services)
|
void |
ServiceDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList services,
boolean checkExistence,
boolean checkAuthorization)
Does a bulk delete of a ArrayList of Service. |
void |
ServiceDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList registryObjectIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
ServiceDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ServiceDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
UsageParameterDAO.insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList usageParams)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
UsageParameterDAO.delete(java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
UsageParameterDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs)
|
void |
EmailAddressDAO.insert(java.sql.Connection connection,
java.util.ArrayList users)
|
void |
EmailAddressDAO.insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList emailAddresss)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
EmailAddressDAO.update(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList emailAddresss)
Does a bulk update of a Collection of objects that match the type for this persister. |
void |
EmailAddressDAO.delete(java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
EmailAddressDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs)
|
void |
ExternalIdentifierDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extIds)
|
void |
ExternalIdentifierDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList extIds)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ExternalIdentifierDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList extIds)
|
void |
ExternalIdentifierDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList extIds)
Does a bulk update of a ArrayList of ExternalIdentifier. |
java.util.ArrayList |
ExternalIdentifierDAO.getByParentId(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList objectRefs)
Gets objects for specified parentIds |
void |
ExternalIdentifierDAO.deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of objects for specified parentIds |
void |
ExternalIdentifierDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ExternalIdentifierDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
ClassificationNodeDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList classificationNodes)
Does a bulk insert of a Collection of objects that match the type for this persister. |
java.lang.String |
ClassificationNodeDAO.generatePath(java.sql.Connection conn,
org.oasis.ebxml.registry.bindings.rim.ClassificationNodeType node)
Generate the path for the specified ClassificationNode. |
java.lang.String |
ClassificationNodeDAO.getPathForExistingObject(java.sql.Connection conn,
org.oasis.ebxml.registry.bindings.rim.ObjectRefType ref)
Get the path for a ClassificationNode or ClassificationScheme identified by an ObjectRefType (i.e. |
void |
ClassificationNodeDAO.deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of objects for specified parentIds |
void |
ClassificationNodeDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList classificationNodes)
|
void |
ClassificationNodeDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList classificationNodes,
boolean checkExistence,
boolean checkAuthorization)
Does a bulk update of a ArrayList of ClassificationNode. |
protected java.lang.String |
ClassificationNodeDAO.checkClassificationReferences(java.sql.Connection conn,
java.lang.String nodeId)
|
protected java.lang.String |
ClassificationNodeDAO.checkClassificationNodeReferences(java.sql.Connection conn,
java.lang.String nodeId)
|
void |
ClassificationNodeDAO.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList nodesIds)
|
void |
ClassificationNodeDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ClassificationNodeDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
ClassificationDAO.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList classifications)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
ClassificationDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList classifications)
|
void |
ClassificationDAO.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList classifications,
boolean checkExistence,
boolean checkAuthorization)
Does a bulk insert of a Collection of objects that match the type for this persister. |
java.util.ArrayList |
ClassificationDAO.getByParentId(java.sql.Connection connection,
java.lang.String parentId,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
Gets objects for specified parentIds |
void |
ClassificationDAO.deleteByParentIds(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of objects for specified parentIds |
void |
ClassificationDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
java.util.ArrayList |
ClassificationDAO.getLeafObjectList(java.sql.Connection conn,
java.sql.ResultSet rs,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.util.ArrayList objectRefs)
|
void |
TelephoneNumberDAO.insert(java.sql.Connection connection,
java.util.ArrayList registryObjects)
|
void |
TelephoneNumberDAO.insert(java.sql.Connection connection,
java.lang.String parentId,
java.util.ArrayList telephoneNumbers)
Does a bulk insert of a Collection of objects that match the type for this persister. |
void |
TelephoneNumberDAO.delete(java.sql.Connection connection,
java.util.ArrayList parentIds)
Does a bulk delete of a Collection of objects that match the type for this persister. |
void |
TelephoneNumberDAO.loadObjectFromResultSet(java.sql.Connection conn,
java.lang.Object obj,
java.sql.ResultSet rs)
|
void |
SQLPersistenceManagerImpl.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjects)
Does a bulk insert of a heterogeneous Collection of RegistrObjects. |
void |
SQLPersistenceManagerImpl.insert(org.oasis.ebxml.registry.bindings.rim.User user,
java.sql.Connection conn,
java.util.ArrayList registryObjects,
boolean doCommit)
Does a bulk insert of a heterogeneous Collection of RegistrObjects. |
void |
SQLPersistenceManagerImpl.update(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjects)
Does a bulk update of a heterogeneous Collection of RegistrObjects. |
void |
SQLPersistenceManagerImpl.updateStatus(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjectsIds,
org.oasis.ebxml.registry.bindings.rim.types.StatusType status,
org.oasis.ebxml.registry.bindings.rs.RegistryErrorList el)
Update the status of specified objects to the specified status. |
void |
SQLPersistenceManagerImpl.delete(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList registryObjectIds)
Does a bulk delete of a heterogeneous Collection of RegistrObjects. |
void |
SQLPersistenceManagerImpl.addSlots(java.lang.String objectId,
java.util.ArrayList slots)
Adds specified slots to specified object. |
void |
SQLPersistenceManagerImpl.removeSlots(java.lang.String objectId,
java.util.ArrayList slots)
Removes specified slots from specified object. |
java.util.ArrayList |
SQLPersistenceManagerImpl.executeSQLQuery(java.lang.String sqlQuery,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption,
java.lang.String tableName,
java.util.ArrayList objectRefs)
Executes an SQL Query. |
java.util.ArrayList |
SQLPersistenceManagerImpl.registryObjectsExist(java.util.ArrayList ids)
Returns ArrayList of ids of non-existent RegistryObject |
org.oasis.ebxml.registry.bindings.rim.RegistryObjectType |
SQLPersistenceManagerImpl.getRegistryObject(java.lang.String id,
java.lang.String className)
Gets the specified object using specified id and className |
java.util.HashMap |
SQLPersistenceManagerImpl.getOwnersMap(java.util.ArrayList ids)
Get a HashMap with registry object id as key and owner id as value |
Uses of RegistryException in com.sun.ebxml.registry.query |
Methods in com.sun.ebxml.registry.query that throw RegistryException | |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
QueryManagerImpl.submitAdhocQuery(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.query.AdhocQueryRequest req)
submitAdhocQuery |
org.oasis.ebxml.registry.bindings.rs.RegistryResponse |
QueryManagerImpl.getContent(org.oasis.ebxml.registry.bindings.query.GetContentRequest req)
getContent |
static org.oasis.ebxml.registry.bindings.rim.ClassificationNodeType |
QueryManagerImpl.getClassificationNode(java.lang.String pathPattern)
This method used by RegistryAttributeFinderModule |
org.oasis.ebxml.registry.bindings.rim.RegistryObjectType |
QueryManagerImpl.getRegistryObject(java.lang.String id)
This method is added for the REST |
RepositoryItem |
QueryManagerImpl.getRepositoryItem(java.lang.String id)
This method is added for the REST It returns the RepositroyItem give a UUID |
Uses of RegistryException in com.sun.ebxml.registry.query.filter |
Methods in com.sun.ebxml.registry.query.filter that throw RegistryException | |
protected void |
AssociationBranchProcessor.buildFilterClauses()
|
protected void |
AssociationBranchProcessor.buildQueryClauses()
|
protected void |
AssociationBranchProcessor.buildBranchClauses()
|
org.oasis.ebxml.registry.bindings.query.AdhocQueryResponse |
FilterQueryProcessor.executeQuery(org.oasis.ebxml.registry.bindings.rim.User user,
org.oasis.ebxml.registry.bindings.query.FilterQuery filterQueryRequest,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption)
|
protected void |
ClassifiedByBranchProcessor.buildFilterClauses()
|
protected void |
ClassifiedByBranchProcessor.buildQueryClauses()
|
protected void |
ClassifiedByBranchProcessor.buildBranchClauses()
|
protected void |
AssociationQueryProcessor.buildFilterClauses()
|
protected void |
AssociationQueryProcessor.buildQueryClauses()
|
protected void |
AssociationQueryProcessor.buildBranchClauses()
|
protected void |
RegistryEntryQueryProcessor.buildFilterClauses()
|
protected void |
RegistryEntryQueryProcessor.buildQueryClauses()
|
protected void |
RegistryEntryQueryProcessor.buildBranchClauses()
|
protected void |
ClassificationNodeQueryProcessor.buildFilterClauses()
|
protected void |
ClassificationNodeQueryProcessor.buildQueryClauses()
|
protected void |
ClassificationNodeQueryProcessor.buildBranchClauses()
|
protected void |
SpecificationLinkBranchProcessor.buildFilterClauses()
|
protected void |
SpecificationLinkBranchProcessor.buildQueryClauses()
|
protected void |
SpecificationLinkBranchProcessor.buildBranchClauses()
|
protected abstract void |
BranchProcessor.buildFilterClauses()
|
protected abstract void |
BranchProcessor.buildQueryClauses()
|
protected abstract void |
BranchProcessor.buildBranchClauses()
|
java.lang.String |
BranchProcessor.convertToSQL(java.lang.Object obj)
Convert the specified Object obj to an equivalent SQL query string. |
java.lang.String |
BranchProcessor.addWhereClause(java.lang.String whereClause,
java.lang.Object branch)
|
protected void |
RegistryObjectQueryProcessor.buildFilterClauses()
|
protected void |
RegistryObjectQueryProcessor.buildQueryClauses()
|
protected void |
RegistryObjectQueryProcessor.buildBranchClauses()
|
protected void |
ClassificationSchemeQueryProcessor.buildFilterClauses()
|
protected void |
ClassificationSchemeQueryProcessor.buildQueryClauses()
|
protected void |
ClassificationSchemeQueryProcessor.buildBranchClauses()
|
protected abstract void |
QueryProcessor.buildFilterClauses()
|
protected abstract void |
QueryProcessor.buildQueryClauses()
|
protected abstract void |
QueryProcessor.buildBranchClauses()
|
java.lang.String |
QueryProcessor.convertToSQL(java.lang.Object obj)
Convert the specified Object obj to an equivalent SQL query string. |
java.lang.String |
QueryProcessor.addWhereClause(java.lang.String whereClause,
java.lang.Object query)
|
protected void |
QueryProcessor.buildNativeWhereClause(org.oasis.ebxml.registry.bindings.query.FilterType nativeFilter)
|
protected void |
QueryProcessor.buildForeignWhereClause(org.oasis.ebxml.registry.bindings.query.FilterType foreignFilter)
|
java.lang.String |
SQLConverter.convertToSQL(java.lang.Object obj)
Convert the specified Object obj to an equivalent SQL query string. |
ClauseType |
FilterProcessor.getNewClause(org.oasis.ebxml.registry.bindings.query.FilterType filter)
|
java.lang.String |
FilterProcessor.convertToSQL(java.lang.Object obj)
|
java.lang.String |
FilterProcessor.addNativeWhereClause(java.lang.String whereClause,
org.oasis.ebxml.registry.bindings.query.FilterType nativeFilter)
|
java.lang.String |
FilterProcessor.addForeignWhereClause(java.lang.String whereClause,
org.oasis.ebxml.registry.bindings.query.FilterType foreignFilter)
|
protected void |
OrganizationQueryProcessor.buildFilterClauses()
|
protected void |
OrganizationQueryProcessor.buildQueryClauses()
|
protected void |
OrganizationQueryProcessor.buildBranchClauses()
|
protected void |
ServiceBindingBranchProcessor.buildFilterClauses()
|
protected void |
ServiceBindingBranchProcessor.buildQueryClauses()
|
protected void |
ServiceBindingBranchProcessor.buildBranchClauses()
|
protected void |
ServiceQueryProcessor.buildFilterClauses()
|
protected void |
ServiceQueryProcessor.buildQueryClauses()
|
protected void |
ServiceQueryProcessor.buildBranchClauses()
|
protected void |
SlotBranchProcessor.buildFilterClauses()
|
protected void |
SlotBranchProcessor.buildQueryClauses()
|
protected void |
SlotBranchProcessor.buildBranchClauses()
|
protected void |
InternationalStringBranchProcessor.buildFilterClauses()
|
protected void |
InternationalStringBranchProcessor.buildQueryClauses()
|
protected void |
InternationalStringBranchProcessor.buildBranchClauses()
|
protected void |
ExtrinsicObjectQueryProcessor.buildFilterClauses()
|
protected void |
ExtrinsicObjectQueryProcessor.buildQueryClauses()
|
protected void |
ExtrinsicObjectQueryProcessor.buildBranchClauses()
|
protected void |
UserBranchProcessor.buildFilterClauses()
|
protected void |
UserBranchProcessor.buildQueryClauses()
|
protected void |
UserBranchProcessor.buildBranchClauses()
|
protected void |
AuditableEventQueryProcessor.buildFilterClauses()
|
protected void |
AuditableEventQueryProcessor.buildQueryClauses()
|
protected void |
AuditableEventQueryProcessor.buildBranchClauses()
|
protected void |
RegistryPackageQueryProcessor.buildFilterClauses()
|
protected void |
RegistryPackageQueryProcessor.buildQueryClauses()
|
protected void |
RegistryPackageQueryProcessor.buildBranchClauses()
|
protected void |
ClassificationQueryProcessor.buildFilterClauses()
|
protected void |
ClassificationQueryProcessor.buildQueryClauses()
|
protected void |
ClassificationQueryProcessor.buildBranchClauses()
|
Uses of RegistryException in com.sun.ebxml.registry.query.sql |
Methods in com.sun.ebxml.registry.query.sql that throw RegistryException | |
org.oasis.ebxml.registry.bindings.query.AdhocQueryResponse |
SQLQueryProcessor.executeQuery(org.oasis.ebxml.registry.bindings.rim.User user,
java.lang.String sqlQuery,
org.oasis.ebxml.registry.bindings.query.ResponseOption responseOption)
|
Uses of RegistryException in com.sun.ebxml.registry.repository |
Methods in com.sun.ebxml.registry.repository that throw RegistryException | |
java.lang.String |
RepositoryManager.getRepositoryItemPath(java.lang.String id)
Gets the path for a RepositoryItem given its id. |
void |
RepositoryManager.insert(RepositoryItem item)
Insert the repository item. |
RepositoryItem |
RepositoryManager.getRepositoryItem(java.lang.String id)
Returns the RepositoryItem with the given unique ID. |
void |
RepositoryManager.delete(java.lang.String id)
Delete the repository item. |
void |
RepositoryManager.delete(java.util.ArrayList ids)
Delete multiple repository items. |
void |
RepositoryManager.update(RepositoryItem item)
Updates a RepositoryItem. |
java.util.ArrayList |
RepositoryManager.itemsExist(java.util.ArrayList ids)
Return a ArrayList of non-existent repository items |
long |
RepositoryManager.getItemSize(java.lang.String itemId)
Get the size of a repository item in bytes. |
long |
RepositoryManager.getItemsSize(java.util.ArrayList ids)
Get the total size an ArrayList of repository item in bytes. |
void |
AbstractRepositoryManager.delete(java.util.ArrayList ids)
Delete multiple repository items. |
void |
AbstractRepositoryManager.update(RepositoryItem item)
Updates a RepositoryItem. |
long |
AbstractRepositoryManager.getItemsSize(java.util.ArrayList ids)
Get the total size an ArrayList of repository item in bytes. |
Uses of RegistryException in com.sun.ebxml.registry.repository.filesystem |
Methods in com.sun.ebxml.registry.repository.filesystem that throw RegistryException | |
java.lang.String |
FileSystemRepositoryManager.getRepositoryItemPath(java.lang.String id)
Gets the path for a RepositoryItem given its id. |
void |
FileSystemRepositoryManager.insert(RepositoryItem item)
Insert the repository item. |
RepositoryItem |
FileSystemRepositoryManager.getRepositoryItem(java.lang.String id)
Returns the RepositoryItem with the given unique ID. |
void |
FileSystemRepositoryManager.delete(java.lang.String id)
Delete the repository item. |
java.util.ArrayList |
FileSystemRepositoryManager.itemsExist(java.util.ArrayList ids)
Return a ArrayList of non-existent repository items |
long |
FileSystemRepositoryManager.getItemSize(java.lang.String itemId)
Get the size of a repository item in bytes. |
Uses of RegistryException in com.sun.ebxml.registry.security |
Subclasses of RegistryException in com.sun.ebxml.registry.security | |
class |
OwnerNotFoundException
This Exception is thrown when searching a User by id fails to find a User. |
class |
UnauthorizedRequestException
This Exception is thrown when a User attempt a secure operation for which they are not authorized. |
class |
UnregisteredUserException
This Exception is thrown when an UnregisteredUser attempts a secure operation. |
class |
UserNotFoundException
This Exception is thrown when searching a User by id fails to find a User. |
class |
UserRegistrationException
This Exception is thrown when User regstration fails for some reason. |
Methods in com.sun.ebxml.registry.security that throw RegistryException | |
void |
SecurityUtil.signSOAPMessage(java.io.InputStream soapStream,
java.io.OutputStream signedSoapStream,
java.security.PrivateKey privateKey,
java.security.cert.Certificate[] certs,
java.lang.String signatureAlgo)
Sign the SOAP messasge |
void |
SecurityUtil.signPayload(javax.mail.internet.MimeMultipart mp,
java.lang.String id,
java.io.OutputStream payloadSigStream,
java.security.PrivateKey privateKey,
java.security.cert.Certificate cert,
java.lang.String signingAlgo)
Sign the payload, and the payload signature is put in the destination connected by the payloadSigStream parameter. |
org.apache.xml.security.signature.XMLSignature |
SecurityUtil.verifySOAPMessage(javax.xml.soap.SOAPMessage msg)
|
protected boolean |
SecurityUtil.verifyXMLSignature(org.apache.xml.security.signature.XMLSignature signature)
It expects the XMLSignature has been add ResourceResolver appropriately |
boolean |
SecurityUtil.verifyPayloadSignature(java.lang.String id,
javax.mail.internet.MimeMultipart multipart)
|
Uses of RegistryException in com.sun.ebxml.registry.security.authentication |
Methods in com.sun.ebxml.registry.security.authentication that throw RegistryException | |
java.security.KeyStore |
AuthenticationServiceImpl.getTrustAnchorsKeyStore()
|
java.security.KeyStore |
AuthenticationServiceImpl.getKeyStore()
Get the keystore whose path is specified by AuthenticationServiceImpl.getKeyStoreFileName() . |
java.security.PrivateKey |
AuthenticationServiceImpl.getPrivateKey(java.lang.String alias,
java.lang.String password)
|
java.security.cert.X509Certificate |
AuthenticationServiceImpl.getCertificate(java.lang.String alias)
|
java.security.cert.Certificate[] |
AuthenticationServiceImpl.getCertificateChain(java.lang.String alias)
|
java.lang.String |
AuthenticationServiceImpl.getKeyStoreFileName()
|
java.lang.String |
AuthenticationServiceImpl.getKeyStorePassword()
|
void |
AuthenticationServiceImpl.validateCertificate(org.apache.xml.security.signature.XMLSignature signature)
Check if the signatures CA is trusted by the registry. |
java.lang.String |
AuthenticationServiceImpl.getAliasFromUser(org.oasis.ebxml.registry.bindings.rim.User user)
Gets the alias within the KeyStore for a User |
java.security.cert.X509Certificate |
AuthenticationServiceImpl.getCertificateFromUser(org.oasis.ebxml.registry.bindings.rim.User user)
Gets the alias within the KeyStore for a User |
org.oasis.ebxml.registry.bindings.rim.User |
AuthenticationServiceImpl.getUserFromAlias(java.lang.String alias)
Gets the User that is associated with the KeyInfo provided within the XMLSignature signature. |
org.oasis.ebxml.registry.bindings.rim.User |
AuthenticationServiceImpl.getUserFromXMLSignature(org.apache.xml.security.signature.XMLSignature signature)
Gets the User that is associated with the KeyInfo provided within the XMLSignature signature. |
protected void |
AuthenticationServiceImpl.registerUserCertificate(java.lang.String userId,
org.apache.xml.security.signature.XMLSignature signature)
Add a certificate entry in the keystore. |
org.oasis.ebxml.registry.bindings.rim.User |
UserRegistrar.registerUser(org.apache.xml.security.signature.XMLSignature headerSignature,
org.oasis.ebxml.registry.bindings.rs.SubmitObjectsRequest req)
It will try to register the user if the certificate in a signed SubmitObjectsRequest is not yet in the keystore. |
Uses of RegistryException in com.sun.ebxml.registry.security.authorization |
Methods in com.sun.ebxml.registry.security.authorization that throw RegistryException | |
void |
AuthorizationServiceImpl.checkAuthorization(org.oasis.ebxml.registry.bindings.rim.User user,
java.util.ArrayList ids,
int requestType)
Check whether the user is authorised to make requests on the RegistryObjects |
void |
AuthorizationServiceImpl.checkAuthorizationV3(org.oasis.ebxml.registry.bindings.rim.User user,
java.lang.Object registryRequest)
Check if user is authorized to perform specified request using V3 specification. |
void |
AuthorizationServiceImpl.checkAuthorization(org.oasis.ebxml.registry.bindings.rim.User user,
java.lang.Object registryRequest)
Check if user is authorized to perform specified request. |
void |
AuthorizationServiceImpl.checkAuthorizationV2(org.oasis.ebxml.registry.bindings.rim.User user,
java.lang.Object registryRequest)
Check if user is authorized to perform specified request using V2 specification. |
boolean |
AuthorizationServiceImpl.isRegistryAdministrator(org.oasis.ebxml.registry.bindings.rim.User user)
|
java.util.Set |
RegistryAttributeFinderModule.getClassificationNodeIds(java.lang.Object obj,
java.lang.String schemeId)
Gets the Set of id STrings for all the nodes that classify the specified object within specified ClassificationScheme |
Uses of RegistryException in com.sun.ebxml.registry.util |
Subclasses of RegistryException in com.sun.ebxml.registry.util | |
class |
XalanVersionException
This exception is used when the system is using an outdated version of Xalan. |
Methods in com.sun.ebxml.registry.util that throw RegistryException | |
java.util.ArrayList |
Utility.validateURIs(java.util.ArrayList sourceRegistryObjects)
Return ArrayList of ExternalLink that points to unresolvable Http URLs. |
java.util.ArrayList |
BindingUtility.getRegistryObjectList(org.oasis.ebxml.registry.bindings.rim.LeafRegistryObjectListType objs)
Get ArrayList of RegistryObject except ObjectRef of LeafRegistryObjectList |
java.util.ArrayList |
BindingUtility.getObjectRefIds(org.oasis.ebxml.registry.bindings.rim.LeafRegistryObjectListType objs)
Get the ArrayList of id of ObjectRef of LeafRegistryObjectList Note: finally no class uses it at the moment |
java.lang.String |
BindingUtility.getObjectId(java.lang.Object obj)
Get the id from an object that could either an ObjectRef or RegistryObject |
void |
BindingUtility.setObjectId(java.lang.Object obj,
java.lang.String id)
Set the id for an object that could either an ObjectRef or RegistryObject |
java.lang.String |
BindingUtility.getRequestRootElement(java.io.InputStream request)
Gets trhe root element for a registry request |
java.lang.Object |
BindingUtility.getRequestObject(java.io.File file)
Gets the binding object representing the request from specufied XML file. |
java.lang.Object |
BindingUtility.getRequestObject(java.lang.String rootElement,
java.lang.String message)
|
java.lang.Object |
BindingUtility.getObjectFromRequest(org.oasis.ebxml.registry.bindings.rs.SubmitObjectsRequest registryRequest,
java.lang.String id)
Get the first-level RegistryObject by id from SubmitObjectsRequest. |
java.util.ArrayList |
BindingUtility.getIdsFromRequest(java.lang.Object registryRequest)
Get ArrayList of Id of first-level RegistryObject or ObjectRef in a request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |