Class PortalTrash

java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalTrash
All Implemented Interfaces:
IElement, ITrash, Serializable

public class PortalTrash extends AbstractElement implements ITrash
See Also:
  • Constructor Details Link icon

    • PortalTrash Link icon

      protected PortalTrash(IModule module)
  • Method Details Link icon

    • getId Link icon

      public IStorageKey getId()
      Description copied from interface: IElement
      Gets the identifier object.
      Specified by:
      getId in interface IElement
      Returns:
      a IStorageKey object.
    • getNativeObject Link icon

      public Object getNativeObject()
      Description copied from interface: IElement
      Gets the native object underneath.
      Specified by:
      getNativeObject in interface IElement
      Returns:
      an object.
    • getPath Link icon

      public String getPath()
      Description copied from interface: IElement
      Gets the path of the object.
      Specified by:
      getPath in interface IElement
      Returns:
      a string representing the path of the object.
    • save Link icon

      public boolean save(IContext context)
      Description copied from interface: IElement
      Saves or updates the element.
      Specified by:
      save in interface IElement
      Parameters:
      context - The Execution context.
      Returns:
      return true if succeeded, false otherwise.