@RestController
@RequestMapping(value="/pmbok",
produces="application/json")
public class PmbokDiscoverController
extends java.lang.Object
| Constructor and Description |
|---|
PmbokDiscoverController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.ResourceSupport |
documents() |
org.springframework.hateoas.ResourceSupport |
projects() |
org.springframework.hateoas.ResourceSupport |
references() |
org.springframework.hateoas.ResourceSupport |
root() |
org.springframework.hateoas.ResourceSupport |
templates() |
org.springframework.hateoas.ResourceSupport |
terms() |
@RequestMapping(value="",
method=GET)
public org.springframework.hateoas.ResourceSupport root()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/projects",
method=GET)
public org.springframework.hateoas.ResourceSupport projects()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/documents",
method=GET)
public org.springframework.hateoas.ResourceSupport documents()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/references",
method=GET)
public org.springframework.hateoas.ResourceSupport references()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/terms",
method=GET)
public org.springframework.hateoas.ResourceSupport terms()
throws java.lang.Exception
java.lang.Exception@RequestMapping(value="/templates",
method=GET)
public org.springframework.hateoas.ResourceSupport templates()
throws com.clusterra.iam.core.application.tracker.NotAuthenticatedException,
com.clusterra.pmbok.document.domain.service.template.TemplateNotFoundException
com.clusterra.iam.core.application.tracker.NotAuthenticatedExceptioncom.clusterra.pmbok.document.domain.service.template.TemplateNotFoundException