| java.lang.Object org.apache.ws.scout.registry.LifeCycleManagerImpl org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl
saveObjects | public BulkResponse saveObjects(Collection col) throws JAXRException(Code) | | Saves one or more Objects to the registry. An object may be a
RegistryObject subclass instance. If an object is not in the registry,
it is created in the registry. If it already exists in the registry
and has been modified, then its state is updated (replaced) in the
registry
TODO:Check if juddi can provide a facility to store a collection of heterogenous
objects
TODO - does this belong here? it's really an overload of
LifecycleManager.saveObjects, but all the help we need
like saveOrganization() is up here...
Parameters: col - a BulkResponse containing the Collection of keys for those objectsthat were saved successfully and any SaveException that was encounteredin case of partial commit throws: JAXRException - |
Methods inherited from org.apache.ws.scout.registry.LifeCycleManagerImpl | public Association createAssociation(RegistryObject targetObject, Concept associationType) throws JAXRException(Code)(Java Doc) public Classification createClassification(Concept concept) throws JAXRException, InvalidRequestException(Code)(Java Doc) public Classification createClassification(ClassificationScheme scheme, InternationalString name, String value) throws JAXRException(Code)(Java Doc) public Classification createClassification(ClassificationScheme scheme, String name, String value) throws JAXRException(Code)(Java Doc) public ClassificationScheme createClassificationScheme(Concept concept) throws JAXRException, InvalidRequestException(Code)(Java Doc) public ClassificationScheme createClassificationScheme(InternationalString name, InternationalString des) throws JAXRException, InvalidRequestException(Code)(Java Doc) public ClassificationScheme createClassificationScheme(String name, String desc) throws JAXRException, InvalidRequestException(Code)(Java Doc) public Concept createConcept(RegistryObject parent, InternationalString name, String value) throws JAXRException(Code)(Java Doc) public Concept createConcept(RegistryObject parent, String name, String value) throws JAXRException(Code)(Java Doc) public EmailAddress createEmailAddress(String address) throws JAXRException(Code)(Java Doc) public EmailAddress createEmailAddress(String address, String type) throws JAXRException(Code)(Java Doc) public ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, InternationalString name, String value) throws JAXRException(Code)(Java Doc) public ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, String name, String value) throws JAXRException(Code)(Java Doc) public ExternalLink createExternalLink(String uri, InternationalString desc) throws JAXRException(Code)(Java Doc) public ExternalLink createExternalLink(String uri, String desc) throws JAXRException(Code)(Java Doc) public ExtrinsicObject createExtrinsicObject(DataHandler repositoryItem) throws JAXRException(Code)(Java Doc) public InternationalString createInternationalString() throws JAXRException(Code)(Java Doc) public InternationalString createInternationalString(String value) throws JAXRException(Code)(Java Doc) public InternationalString createInternationalString(Locale locale, String value) throws JAXRException(Code)(Java Doc) public Key createKey(String id)(Code)(Java Doc) public LocalizedString createLocalizedString(Locale locale, String value) throws JAXRException(Code)(Java Doc) public LocalizedString createLocalizedString(Locale locale, String value, String charsetName) throws JAXRException(Code)(Java Doc) public Object createObject(String interfaceName) throws JAXRException(Code)(Java Doc) public Organization createOrganization(InternationalString name) throws JAXRException(Code)(Java Doc) public Organization createOrganization(String name) throws JAXRException(Code)(Java Doc) Organization createOrganization(BusinessInfo info) throws JAXRException(Code)(Java Doc) Organization createOrganization(BusinessDetail detail) throws JAXRException(Code)(Java Doc) public PersonName createPersonName(String fullName) throws JAXRException(Code)(Java Doc) public PersonName createPersonName(String firstName, String middleName, String lastName) throws JAXRException(Code)(Java Doc) public PostalAddress createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) throws JAXRException(Code)(Java Doc) public RegistryPackage createRegistryPackage(InternationalString name) throws JAXRException(Code)(Java Doc) public RegistryPackage createRegistryPackage(String name) throws JAXRException(Code)(Java Doc) public Service createService(InternationalString name) throws JAXRException(Code)(Java Doc) public Service createService(String name) throws JAXRException(Code)(Java Doc) Service createService(ServiceInfo info) throws JAXRException(Code)(Java Doc) public ServiceBinding createServiceBinding() throws JAXRException(Code)(Java Doc) public Slot createSlot(String name, String value, String slotType) throws JAXRException(Code)(Java Doc) public Slot createSlot(String name, Collection<String> values, String slotType) throws JAXRException(Code)(Java Doc) public SpecificationLink createSpecificationLink() throws JAXRException(Code)(Java Doc) public TelephoneNumber createTelephoneNumber() throws JAXRException(Code)(Java Doc) public User createUser() throws JAXRException(Code)(Java Doc) abstract public BulkResponse deleteObjects(Collection<Key> keys, String objectType) throws JAXRException(Code)(Java Doc) public BulkResponse deleteObjects(Collection<Key> keys) throws JAXRException(Code)(Java Doc) public BulkResponse deprecateObjects(Collection<Key> keys) throws JAXRException(Code)(Java Doc) public RegistryService getRegistryService()(Code)(Java Doc) abstract public BulkResponse saveObjects(Collection objects) throws JAXRException(Code)(Java Doc) public BulkResponse unDeprecateObjects(Collection<Key> keys) throws JAXRException(Code)(Java Doc)
|
|
|