Uses of Interface
javax.xml.registry.infomodel.Association
-
Packages that use Association Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel 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 Association Modifier and Type Method Description AssociationLifeCycleManager. createAssociation(RegistryObject targetObject, Concept associationType)Creates an Association instance using the specified parameters.Methods in javax.xml.registry with parameters of type Association Modifier and Type Method Description voidBusinessLifeCycleManager. 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 Association Modifier and Type Method Description voidRegistryObject. addAssociation(Association association)Adds specified Association to use this object as source.voidRegistryObject. removeAssociation(Association association)Removes specified Association from this object.
-