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

    • PortalTrash

      protected PortalTrash(IModule module)
  • Method Details

    • getId

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

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

      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

      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.