Package com.technia.dsx.threedspace.pno
Interface CollaborativeSpace
- All Superinterfaces:
com.technia.dsx.app.PidNameTuple,com.technia.dsx.app.model.WithTitle
public interface CollaborativeSpace
extends com.technia.dsx.app.PidNameTuple, com.technia.dsx.app.model.WithTitle
Represents a collaborative space in the 3DEXPERIENCE platform.
A collaborative space is a workspace where users collaborate on projects and share data. It contains role and organization tuples that define the organizational structure within the space.
- Since:
- 2023-01-26
-
Method Summary
Methods inherited from interface com.technia.dsx.app.PidNameTuple
getName, getPidMethods inherited from interface com.technia.dsx.app.model.WithTitle
getTitle
-
Method Details
-
getCouples
List<RoleAndOrganizationTuple> getCouples()
-