public interface IElement extends Serializable
IBaseWorkflowModule,
IBaseLibraryModule,
IBaseDirectoryModule,
IBasePortalModule| Modifier and Type | Method and Description |
|---|---|
IStorageKey |
getId()
Gets the identifier object.
|
IModule |
getModule()
Allows to retrieve the current module.
|
Object |
getNativeObject()
Gets the native object underneath.
|
String |
getPath()
Deprecated.
use
IModule.getProtocolPath() method instead. |
boolean |
save(IContext context)
Saves or updates the element.
|
IStorageKey getId()
IStorageKey object.@Deprecated String getPath()
IModule.getProtocolPath() method instead.Object getNativeObject()
boolean save(IContext context)
context - The Execution context.Copyright © 2022 Visiativ. All rights reserved.