org.eclipse.higgins.idas.udi
Interface IEntityUDIMetadata
- All Known Implementing Classes:
- ConfEntityUDIMetadata, GoogleEntityUDIMetadata, HashURIEntityUDIMetadata, InlineXRDSEntityUDIMetadata, URIEntityUDIMetadata, XRIEntityUDIMetadata
public interface IEntityUDIMetadata
When you resolve an Entity UDI, you get Entity UDI Metadata.
This is:
- Context UDI Metadata of the Context the Entity is in
- The Entity ID of the Entity
getContextUDIMetadata
IContextUDIMetadata getContextUDIMetadata()
throws org.eclipse.higgins.idas.api.IdASException
- Throws:
org.eclipse.higgins.idas.api.IdASException
getEntityID
String getEntityID()
throws org.eclipse.higgins.idas.api.IdASException
- Throws:
org.eclipse.higgins.idas.api.IdASException