PostmanApiCreator
orchescala.api.PostmanApiCreator
trait PostmanApiCreator extends AbstractApiCreator
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- ProcessReferenceCreator
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Inherited from:
- ProcessReferenceCreator
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Abstract methods
protected def createPostmanForDecisionDmn(api: ActivityApi[_, _], tag: String): Seq[Endpoint[Unit, _, Unit, _, Any]]
protected def createPostmanForExternalTask(api: ExternalTaskApi[_, _], tag: String): Seq[Endpoint[Unit, _, Unit, _, Any]]
protected def createPostmanForMessageEvent(api: ActivityApi[_, _], tag: String): Seq[Endpoint[Unit, _, Unit, _, Any]]
protected def createPostmanForProcess(api: ProcessApi[_, _, _], tag: String, isGroup: Boolean): Seq[Endpoint[Unit, _, Unit, _, Any]]
protected def createPostmanForSignalEvent(api: ActivityApi[_, _], tag: String): Seq[Endpoint[Unit, _, Unit, _, Any]]
protected def createPostmanForTimerEvent(api: ActivityApi[_, _], tag: String): Seq[Endpoint[Unit, _, Unit, _, Any]]
protected def createPostmanForUserTask(api: ActivityApi[_, _], tag: String): Seq[Endpoint[Unit, _, Unit, _, Any]]
Concrete methods
Inherited methods
You can adjust the OpenApi for Postman, e.g. to replace some values with placeholders.
You can adjust the OpenApi for Postman, e.g. to replace some values with placeholders.
Attributes
- Returns
-
adjusted api
- Inherited from:
- AbstractApiCreator
Attributes
- Inherited from:
- AbstractApiCreator
Attributes
- Inherited from:
- AbstractApiCreator
Attributes
- Inherited from:
- ProcessReferenceCreator
Attributes
- Inherited from:
- ProcessReferenceCreator
Attributes
- Inherited from:
- AbstractApiCreator
Attributes
- Inherited from:
- ProcessReferenceCreator
Attributes
- Inherited from:
- ProcessReferenceCreator
Attributes
- Inherited from:
- ProcessReferenceCreator
Attributes
- Inherited from:
- AbstractApiCreator
Inherited and Abstract methods
Attributes
- Inherited from:
- AbstractApiCreator
Attributes
- Inherited from:
- AbstractApiCreator
Attributes
- Inherited from:
- AbstractApiCreator
Inherited fields
Attributes
- Inherited from:
- ProcessReferenceCreator
Givens
Inherited givens
Attributes
- Inherited from:
- AbstractApiCreator
Extensions
Extensions
extension (api: InOutApi[_, _])
protected def postmanBaseEndpoint(tag: String, input: Option[EndpointInput[_]], label: String, descr: Option[String]): Endpoint[Unit, _, Unit, Unit, Any]
extension (cApi: CApi)
extension (cApi: CApi)
extension (inOutApi: InOutApi[_, _])
Inherited extensions
extension (inOutApi: InOutApi[_, _])
Attributes
- Inherited from:
- AbstractApiCreator
In this article