camundala-api
camundala-api
camundala.api
APICreator
ApiEndpoint
ApiEndpoints
CamundaAuthError
CamundaError
CamundaProperty
CamundaProperty
CamundaRestApi
CamundaRestApi
CompleteTask
CompleteTaskIn
CompleteTaskIn
CompleteTaskOut
CompleteTaskOut
CorrelateMessage
CorrelateMessageIn
CorrelateMessageIn
EvaluateDecision
EvaluateDecisionIn
GetActiveTask
GetActiveTaskIn
GetActiveTaskIn
GetActiveTaskOut
GetTaskFormVariables
NameFromVariable
ProcessReferenceCreator
UsesRef
RequestErrorOutput
RequestInput
RequestInput
RequestOutput
RequestOutput
SendSignal
SendSignalIn
SendSignalIn
StartProcessIn
StartProcessIn
StartProcessInstance
StartProcessInstance
StartProcessOut
UserTaskEndpoint
XMLChecker
UsesRef
camundala-api
/
camundala.api
/
GetActiveTask
GetActiveTask
case
class
GetActiveTask
(
restApi:
CamundaRestApi
[
NoInput
,
NoOutput
])
extends
ApiEndpoint
[
NoInput
,
GetActiveTaskIn
,
NoOutput
,
GetActiveTask
]
Graph
Supertypes
trait
Serializable
trait
ApiEndpoint
[
NoInput
,
GetActiveTaskIn
,
NoOutput
,
GetActiveTask
]
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
createPostman
(
)(
using
tenantId:
Option
[
String
]):
Seq
[
Endpoint
[
Unit
,
_
,
Unit
,
Unit
,
Any
]]
def
withRestApi
(
restApi:
CamundaRestApi
[
NoInput
,
NoOutput
]):
GetActiveTask
Inherited methods
def
create
():
Seq
[
Endpoint
[
Unit
,
_
,
Unit
,
_
,
Any
]]
Inherited from:
ApiEndpoint
protected
def
definitionKeyPath
(
key:
String
):
EndpointInput
[
String
]
Inherited from:
ApiEndpoint
def
descr
:
String
Inherited from:
ApiEndpoint
protected
def
inMapper
():
Option
[
EndpointInput
[
NoInput
]]
Inherited from:
ApiEndpoint
protected
def
outMapper
():
Option
[
EndpointOutput
[
NoOutput
]]
Inherited from:
ApiEndpoint
def
postmanBaseEndpoint
(
using
tenantId:
Option
[
String
]):
Endpoint
[
Unit
,
_
,
Unit
,
Unit
,
Any
]
Inherited from:
ApiEndpoint
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
protected
def
tenantIdPath
(
id:
String
):
EndpointInput
[
String
]
Inherited from:
ApiEndpoint
def
withDescr
(
description:
String
):
GetActiveTask
Inherited from:
ApiEndpoint
inline
def
withInExample
(
inline
example:
NoInput
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withInExample
(
label:
String
,
example:
NoInput
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withName
(
n:
String
):
GetActiveTask
Inherited from:
ApiEndpoint
inline
def
withOutExample
(
inline
example:
NoOutput
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withOutExample
(
label:
String
,
example:
NoOutput
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withTag
(
t:
String
):
GetActiveTask
Inherited from:
ApiEndpoint
Concrete fields
val
apiName
:
String
val
endpointType
:
String
val
outStatusCode
:
StatusCode
Inherited fields
lazy
val
inExample
:
NoInput
Inherited from:
ApiEndpoint
lazy
val
outExample
:
NoOutput
Inherited from:
ApiEndpoint
lazy
val
postmanName
:
String
Inherited from:
ApiEndpoint
lazy
val
tag
:
String
Inherited from:
ApiEndpoint