Uses of Class
systems.dmx.core.util.IdList
-
Packages that use IdList Package Description systems.dmx.accesscontrol systems.dmx.topicmaps systems.dmx.webservice -
-
Uses of IdList in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol with parameters of type IdList Modifier and Type Method Description List<RelatedTopic>
AccessControlPlugin. bulkUpdateMemberships(long workspaceId, IdList addUserIds, IdList removeUserIds)
List<RelatedTopic>
AccessControlPlugin. bulkUpdateMemberships(String username, IdList addWorkspaceIds, IdList removeWorkspaceIds)
List<RelatedTopic>
AccessControlService. bulkUpdateMemberships(long workspaceId, IdList addUserIds, IdList removeUserIds)
List<RelatedTopic>
AccessControlService. bulkUpdateMemberships(String username, IdList addWorkspaceIds, IdList removeWorkspaceIds)
-
Uses of IdList in systems.dmx.topicmaps
Methods in systems.dmx.topicmaps with parameters of type IdList Modifier and Type Method Description void
TopicmapsPlugin. hideAssocs(long topicmapId, IdList assocIds)
void
TopicmapsService. hideAssocs(long topicmapId, IdList assocIds)
void
TopicmapsPlugin. hideMulti(long topicmapId, IdList topicIds, IdList assocIds)
void
TopicmapsService. hideMulti(long topicmapId, IdList topicIds, IdList assocIds)
void
TopicmapsPlugin. hideTopics(long topicmapId, IdList topicIds)
void
TopicmapsService. hideTopics(long topicmapId, IdList topicIds)
-
Uses of IdList in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type IdList Modifier and Type Method Description DirectivesResponse
WebservicePlugin. deleteAssocs(IdList assocIds)
DirectivesResponse
WebservicePlugin. deleteMulti(IdList topicIds, IdList assocIds)
DirectivesResponse
WebservicePlugin. deleteTopics(IdList topicIds)
-