public interface IDefinition extends IItem
This interface is not intended to be implemented by clients.
IEncyclopedia.getDefinitions()
Modifier and Type | Method and Description |
---|---|
String |
getXML()
Returns the XML content of the definition.
|
boolean |
isLocked()
Check if the definition is locked by the application.
|
void |
renameTo(String name)
Opens the definition edit dialog in the System Architect application to perform the rename.
|
void |
unlock()
Unlock the definition in the application.
|
delete, getAuditId, getEncyclopedia, getId, getName, getProperty, getPropertyListOf, getPropertyOneOf, getTypeMinor, getTypeName, setName, setProperty, setPropertyOneOf
String getXML()
void renameTo(String name)
name
- the new definition name.boolean isLocked()
true
if and only if the definition is locked by the application;
false
otherwise.void unlock()