Schnittstelle CDOResourceNode

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier
Alle bekannten Unterschnittstellen:
CDOBinaryResource, CDOFileResource<IO>, CDOResource, CDOResourceFolder, CDOResourceLeaf, CDOTextResource, InternalCDOResource
Alle bekannten Implementierungsklassen:
CDOBinaryResourceImpl, CDOFileResourceImpl, CDOResourceFolderImpl, CDOResourceImpl, CDOResourceLeafImpl, CDOResourceNodeImpl, CDOTextResourceImpl

public interface CDOResourceNode extends CDOObject
A representation of the model object 'CDO Resource Node'.
Siehe auch:
Generated
Extends
CDOObject
Model
abstract="true"
No Implement
This interface is not intended to be implemented by clients.

The following features are supported:

No Extend
This interface is not intended to be extended by clients.
  • Felddetails

  • Methodendetails

    • isRoot

      boolean isRoot()
      Seit:
      2.0
      Added
    • getFolder

      CDOResourceFolder getFolder()
      Returns the value of the 'Folder' container reference. It is bidirectional and its opposite is 'Nodes'.

      If the meaning of the 'Folder' container reference isn't clear, there really should be more of a description here...

      Gibt zurück:
      the value of the 'Folder' container reference.
      Siehe auch:
      Generated
      Model
      opposite="nodes" transient="false"
    • setFolder

      void setFolder(CDOResourceFolder value)
      Sets the value of the 'Folder' container reference.
      Parameter:
      value - the new value of the 'Folder' container reference.
      Siehe auch:
      Generated
    • getName

      String getName()
      Returns the value of the 'Name' attribute.

      If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

      Gibt zurück:
      the value of the 'Name' attribute.
      Siehe auch:
      Generated
      Model
      annotation="http://www.eclipse.org/CDO/DBStore columnType='VARCHAR' columnLength='255'"
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameter:
      value - the new value of the 'Name' attribute.
      Siehe auch:
      Generated
    • getPath

      String getPath()
      Returns the value of the 'Path' attribute.

      If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...

      Gibt zurück:
      the value of the 'Path' attribute.
      Siehe auch:
      Generated
      Model
      transient="true" volatile="true" derived="true"
    • setPath

      void setPath(String value)
      Sets the value of the 'Path' attribute.
      Parameter:
      value - the new value of the 'Path' attribute.
      Siehe auch:
      Generated
    • getExtension

      String getExtension()
      Seit:
      4.4
      Added
    • setExtension

      void setExtension(String extension)
      Seit:
      4.8
      Added
    • trimExtension

      String trimExtension()
      Same as getBasename().
      Seit:
      4.4
      Added
    • getBasename

      String getBasename()
      Seit:
      4.8
      Added
    • setBasename

      void setBasename(String basename)
      Seit:
      4.8
      Added
    • getURI

      URI getURI()
      Added
    • delete

      void delete(Map<?,?> options) throws IOException
      Löst aus:
      IOException
      Added