Ticket #668 (closed Enhancement: fixed)

Opened 10 years ago

Last modified 10 years ago

Store workspace assignments as properties

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.4
Component: DeepaMehta Standard Distribution Version: 4.3
Keywords: Cc: dgf, Malte, carolina
Complexity: 3 Area:
Module: deepamehta-workspaces

Description

Currently the workspace assignments are part of the graph itself, actually associations of type Aggregation.
This results in vicious circles in conjunction with the new Workspace ACLs (see #592).

Workspace assignments should be stored as DB properties instead. Thus a topic's/association's workspace assignment can be determined without fetching the topic/association in advance. The vicious circles vanish.

Change History

comment:1 Changed 10 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 10 years ago by Jörg Richter

Store workspace assignment as property (#668).

Thus a topic's/association's workspace assignment can be determined without fetching the topic/association in advance.

BREAKING CHANGES

Workspace API

1 method has changed:

Topic getAssignedWorkspace(long id)

It takes a topic/association ID instead of a DeepaMehtaObject.

1 method is added:

Topic createWorkspace(String name, String uri, String workspaceTypeUri)

So, the workspace type URI must be passed when creating a workspace.
The former 2 createWorkspace() methods are dropped.

See #668.

comment:3 Changed 10 years ago by jri

Realized in workspace-acl branch. Will be available in DM 4.5

comment:4 Changed 10 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.