Uses of Interface
javax.xml.registry.infomodel.ExternalIdentifier

Packages that use ExternalIdentifier
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of ExternalIdentifier in javax.xml.registry
 

Methods in javax.xml.registry that return ExternalIdentifier
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)
          Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)
          Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.
 

Uses of ExternalIdentifier in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel with parameters of type ExternalIdentifier
 void RegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier)
          Adds specified ExternalIdentifier as an external identifier to this object.
 void RegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
          Removes specified ExternalIdentifier as an external identifier from this object.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.