Constructor and Description |
---|
JourneyResource()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getJourneys()
Returns the journeys of service instance.
|
String |
getJourneyStage(String journeyStageId)
Returns the journeys of service instance.
|
Response |
goToAdmin()
Returns the flows of the given service instance as a JSON array.
|
@GET @Path(value="/go-to-admin") public Response goToAdmin() throws PortalException, IOException, URISyntaxException
IOException
URISyntaxException
PortalException
@GET @Path(value="/journeys") @Produces(value="application/json") public String getJourneys() throws PortalException
PortalException
@GET @Path(value="/journey-stage/{journeyStageId: [a-fA-F0-9]{32}}") @Produces(value="application/json") public String getJourneyStage(@PathParam(value="journeyStageId") String journeyStageId) throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.