Class ClassicConnectorFolderInfo

  • All Implemented Interfaces:
    FolderInfo

    public class ClassicConnectorFolderInfo
    extends java.lang.Object
    implements FolderInfo
    Implementation of FolderInfo for ClassicConnector.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassicConnectorFolderInfo​(com.saperion.intf.SaDocumentInfo saDocumentInfo)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFolderClassName()
      Returns the name of the folder class of this folder or null if the folder does not have a class.
      FolderId getFolderId()
      java.lang.String getFolderName()
      java.lang.String getFolderPath()
      java.lang.String getPropertyAsString​(java.lang.String propertyName)
      Returns the specified propertie's value as a string or null if the value is not available.
      com.saperion.constants.SaFolderConstants.FOLDER_TYPE getType()
      com.saperion.intf.SaPropertyValue getValue​(java.lang.String valueName)
      Returns the value with the specified name.
      com.saperion.intf.SaPropertyValue[] getValues()
      Returns all index values of the folder.
      boolean hasValue​(java.lang.String valueName)
      Returns true if the folder has an index value with the specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait