Uses of Class
com.sas.lsaf.content.workspace.SharedWorkspaceEntry
-
Packages that use SharedWorkspaceEntry Package Description com.sas.lsaf.content.workspace Classes and interfaces to manage content in the current user's workspace. -
-
Uses of SharedWorkspaceEntry in com.sas.lsaf.content.workspace
Methods in com.sas.lsaf.content.workspace that return SharedWorkspaceEntry Modifier and Type Method Description SharedWorkspaceEntry
SharedWorkspaceService. createLink(java.lang.String sharedFolderId, java.lang.String userId)
Once a shared folder is created in the repository, access to the corresponding shared workspace folder can be made available to members of the context where the shared folder lives.Methods in com.sas.lsaf.content.workspace that return types with arguments of type SharedWorkspaceEntry Modifier and Type Method Description java.util.Set<SharedWorkspaceEntry>
SharedWorkspaceService. getSharedWorkspaceEntries(java.lang.String sharedFolderId)
Get the shared workspace entries for the specified repository shared folder.
-