Java javax.xml.registry.infomodel RegistryObject fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel RegistryObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel RegistryObject.

The text is from its open source code.

Implementation

javax.xml.registry.infomodel.RegistryObject has the following implementations.
Click this link to see all its implementation.

Method

voidaddAssociation(Association association)
Adds specified Association to use this object as source.
voidaddSlots(Collection slots)
Adds more Slots to this object.
CollectiongetAuditTrail()
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
ClassgetClass()
Returns the runtime class of this Object .
CollectiongetClassifications()
Gets the Classification instances that classify this object.
InternationalStringgetDescription()
Gets the textual description for this object.
CollectiongetExternalIdentifiers()
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
CollectiongetExternalLinks()
Returns the ExternalLinks associated with this object.
KeygetKey()
Gets the key representing the universally unique ID (UUID) for this object.
LifeCycleManagergetLifeCycleManager()
Returns the LifeCycleManager that created this object.
InternationalStringgetName()
Gets the user-friendly name of this object.
ConceptgetObjectType()
Gets the object type that best describes the RegistryObject.
SlotgetSlot(String slotName)
Gets the slot specified by slotName.
voidsetKey(Key key)
Sets the key representing the universally unique ID (UUID) for this object.
StringtoXML()
Returns a registry provider specific XML representation of this Object.