Uses of Interface
javax.xml.registry.infomodel.Association
Packages that use Association
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of Association in javax.xml.registry
Methods in javax.xml.registry that return AssociationModifier and TypeMethodDescriptionLifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType) Creates an Association instance using the specified parameters.Methods in javax.xml.registry with parameters of type AssociationModifier and TypeMethodDescriptionvoidBusinessLifeCycleManager.confirmAssociation(Association assoc) Confirms this Association by the User associated with the caller.voidBusinessLifeCycleManager.unConfirmAssociation(Association assoc) Undoes a previous confirmation of this Association by the User associated with the caller. -
Uses of Association in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type AssociationModifier and TypeMethodDescriptionvoidRegistryObject.addAssociation(Association association) Adds specified Association to use this object as source.voidRegistryObject.removeAssociation(Association association) Removes specified Association from this object.