void |
SpaceService.acceptInvitation(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.acceptInvitation(Space space,
String userId) |
Deprecated.
|
void |
SpaceApplicationHandler.activateApplication(Space space,
String appId,
String appName) |
Activates an installed application in a space.
|
void |
SpaceService.activateApplication(String spaceId,
String appId) |
Activates an installed application in a space.
|
void |
SpaceService.activateApplication(Space space,
String appId) |
Activates an installed application in a space.
|
void |
SpaceService.addMember(String spaceId,
String userId) |
Deprecated.
|
Space |
SpaceService.createSpace(Space space,
String creator,
String invitedGroupId) |
Deprecated.
|
Space |
SpaceService.createSpace(Space space,
String creator,
List<Identity> identitiesToInvite) |
Creates a new space and invites all users from identitiesToInvite to join this newly created space.
|
void |
SpaceService.deactivateApplication(String spaceId,
String appId) |
Deactivates an installed application in a space.
|
void |
SpaceService.deactivateApplication(Space space,
String appId) |
Deactivates an installed application in a space.
|
void |
SpaceApplicationHandler.deactiveApplication(Space space,
String appId) |
Deactivates an installed application in a space.
|
void |
SpaceService.declineRequest(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.declineRequest(Space space,
String userId) |
Deprecated.
|
void |
SpaceApplicationHandler.deInitApp(Space space) |
De-initializes a space application.
|
void |
SpaceService.deInitApps(Space space) |
Deprecated.
|
void |
SpaceService.deleteSpace(String spaceId) |
Deprecated.
|
void |
SpaceService.denyInvitation(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.denyInvitation(Space space,
String userId) |
Deprecated.
|
List<Space> |
SpaceService.getAccessibleSpaces(String userId) |
Deprecated.
|
List<Space> |
SpaceService.getAllSpaces() |
Deprecated.
|
List<Space> |
SpaceService.getEditableSpaces(String userId) |
Deprecated.
|
List<Space> |
SpaceService.getInvitedSpaces(String userId) |
Deprecated.
|
List<Space> |
SpaceService.getLastAccessedSpace(String remoteId,
String appId,
int offset,
int limit) |
Gets a list of the most recently accessed spaces of a user.
|
List<String> |
SpaceService.getMembers(String spaceId) |
Deprecated.
|
List<String> |
SpaceService.getMembers(Space space) |
Deprecated.
|
List<Space> |
SpaceService.getPendingSpaces(String userId) |
Deprecated.
|
List<Space> |
SpaceService.getPublicSpaces(String userId) |
Deprecated.
|
Space |
SpaceService.getSpaceByName(String spaceName) |
Deprecated.
|
List<Space> |
SpaceService.getSpaces(String userId) |
Deprecated.
|
List<Space> |
SpaceService.getSpacesByFirstCharacterOfName(String firstCharacterOfName) |
Deprecated.
|
List<Space> |
SpaceService.getVisibleSpaces(String userId,
SpaceFilter spaceFilter) |
Gets spaces that a given user can see.
|
boolean |
SpaceService.hasAccessPermission(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.hasEditPermission(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.hasEditPermission(Space space,
String userId) |
Deprecated.
|
void |
SpaceService.initApp(Space space) |
Deprecated.
|
void |
SpaceApplicationHandler.initApps(Space space,
SpaceTemplate spaceTemplate) |
Initializes home space applications and space applications.
|
void |
SpaceService.initApps(Space space) |
Deprecated.
|
void |
SpaceTemplateService.initSpaceApplications(Space space,
SpaceApplicationHandler applicationHandler) |
Init space applications.
|
void |
SpaceApplicationHandler.installApplication(Space space,
String appId) |
Installs an application to a space.
|
void |
SpaceService.installApplication(String spaceId,
String appId) |
Installs an application in a space.
|
void |
SpaceService.installApplication(Space space,
String appId) |
Installs an application in a space.
|
void |
SpaceService.inviteMember(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.inviteMember(Space space,
String userId) |
Deprecated.
|
boolean |
SpaceService.isInvited(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.isInvited(Space space,
String userId) |
Deprecated.
|
boolean |
SpaceService.isLeader(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.isLeader(Space space,
String userId) |
Deprecated.
|
boolean |
SpaceService.isMember(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.isOnlyLeader(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.isOnlyLeader(Space space,
String userId) |
Deprecated.
|
boolean |
SpaceService.isPending(String spaceId,
String userId) |
Deprecated.
|
boolean |
SpaceService.isPending(Space space,
String userId) |
Deprecated.
|
default void |
SpaceService.moveApplication(String spaceId,
String appId,
int transition) |
|
void |
SpaceApplicationHandler.removeApplication(Space space,
String appId,
String appName) |
Removes an application in a space.
|
void |
SpaceService.removeApplication(String spaceId,
String appId,
String appName) |
Removes an installed application from a space.
|
void |
SpaceService.removeApplication(Space space,
String appId,
String appName) |
Removes an installed application from a space.
|
void |
SpaceApplicationHandler.removeApplications(Space space) |
Remove all applications in a space.
|
void |
SpaceService.removeMember(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.renameSpace(String remoteId,
Space space,
String newDisplayName) |
Renames a space by an identity who has rights of super admin.
|
void |
SpaceService.renameSpace(Space space,
String newDisplayName) |
Renames a space.
|
void |
SpaceService.requestJoin(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.requestJoin(Space space,
String userId) |
Deprecated.
|
void |
SpaceService.revokeInvitation(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.revokeInvitation(Space space,
String userId) |
Deprecated.
|
void |
SpaceService.revokeRequestJoin(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.revokeRequestJoin(Space space,
String userId) |
Deprecated.
|
void |
SpaceService.saveSpace(Space space,
boolean isNew) |
Deprecated.
|
void |
SpaceService.setLeader(String spaceId,
String userId,
boolean isLeader) |
Deprecated.
|
void |
SpaceService.setLeader(Space space,
String userId,
boolean isLeader) |
Deprecated.
|
void |
SpaceService.updateSpaceAccessed(String remoteId,
Space space) |
Updates the most recently accessed space of a user to the top of spaces list.
|
void |
SpaceService.validateRequest(String spaceId,
String userId) |
Deprecated.
|
void |
SpaceService.validateRequest(Space space,
String userId) |
Deprecated.
|