public interface ClientDiagramService<M extends Metadata,D extends Diagram<Graph,M>,S extends BaseDiagramService<M,D>>
| Modifier and Type | Method and Description |
|---|---|
void |
add(D diagram,
ServiceCallback<D> callback) |
void |
create(org.uberfire.backend.vfs.Path path,
String name,
String defSetId,
ServiceCallback<org.uberfire.backend.vfs.Path> callback) |
void |
getByPath(org.uberfire.backend.vfs.Path path,
ServiceCallback<D> callback) |
void |
getRawContent(D diagram,
ServiceCallback<String> callback) |
void |
lookup(DiagramLookupRequest request,
ServiceCallback<LookupManager.LookupResponse<DiagramRepresentation>> callback) |
void |
saveOrUpdate(D diagram,
ServiceCallback<D> callback) |
void |
saveOrUpdateSvg(org.uberfire.backend.vfs.Path diagramPath,
String rawSvg,
ServiceCallback<org.uberfire.backend.vfs.Path> callback) |
void create(org.uberfire.backend.vfs.Path path,
String name,
String defSetId,
ServiceCallback<org.uberfire.backend.vfs.Path> callback)
void saveOrUpdate(D diagram, ServiceCallback<D> callback)
void saveOrUpdateSvg(org.uberfire.backend.vfs.Path diagramPath,
String rawSvg,
ServiceCallback<org.uberfire.backend.vfs.Path> callback)
void add(D diagram, ServiceCallback<D> callback)
void getByPath(org.uberfire.backend.vfs.Path path,
ServiceCallback<D> callback)
void lookup(DiagramLookupRequest request, ServiceCallback<LookupManager.LookupResponse<DiagramRepresentation>> callback)
void getRawContent(D diagram, ServiceCallback<String> callback)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.