public interface RMCustomObject extends BaseEntity, Persistable, AuditableEntity
CustomObject
-based entities.
A specific custom object can be obtained using the
RMFactory.RMCustomObject
factory class.
A new custom object can be created using the factory class
method RMFactory.RMCustomObject.createInstance
.
The resulting new RMCustomObject
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.RMCustomObject
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes this custom object from the repository.
|
getAccessAllowed, getClassDescription, getClassName, getClientIdentifier, getContainedBy, getDomainType, getEntityType, getName, getObjectIdentity, getPermissions, getProperties, getRepository, isCreationPending, isPlaceholder, refresh, refresh, refresh
save, setPermissions
getAuditedEvents
© Copyright IBM Corp. 2010, 2013. All Rights Reserved.