| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
RelationGroup |
BaseRelation.findRelationGroup(long groupId)
Find relation group relation group.
|
| Modifier and Type | Method and Description |
|---|---|
List<RelationGroup> |
BaseRelation.getAllRelationGroups()
Gets all relation groups.
|
List<RelationGroup> |
BaseRelation.getRelationGroups(String uuid)
Gets relation groups.
|
| Modifier and Type | Method and Description |
|---|---|
RelationGroup |
OKMWebservices.findRelationGroup(long groupId)
Deprecated.
As of sdk4j 3.8, replaced by
RelationImpl.findRelationGroup(long) |
RelationGroup |
RelationImpl.findRelationGroup(long groupId) |
| Modifier and Type | Method and Description |
|---|---|
List<RelationGroup> |
OKMWebservices.getAllRelationGroups()
Deprecated.
As of sdk4j 3.8, replaced by
RelationImpl.getAllRelationGroups() |
List<RelationGroup> |
RelationImpl.getAllRelationGroups() |
List<RelationGroup> |
OKMWebservices.getRelationGroups(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RelationImpl.getRelationGroups(String) |
List<RelationGroup> |
RelationImpl.getRelationGroups(String uuid) |
Copyright © 2023 Open Knowledge Management System S.L.. All Rights Reserved.