Expose deep flag
This commit is contained in:
parent
aacf723ba9
commit
6d67280f7c
|
@ -31,8 +31,8 @@ public class ProjectAccessImpl implements ProjectAccess {
|
|||
}
|
||||
|
||||
@Override
|
||||
public List<RelationshipNavigationObject> getRelations(String ucid, String id, String relation) throws InvalidUserRoleException, RegistrationException, ProjectNotFoundException, ConfigurationException, UnauthorizedAccess {
|
||||
return getRelationshipChain(ucid,id,relation,true);
|
||||
public List<RelationshipNavigationObject> getRelations(String ucid, String id, String relation, Boolean deep) throws InvalidUserRoleException, RegistrationException, ProjectNotFoundException, ConfigurationException, UnauthorizedAccess {
|
||||
return getRelationshipChain(ucid,id,relation,deep);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue