| java.lang.Object org.apache.ws.scout.registry.LifeCycleManagerImpl
All known Subclasses: org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl,
Method Summary | |
public Association | createAssociation(RegistryObject targetObject, Concept associationType) | public Classification | createClassification(Concept concept) | public Classification | createClassification(ClassificationScheme scheme, InternationalString name, String value) | public Classification | createClassification(ClassificationScheme scheme, String name, String value) | public ClassificationScheme | createClassificationScheme(Concept concept) | public ClassificationScheme | createClassificationScheme(InternationalString name, InternationalString des) | public ClassificationScheme | createClassificationScheme(String name, String desc) | public Concept | createConcept(RegistryObject parent, InternationalString name, String value) | public Concept | createConcept(RegistryObject parent, String name, String value) | public EmailAddress | createEmailAddress(String address) | public EmailAddress | createEmailAddress(String address, String type) | public ExternalIdentifier | createExternalIdentifier(ClassificationScheme ids, InternationalString name, String value) | public ExternalIdentifier | createExternalIdentifier(ClassificationScheme ids, String name, String value) | public ExternalLink | createExternalLink(String uri, InternationalString desc) | public ExternalLink | createExternalLink(String uri, String desc) | public ExtrinsicObject | createExtrinsicObject(DataHandler repositoryItem) | public InternationalString | createInternationalString() | public InternationalString | createInternationalString(String value) | public InternationalString | createInternationalString(Locale locale, String value) | public Key | createKey(String id) | public LocalizedString | createLocalizedString(Locale locale, String value) | public LocalizedString | createLocalizedString(Locale locale, String value, String charsetName) | public Object | createObject(String interfaceName) | public Organization | createOrganization(InternationalString name) | public Organization | createOrganization(String name) | Organization | createOrganization(BusinessInfo info) | Organization | createOrganization(BusinessDetail detail) | public PersonName | createPersonName(String fullName) | public PersonName | createPersonName(String firstName, String middleName, String lastName) | public PostalAddress | createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) | public RegistryPackage | createRegistryPackage(InternationalString name) | public RegistryPackage | createRegistryPackage(String name) | public Service | createService(InternationalString name) | public Service | createService(String name) | Service | createService(ServiceInfo info) | public ServiceBinding | createServiceBinding() | public Slot | createSlot(String name, String value, String slotType) | public Slot | createSlot(String name, Collection<String> values, String slotType) | public SpecificationLink | createSpecificationLink() | public TelephoneNumber | createTelephoneNumber() | public User | createUser() | abstract public BulkResponse | deleteObjects(Collection<Key> keys, String objectType) Deletes one or more previously submitted objects from the registry
using the object keys and a specified objectType attribute. | public BulkResponse | deleteObjects(Collection<Key> keys) | public BulkResponse | deprecateObjects(Collection<Key> keys) | public RegistryService | getRegistryService() | abstract public BulkResponse | saveObjects(Collection objects) aves one or more Objects to the registry. | public BulkResponse | unDeprecateObjects(Collection<Key> keys) |
deleteObjects | abstract public BulkResponse deleteObjects(Collection<Key> keys, String objectType) throws JAXRException(Code) | | Deletes one or more previously submitted objects from the registry
using the object keys and a specified objectType attribute.
Parameters: keys - Parameters: objectType - throws: JAXRException - |
saveObjects | abstract public BulkResponse saveObjects(Collection objects) throws JAXRException(Code) | | aves 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
Parameters: objects - 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 - |
|
|