Class SharedWorkspaceEntry

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.content.workspace.SharedWorkspaceEntry
All Implemented Interfaces:
Identifiable, Serializable

public class SharedWorkspaceEntry extends AbstractIdentifiable
Represents the shared workspace link status for all users with Read access to the repository shared folder.
See Also:
  • Constructor Details

    • SharedWorkspaceEntry

      public SharedWorkspaceEntry(String id, String sharedWorkspaceId, String path, String userId, boolean linkExists)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the shared workspace entries returned by the API.
      Parameters:
      id - The unique identifier of the shared workspace entry.
      sharedWorkspaceId - The unique identifier of the shared workspace in which the workspace entry belongs.
      path - The path of the shared workspace location.
      userId - The user who would have access to the shared workspace, if the link exists.
      linkExists - Whether the shared workspace entry link exists and is available in their workspace.
  • Method Details