public interface RMLink extends BaseEntity, Persistable
A specific RMLink can be obtained using the RMFactory.RMLink
factory class.
A new RMLink is created using the factory class
method RMFactory.RMLink.createInstance
.
The resulting new RMLink
instance is then further defined
followed by an eventual call to its save
in order to ensure that it is persisted to its associated file plan repository.
RMFactory.Location
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes this RMLink instance from the repository.
|
java.lang.String |
getDescription()
Returns the
RMEntityDescription property value. |
BaseEntity |
getHead()
Returns a
BaseEntity instance
that represents the head of the link relationship. |
java.lang.String |
getLinkName()
Returns the
LinkName property value. |
BaseEntity |
getTail()
Returns a
BaseEntity instance
that represents the tail of the link relationship. |
getAccessAllowed, getClassDescription, getClassName, getClientIdentifier, getContainedBy, getDomainType, getEntityType, getName, getObjectIdentity, getPermissions, getProperties, getRepository, isCreationPending, isPlaceholder, refresh, refresh, refresh
save, setPermissions
java.lang.String getLinkName()
LinkName
property value.java.lang.String getDescription()
RMEntityDescription
property value.BaseEntity getHead()
BaseEntity
instance
that represents the head of the link relationship.BaseEntity
instance.BaseEntity getTail()
BaseEntity
instance
that represents the tail of the link relationship.BaseEntity
instance.void delete()
© Copyright IBM Corp. 2010, 2013. All Rights Reserved.