Add follower to a file.
Add Invitation to a Space
Add authorization request to a space.
Add a user to the space, along with an associated role.
Add a user to the space, along with an associated role.
The identifier for the user that is to be added to the space
The role that is to be assigned to the user in the context of this space
The identifier for the space that the user is being added to
Update a user's role within a space.
Update a user's role within a space.
The identifier of the user to be updated
The new role to be assigned to the user in the space
The identifier of the space to be updated
Count all spaces
Return a count of spaces the user has access to.
Return a count of spaces the user has created.
delete given space.
Delete an entire entry with extractors for this space id.
Disable extractors within the space.
Disable extractors within the space. This is used to override global selections.
If entry for spaceId already exists, will update list of extractors.
If entry for spaceId already exists, will update list of extractors. Otherwise will create and add a new document to the collection, with spaceId and extractor given.
return space with specific id
Get all extractors for this space id.
Get all extractors for this space id. This is the union of all enabled and disabled extractors for this space. If a user never manually enabled or disabled an extractor for a space it will not be returned, but the extractor might still be enabled/disabled at the instance level.
Service access to retrieve a list of collections in a given space, of prescribed list length.
Service access to retrieve a list of collections in a given space, of prescribed list length.
Identifies the space.
Length of (the number of collections in) returned list.
A list of collections in a space; list's length is defined by 'limit'.
Service access to retrieve a list of datasets in a given space, of prescribed list length.
Service access to retrieve a list of datasets in a given space, of prescribed list length.
Identifies the space.
Length of (the number of datasets in) returned list.
A list of datasets in a space; list's length is defined by 'limit'.
Find an invitation by ID
Find invitations of a space.
Find invitations of a space. Get data from SpaceInviteDao.
Find invitations of a space.
Find invitations of a space. Get data from SpaceInviteDao.
Retrieve the role associated to a user for a given space.
Retrieve the role associated to a user for a given space.
The identifier of the space to get data for
The identifier of the user to retrieve data for within the space
The role that a specific user has within the specified space
Obtain the time to live for resources that are assigned to a specific space.
Obtain the time to live for resources that are assigned to a specific space.
The identifier for the space to be queried
The length of time, in milliseconds, that resources are allowed to persist in this space.
Retrieve the users that are associated with a specific space.
Retrieve the users that are associated with a specific space.
The identifier of the space to retrieve user data from
The role of the user in the space (optional filter)
A list that contains all of the users that are associated with a specific space
insert new space, will return id if successful.
Determine if time to live for resources is enabled for a specific space.
Determine if time to live for resources is enabled for a specific space.
The identifier for the space that is being checked
A flag that denotes if time to live is enabled on this space.
list all spaces
Return a list of spaces the user has access to starting at a specific date and matching title.
Return a list of spaces the user has access to starting at a specific date.
Return a list of spaces the user has access to matching title.
Return a list of spaces the user has access to.
Return a list of spaces with specific status
Return a list of spaces the user has created starting at a specific date with matching title.
Return a list of spaces the user has created starting at a specific date.
Return a list of spaces the user has created with matching title.
Return a list of spaces the user has created.
Find invitation for email and process it
Service call to tell a space to clean up resources that are expired relative to the specified time to live.
Service call to tell a space to clean up resources that are expired relative to the specified time to live.
The identifier for the space that will be purged
Remove follower from a file.
Remove Invitation to a space
Remove authorization request.
Remove a user from the space.
Remove a user from the space.
The identifier of the user to be removed from the space
The identifier for the space that the user is being removed from
Follow the global setting for whether to trigger an extractor or not.
Follow the global setting for whether to trigger an extractor or not.
update space
Service call to update the information and configuration that are part of a space.
Service call to update the information and configuration that are part of a space.
The identifier for the space to be updated
The updated name information, HTMLEncoded since it is free text
The updated description information, HTMLEncoded since it is free text
The updated amount of time, in milliseconds, that resources should be preserved in the space
The updated flag, indicating whether or not the space should allow resources to expire*
The updated flag indicate the space is private or public
Update space.
Update space.userCount if it is not correct.
The identifier of the space to be updated
The number of user in space
Service to manipulate spaces.