Package | Description |
---|---|
systems.dmx.accesscontrol | |
systems.dmx.facets | |
systems.dmx.files | |
systems.dmx.geomaps | |
systems.dmx.topicmaps | |
systems.dmx.webclient | |
systems.dmx.webservice | |
systems.dmx.workspaces |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlPlugin.createMembership(String username,
long workspaceId) |
Topic |
AccessControlPlugin.createUserAccount(Credentials cred) |
Modifier and Type | Method and Description |
---|---|
void |
FacetsPlugin.addFacetTypeToTopic(long topicId,
String facetTypeUri) |
void |
FacetsPlugin.updateFacet(long topicId,
String facetTypeUri,
FacetValueModel value) |
Modifier and Type | Method and Description |
---|---|
Topic |
FilesPlugin.getChildFileTopic(long folderTopicId,
String repoPath) |
Topic |
FilesPlugin.getChildFolderTopic(long folderTopicId,
String repoPath) |
Topic |
FilesPlugin.getFileTopic(String repoPath) |
Topic |
FilesPlugin.getFolderTopic(String repoPath) |
StoredFile |
FilesPlugin.storeFile(UploadedFile file,
String repoPath) |
Modifier and Type | Method and Description |
---|---|
void |
GeomapsPlugin.addCoordinateToGeomap(long geomapId,
long geoCoordId) |
void |
GeomapsPlugin.setGeomapState(long geomapId,
double lon,
double lat,
int zoom) |
Modifier and Type | Method and Description |
---|---|
void |
TopicmapsPlugin.addAssociationToTopicmap(long topicmapId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.addRelatedTopicToTopicmap(long topicmapId,
long topicId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.addTopicToTopicmap(long topicmapId,
long topicId,
ViewProperties viewProps) |
Topic |
TopicmapsPlugin.createTopicmap(String name,
String topicmapRendererUri,
boolean isPrivate) |
void |
TopicmapsPlugin.hideAssocs(long topicmapId,
IdList assocIds) |
void |
TopicmapsPlugin.hideMulti(long topicmapId,
IdList topicIds,
IdList assocIds) |
void |
TopicmapsPlugin.hideTopics(long topicmapId,
IdList topicIds) |
void |
TopicmapsPlugin.removeAssociationFromTopicmap(long topicmapId,
long assocId) |
void |
TopicmapsPlugin.setAssociationViewProperties(long topicmapId,
long assocId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.setClusterPosition(long topicmapId,
ClusterCoords coords) |
void |
TopicmapsPlugin.setTopicmapTranslation(long topicmapId,
int transX,
int transY) |
void |
TopicmapsPlugin.setTopicPosition(long topicmapId,
long topicId,
int x,
int y) |
void |
TopicmapsPlugin.setTopicViewProperties(long topicmapId,
long topicId,
ViewProperties viewProps) |
void |
TopicmapsPlugin.setTopicVisibility(long topicmapId,
long topicId,
boolean visibility) |
Modifier and Type | Method and Description |
---|---|
Topic |
WebclientPlugin.getTopics(String typeUri)
Performs a by-type search and creates a search result topic.
|
Topic |
WebclientPlugin.searchTopics(String searchTerm,
String fieldUri)
Performs a fulltext search and creates a search result topic.
|
Modifier and Type | Method and Description |
---|---|
DirectivesResponse |
WorkspacesPlugin.assignToWorkspace(long objectId,
long workspaceId) |
Topic |
WorkspacesPlugin.createWorkspace(String name,
String uri,
SharingMode sharingMode) |
Copyright © 2018. All Rights Reserved.