Package com.sas.lsaf.content.workspace
Class SharedWorkspaceEntry
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.content.workspace.SharedWorkspaceEntry
- All Implemented Interfaces:
Identifiable,Serializable
Represents the shared workspace link status for all users with Read access to the repository shared folder.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSharedWorkspaceEntry(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. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
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
-
getPath
-
getUserId
-
isLinkExists
public boolean isLinkExists() -
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable