Class WorkspaceFolder

java.lang.Object
com.sas.lsaf.content.workspace.WorkspaceItem
com.sas.lsaf.content.workspace.WorkspaceFolder
All Implemented Interfaces:
Serializable

public class WorkspaceFolder extends WorkspaceItem
The representation of a folder in the user's workspace.
Since:
2.1
See Also:
  • Constructor Details

    • WorkspaceFolder

      public WorkspaceFolder(String path, Date lastModifiedDate)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the workspace folders returned by the API.
      Parameters:
      path - the path of the folder in the workspace.
      lastModifiedDate - the date on which the folder was last modified.
  • Method Details