@Path(value="/archive")
@Produces(value={"application/json","text/html","application/xml","text/xml"})
public class ArchiveRestService
extends Object
| Constructor and Description |
|---|
ArchiveRestService() |
| Modifier and Type | Method and Description |
|---|---|
org.imixs.workflow.xml.XMLDocument |
getMetadata()
Loads the metadata from the archive and returns a HTML representation.
|
org.imixs.workflow.xml.XMLDocument |
getMetadataXML()
Loads the metadata from the archive and returns a XML representation (also in
web browser)
|
org.imixs.workflow.xml.XMLDocument |
getSnapshot(String id)
Loads a snapshot from the archive and returns a HTML representation.
|
org.imixs.workflow.xml.XMLDocument |
getSnapshotXML(String id)
Loads a snapshot from the archive and returns a XML representation (also in
web browser)
|
@GET
@Path(value="/snapshot/{snapshotid : ([0-9a-f]{8}-.*|[0-9a-f]{11}-.*)}")
public org.imixs.workflow.xml.XMLDocument getSnapshot(@PathParam(value="snapshotid")
String id)
id - - snapshot id@GET
@Produces(value={"application/xml","text/xml"})
@Path(value="/snapshot/xml/{snapshotid : ([0-9a-f]{8}-.*|[0-9a-f]{11}-.*)}")
public org.imixs.workflow.xml.XMLDocument getSnapshotXML(@PathParam(value="snapshotid")
String id)
id - - snapshot id@GET @Path(value="/metadata") public org.imixs.workflow.xml.XMLDocument getMetadata()
@GET
@Produces(value={"application/xml","text/xml"})
@Path(value="/metadata/xml")
public org.imixs.workflow.xml.XMLDocument getMetadataXML()
Copyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.