KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > LifeCycleManager

javax.xml.registry
Interface LifeCycleManager

All Known Subinterfaces:
BusinessLifeCycleManager
See Also:
Top Examples, Source Code

public static final String ASSOCIATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String AUDITABLE_EVENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String CLASSIFICATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String CLASSIFICATION_SCHEME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String CONCEPT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Association createAssociation(RegistryObject targetObject,
                                     Concept associationType)
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Classification createClassification(ClassificationScheme scheme,
                                           String name,
                                           String value)
                                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Classification createClassification(ClassificationScheme scheme,
                                           InternationalString name,
                                           String value)
                                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Classification createClassification(Concept concept)
                                    throws JAXRException,
                                           InvalidRequestException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ClassificationScheme createClassificationScheme(String name,
                                                       String description)
                                                throws JAXRException,
                                                       InvalidRequestException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ClassificationScheme createClassificationScheme(Concept concept)
                                                throws JAXRException,
                                                       InvalidRequestException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ClassificationScheme createClassificationScheme(InternationalString name,
                                                       InternationalString description)
                                                throws JAXRException,
                                                       InvalidRequestException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Concept createConcept(RegistryObject parent,
                             String name,
                             String value)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Concept createConcept(RegistryObject parent,
                             InternationalString name,
                             String value)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EmailAddress createEmailAddress(String address)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EmailAddress createEmailAddress(String address,
                                       String type)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExternalIdentifier createExternalIdentifier(ClassificationScheme identificationScheme,
                                                   String name,
                                                   String value)
                                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExternalIdentifier createExternalIdentifier(ClassificationScheme identificationScheme,
                                                   InternationalString name,
                                                   String value)
                                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExternalLink createExternalLink(String externalURI,
                                       String description)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExternalLink createExternalLink(String externalURI,
                                       InternationalString description)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExtrinsicObject createExtrinsicObject(DataHandler repositoryItem)
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InternationalString createInternationalString()
                                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InternationalString createInternationalString(String s)
                                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InternationalString createInternationalString(Locale l,
                                                     String s)
                                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Key createKey(String id)
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LocalizedString createLocalizedString(Locale l,
                                             String s)
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LocalizedString createLocalizedString(Locale l,
                                             String s,
                                             String charSetName)
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object createObject(String interfaceName)
                    throws JAXRException,
                           InvalidRequestException,
                           UnsupportedCapabilityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Organization createOrganization(String name)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Organization createOrganization(InternationalString name)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PersonName createPersonName(String fullName)
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PersonName createPersonName(String firstName,
                                   String middleName,
                                   String lastName)
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PostalAddress createPostalAddress(String streetNumber,
                                         String street,
                                         String city,
                                         String stateOrProvince,
                                         String country,
                                         String postalCode,
                                         String type)
                                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryPackage createRegistryPackage(String name)
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryPackage createRegistryPackage(InternationalString name)
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Service createService(String name)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Service createService(InternationalString name)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServiceBinding createServiceBinding()
                                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Slot createSlot(String name,
                       String value,
                       String slotType)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Slot createSlot(String name,
                       Collection values,
                       String slotType)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SpecificationLink createSpecificationLink()
                                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TelephoneNumber createTelephoneNumber()
                                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public User createUser()
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse deleteObjects(Collection keys)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse deleteObjects(Collection keys,
                                  String objectType)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse deprecateObjects(Collection keys)
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String EMAIL_ADDRESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String EXTERNAL_IDENTIFIER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String EXTERNAL_LINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String EXTRINSIC_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryService getRegistryService()
                                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String INTERNATIONAL_STRING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String KEY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String LOCALIZED_STRING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String ORGANIZATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String PERSON_NAME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String POSTAL_ADDRESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String REGISTRY_ENTRY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String REGISTRY_PACKAGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse saveObjects(Collection objects)
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SERVICE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SERVICE_BINDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SLOT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String SPECIFICATION_LINK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String TELEPHONE_NUMBER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BulkResponse unDeprecateObjects(Collection keys)
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String USER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String VERSIONABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags