Class SharedWorkspaceEntry

  • All Implemented Interfaces:
    Identifiable, java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SharedWorkspaceEntry​(java.lang.String id, java.lang.String sharedWorkspaceId, java.lang.String path, java.lang.String userId, boolean linkExists)
      It is not intended or recommended that the consumer of this API construct these objects.
    • Constructor Detail

      • SharedWorkspaceEntry

        public SharedWorkspaceEntry​(java.lang.String id,
                                    java.lang.String sharedWorkspaceId,
                                    java.lang.String path,
                                    java.lang.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 Detail

      • getSharedWorkspaceId

        public java.lang.String getSharedWorkspaceId()
      • getPath

        public java.lang.String getPath()
      • getUserId

        public java.lang.String getUserId()
      • isLinkExists

        public boolean isLinkExists()