Java Doc for LifeCycleManagerImpl.java in  » Web-Services » XML-Registry-JAXR » org » apache » ws » scout » registry » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Services » XML Registry JAXR » org.apache.ws.scout.registry 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.ws.scout.registry.LifeCycleManagerImpl

All known Subclasses:   org.apache.ws.scout.registry.BusinessLifeCycleManagerImpl,
LifeCycleManagerImpl
abstract public class LifeCycleManagerImpl implements LifeCycleManager(Code)
Implements JAXR LifeCycleManager Interface For futher details, look into the JAXR API Javadoc.
author:
   Anil Saldhana
author:
   Geir Magnusson Jr.


Field Summary
final protected  RegistryServiceImplregistry
    

Constructor Summary
public  LifeCycleManagerImpl(RegistryService registry)
    

Method Summary
public  AssociationcreateAssociation(RegistryObject targetObject, Concept associationType)
    
public  ClassificationcreateClassification(Concept concept)
    
public  ClassificationcreateClassification(ClassificationScheme scheme, InternationalString name, String value)
    
public  ClassificationcreateClassification(ClassificationScheme scheme, String name, String value)
    
public  ClassificationSchemecreateClassificationScheme(Concept concept)
    
public  ClassificationSchemecreateClassificationScheme(InternationalString name, InternationalString des)
    
public  ClassificationSchemecreateClassificationScheme(String name, String desc)
    
public  ConceptcreateConcept(RegistryObject parent, InternationalString name, String value)
    
public  ConceptcreateConcept(RegistryObject parent, String name, String value)
    
public  EmailAddresscreateEmailAddress(String address)
    
public  EmailAddresscreateEmailAddress(String address, String type)
    
public  ExternalIdentifiercreateExternalIdentifier(ClassificationScheme ids, InternationalString name, String value)
    
public  ExternalIdentifiercreateExternalIdentifier(ClassificationScheme ids, String name, String value)
    
public  ExternalLinkcreateExternalLink(String uri, InternationalString desc)
    
public  ExternalLinkcreateExternalLink(String uri, String desc)
    
public  ExtrinsicObjectcreateExtrinsicObject(DataHandler repositoryItem)
    
public  InternationalStringcreateInternationalString()
    
public  InternationalStringcreateInternationalString(String value)
    
public  InternationalStringcreateInternationalString(Locale locale, String value)
    
public  KeycreateKey(String id)
    
public  LocalizedStringcreateLocalizedString(Locale locale, String value)
    
public  LocalizedStringcreateLocalizedString(Locale locale, String value, String charsetName)
    
public  ObjectcreateObject(String interfaceName)
    
public  OrganizationcreateOrganization(InternationalString name)
    
public  OrganizationcreateOrganization(String name)
    
 OrganizationcreateOrganization(BusinessInfo info)
    
 OrganizationcreateOrganization(BusinessDetail detail)
    
public  PersonNamecreatePersonName(String fullName)
    
public  PersonNamecreatePersonName(String firstName, String middleName, String lastName)
    
public  PostalAddresscreatePostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type)
    
public  RegistryPackagecreateRegistryPackage(InternationalString name)
    
public  RegistryPackagecreateRegistryPackage(String name)
    
public  ServicecreateService(InternationalString name)
    
public  ServicecreateService(String name)
    
 ServicecreateService(ServiceInfo info)
    
public  ServiceBindingcreateServiceBinding()
    
public  SlotcreateSlot(String name, String value, String slotType)
    
public  SlotcreateSlot(String name, Collection<String> values, String slotType)
    
public  SpecificationLinkcreateSpecificationLink()
    
public  TelephoneNumbercreateTelephoneNumber()
    
public  UsercreateUser()
    
abstract public  BulkResponsedeleteObjects(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  BulkResponsedeleteObjects(Collection<Key> keys)
    
public  BulkResponsedeprecateObjects(Collection<Key> keys)
    
public  RegistryServicegetRegistryService()
    
abstract public  BulkResponsesaveObjects(Collection objects)
     aves one or more Objects to the registry.
public  BulkResponseunDeprecateObjects(Collection<Key> keys)
    

Field Detail
registry
final protected RegistryServiceImpl registry(Code)




Constructor Detail
LifeCycleManagerImpl
public LifeCycleManagerImpl(RegistryService registry)(Code)




Method Detail
createAssociation
public Association createAssociation(RegistryObject targetObject, Concept associationType) throws JAXRException(Code)



createClassification
public Classification createClassification(Concept concept) throws JAXRException, InvalidRequestException(Code)



createClassification
public Classification createClassification(ClassificationScheme scheme, InternationalString name, String value) throws JAXRException(Code)



createClassification
public Classification createClassification(ClassificationScheme scheme, String name, String value) throws JAXRException(Code)



createClassificationScheme
public ClassificationScheme createClassificationScheme(Concept concept) throws JAXRException, InvalidRequestException(Code)



createClassificationScheme
public ClassificationScheme createClassificationScheme(InternationalString name, InternationalString des) throws JAXRException, InvalidRequestException(Code)



createClassificationScheme
public ClassificationScheme createClassificationScheme(String name, String desc) throws JAXRException, InvalidRequestException(Code)



createConcept
public Concept createConcept(RegistryObject parent, InternationalString name, String value) throws JAXRException(Code)



createConcept
public Concept createConcept(RegistryObject parent, String name, String value) throws JAXRException(Code)



createEmailAddress
public EmailAddress createEmailAddress(String address) throws JAXRException(Code)



createEmailAddress
public EmailAddress createEmailAddress(String address, String type) throws JAXRException(Code)



createExternalIdentifier
public ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, InternationalString name, String value) throws JAXRException(Code)



createExternalIdentifier
public ExternalIdentifier createExternalIdentifier(ClassificationScheme ids, String name, String value) throws JAXRException(Code)



createExternalLink
public ExternalLink createExternalLink(String uri, InternationalString desc) throws JAXRException(Code)



createExternalLink
public ExternalLink createExternalLink(String uri, String desc) throws JAXRException(Code)



createExtrinsicObject
public ExtrinsicObject createExtrinsicObject(DataHandler repositoryItem) throws JAXRException(Code)

Parameters:
  repositoryItem -
throws:
  JAXRException -



createInternationalString
public InternationalString createInternationalString() throws JAXRException(Code)



createInternationalString
public InternationalString createInternationalString(String value) throws JAXRException(Code)



createInternationalString
public InternationalString createInternationalString(Locale locale, String value) throws JAXRException(Code)



createKey
public Key createKey(String id)(Code)



createLocalizedString
public LocalizedString createLocalizedString(Locale locale, String value) throws JAXRException(Code)



createLocalizedString
public LocalizedString createLocalizedString(Locale locale, String value, String charsetName) throws JAXRException(Code)



createObject
public Object createObject(String interfaceName) throws JAXRException(Code)



createOrganization
public Organization createOrganization(InternationalString name) throws JAXRException(Code)



createOrganization
public Organization createOrganization(String name) throws JAXRException(Code)



createOrganization
Organization createOrganization(BusinessInfo info) throws JAXRException(Code)



createOrganization
Organization createOrganization(BusinessDetail detail) throws JAXRException(Code)



createPersonName
public PersonName createPersonName(String fullName) throws JAXRException(Code)



createPersonName
public PersonName createPersonName(String firstName, String middleName, String lastName) throws JAXRException(Code)



createPostalAddress
public PostalAddress createPostalAddress(String streetNumber, String street, String city, String stateOrProvince, String country, String postalCode, String type) throws JAXRException(Code)



createRegistryPackage
public RegistryPackage createRegistryPackage(InternationalString name) throws JAXRException(Code)



createRegistryPackage
public RegistryPackage createRegistryPackage(String name) throws JAXRException(Code)



createService
public Service createService(InternationalString name) throws JAXRException(Code)



createService
public Service createService(String name) throws JAXRException(Code)



createService
Service createService(ServiceInfo info) throws JAXRException(Code)



createServiceBinding
public ServiceBinding createServiceBinding() throws JAXRException(Code)



createSlot
public Slot createSlot(String name, String value, String slotType) throws JAXRException(Code)



createSlot
public Slot createSlot(String name, Collection<String> values, String slotType) throws JAXRException(Code)



createSpecificationLink
public SpecificationLink createSpecificationLink() throws JAXRException(Code)



createTelephoneNumber
public TelephoneNumber createTelephoneNumber() throws JAXRException(Code)



createUser
public User createUser() throws JAXRException(Code)



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 -



deleteObjects
public BulkResponse deleteObjects(Collection<Key> keys) throws JAXRException(Code)



deprecateObjects
public BulkResponse deprecateObjects(Collection<Key> keys) throws JAXRException(Code)



getRegistryService
public RegistryService getRegistryService()(Code)



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 -



unDeprecateObjects
public BulkResponse unDeprecateObjects(Collection<Key> keys) throws JAXRException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.