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 voidTopicmapsPlugin. hideAssocs(long topicmapId, IdList assocIds)voidTopicmapsService. hideAssocs(long topicmapId, IdList assocIds)voidTopicmapsPlugin. hideMulti(long topicmapId, IdList topicIds, IdList assocIds)voidTopicmapsService. hideMulti(long topicmapId, IdList topicIds, IdList assocIds)voidTopicmapsPlugin. hideTopics(long topicmapId, IdList topicIds)voidTopicmapsService. 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 DirectivesResponseWebservicePlugin. deleteAssocs(IdList assocIds)DirectivesResponseWebservicePlugin. deleteMulti(IdList topicIds, IdList assocIds)DirectivesResponseWebservicePlugin. deleteTopics(IdList topicIds)
-