Serialized Form
-
Package io.resys.hdes.client.api
-
Class io.resys.hdes.client.api.ImmutableCacheEntry
class ImmutableCacheEntry extends Object implements Serializable-
Serialized Fields
-
ast
AstBody ast
-
id
String id
-
program
Program program
-
source
AstBody.AstSource source
-
-
-
Class io.resys.hdes.client.api.ImmutableCopyAs
class ImmutableCopyAs extends Object implements Serializable -
Class io.resys.hdes.client.api.ImmutableCreateStoreEntity
class ImmutableCreateStoreEntity extends Object implements Serializable-
Serialized Fields
-
body
com.google.common.collect.ImmutableList<AstCommand> body
-
bodyType
AstBody.AstBodyType bodyType
-
id
String id
-
-
-
Class io.resys.hdes.client.api.ImmutableDebugRequest
class ImmutableDebugRequest extends Object implements Serializable -
Class io.resys.hdes.client.api.ImmutableDebugResponse
class ImmutableDebugResponse extends Object implements Serializable-
Serialized Fields
-
body
Program.ProgramResult body
-
bodyCsv
String bodyCsv
-
id
String id
-
-
-
Class io.resys.hdes.client.api.ImmutableDeleteAstType
class ImmutableDeleteAstType extends Object implements Serializable-
Serialized Fields
-
bodyType
AstBody.AstBodyType bodyType
-
id
String id
-
-
-
Class io.resys.hdes.client.api.ImmutableDiffRequest
class ImmutableDiffRequest extends Object implements Serializable -
Class io.resys.hdes.client.api.ImmutableStoreDump
class ImmutableStoreDump extends Object implements Serializable-
Serialized Fields
-
id
String id
-
value
com.google.common.collect.ImmutableList<AstBody.AstSource> value
-
-
-
Class io.resys.hdes.client.api.ImmutableUpdateStoreEntity
class ImmutableUpdateStoreEntity extends Object implements Serializable-
Serialized Fields
-
body
com.google.common.collect.ImmutableList<AstCommand> body
-
id
String id
-
-
-
Class io.resys.hdes.client.api.ImmutableUpdateStoreEntityWithBodyType
class ImmutableUpdateStoreEntityWithBodyType extends Object implements Serializable-
Serialized Fields
-
body
com.google.common.collect.ImmutableList<AstCommand> body
-
bodyType
AstBody.AstBodyType bodyType
-
id
String id
-
-
-
-
Package io.resys.hdes.client.api.ast
-
Class io.resys.hdes.client.api.ast.ImmutableAstBranch
class ImmutableAstBranch extends Object implements Serializable-
Serialized Fields
-
bodyType
AstBody.AstBodyType bodyType
-
created
LocalDateTime created
-
description
String description
-
headers
AstBody.Headers headers
-
messages
com.google.common.collect.ImmutableList<AstBody.AstCommandMessage> messages
-
name
String name
-
tagId
String tagId
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstCommand
class ImmutableAstCommand extends Object implements Serializable-
Serialized Fields
-
id
String id
-
type
AstCommand.AstCommandValue type
-
value
String value
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstCommandMessage
class ImmutableAstCommandMessage extends Object implements Serializable-
Serialized Fields
-
line
int line
-
range
AstBody.AstCommandRange range
-
type
AstBody.CommandMessageType type
-
value
String value
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstCommandRange
class ImmutableAstCommandRange extends Object implements Serializable -
Class io.resys.hdes.client.api.ast.ImmutableAstDecision
class ImmutableAstDecision extends Object implements Serializable-
Serialized Fields
-
bodyType
AstBody.AstBodyType bodyType
-
description
String description
-
headerExpressions
com.google.common.collect.ImmutableMap<TypeDef.ValueType,
List<String>> headerExpressions -
headers
AstBody.Headers headers
-
headerTypes
com.google.common.collect.ImmutableList<String> headerTypes
-
hitPolicy
AstDecision.HitPolicy hitPolicy
-
messages
com.google.common.collect.ImmutableList<AstBody.AstCommandMessage> messages
-
name
String name
-
rows
com.google.common.collect.ImmutableList<AstDecision.AstDecisionRow> rows
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstDecisionCell
class ImmutableAstDecisionCell extends Object implements Serializable -
Class io.resys.hdes.client.api.ast.ImmutableAstDecisionRow
class ImmutableAstDecisionRow extends Object implements Serializable-
Serialized Fields
-
cells
com.google.common.collect.ImmutableList<AstDecision.AstDecisionCell> cells
-
id
String id
-
order
int order
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstFlow
class ImmutableAstFlow extends Object implements Serializable-
Serialized Fields
-
autocomplete
com.google.common.collect.ImmutableList<AstFlow.FlowAstAutocomplete> autocomplete
-
bodyType
AstBody.AstBodyType bodyType
-
description
String description
-
headers
AstBody.Headers headers
-
messages
com.google.common.collect.ImmutableList<AstBody.AstCommandMessage> messages
-
name
String name
-
src
AstFlow.AstFlowRoot src
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstFlowInputType
class ImmutableAstFlowInputType extends Object implements Serializable -
Class io.resys.hdes.client.api.ast.ImmutableAstService
class ImmutableAstService extends Object implements Serializable-
Serialized Fields
-
beanType
Class<? extends AstService.ServiceExecutorType> beanType
-
bodyType
AstBody.AstBodyType bodyType
-
description
String description
-
executorType
AstService.AstServiceType executorType
-
headers
AstBody.Headers headers
-
messages
com.google.common.collect.ImmutableList<AstBody.AstCommandMessage> messages
-
name
String name
-
refs
com.google.common.collect.ImmutableList<AstService.AstServiceRef> refs
-
returnDef1
TypeDef returnDef1
-
typeDef0
TypeDef typeDef0
-
typeDef1
TypeDef typeDef1
-
value
String value
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstServiceRef
class ImmutableAstServiceRef extends Object implements Serializable-
Serialized Fields
-
bodyType
AstBody.AstBodyType bodyType
-
refValue
String refValue
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstSource
class ImmutableAstSource extends Object implements Serializable-
Serialized Fields
-
bodyType
AstBody.AstBodyType bodyType
-
commands
com.google.common.collect.ImmutableList<AstCommand> commands
-
hash
String hash
-
id
String id
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstTag
class ImmutableAstTag extends Object implements Serializable-
Serialized Fields
-
bodyType
AstBody.AstBodyType bodyType
-
commitId
String commitId
-
created
LocalDateTime created
-
description
String description
-
headers
AstBody.Headers headers
-
messages
com.google.common.collect.ImmutableList<AstBody.AstCommandMessage> messages
-
name
String name
-
values
com.google.common.collect.ImmutableList<AstTag.AstTagValue> values
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableAstTagSummary
class ImmutableAstTagSummary extends Object implements Serializable-
Serialized Fields
-
decisions
com.google.common.collect.ImmutableList<AstTagSummary.SummaryItem> decisions
-
flows
com.google.common.collect.ImmutableList<AstTagSummary.SummaryItem> flows
-
services
com.google.common.collect.ImmutableList<AstTagSummary.SummaryItem> services
-
tagName
String tagName
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableFlowAstAutocomplete
class ImmutableFlowAstAutocomplete extends Object implements Serializable-
Serialized Fields
-
id
String id
-
range
com.google.common.collect.ImmutableList<AstBody.AstCommandRange> range
-
value
com.google.common.collect.ImmutableList<String> value
-
-
-
Class io.resys.hdes.client.api.ast.ImmutableHeaders
class ImmutableHeaders extends Object implements Serializable -
Class io.resys.hdes.client.api.ast.ImmutableTypeDef
class ImmutableTypeDef extends TypeDef implements Serializable- serialVersionUID:
- -1945170579949676929L
-
Serialized Fields
-
beanType
Class<?> beanType
-
data
Boolean data
-
description
String description
-
deserializer
TypeDef.Deserializer deserializer
-
direction
TypeDef.Direction direction
-
extRef
String extRef
-
id
String id
-
isRequired
boolean isRequired
-
name
String name
-
order
Integer order
-
properties
Collection<TypeDef> properties
-
ref
String ref
-
script
String script
-
serializer
TypeDef.Serializer serializer
-
values
String values
-
valueSet
com.google.common.collect.ImmutableList<String> valueSet
-
valueType
TypeDef.ValueType valueType
-
-
Class io.resys.hdes.client.api.ast.TypeDef
class TypeDef extends Object implements Serializable- serialVersionUID:
- -1945170579949676929L
-
-
Package io.resys.hdes.client.api.exceptions
-
Exception io.resys.hdes.client.api.exceptions.AstException
class AstException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.ComposerException
class ComposerException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.DataTypeException
class DataTypeException extends RuntimeException implements Serializable- serialVersionUID:
- 1479713119727436525L
-
Exception io.resys.hdes.client.api.exceptions.DecisionAstException
class DecisionAstException extends AstException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Serialized Fields
-
command
AstCommand command
-
-
Exception io.resys.hdes.client.api.exceptions.DecisionProgramException
class DecisionProgramException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.FlowAstException
class FlowAstException extends AstException implements Serializable- serialVersionUID:
- -6178092648334273740L
-
Serialized Fields
-
src
String src
-
-
Exception io.resys.hdes.client.api.exceptions.HdesBadRequestException
class HdesBadRequestException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.HdesEntityNotFoundException
class HdesEntityNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.HdesJsonException
class HdesJsonException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.ProgramException
class ProgramException extends RuntimeException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Exception io.resys.hdes.client.api.exceptions.ServiceAstException
class ServiceAstException extends AstException implements Serializable- serialVersionUID:
- -7154685569622201632L
-
Serialized Fields
-
command
AstCommand command
-
-
Exception io.resys.hdes.client.api.exceptions.StoreException
class StoreException extends RuntimeException implements Serializable- serialVersionUID:
- 7058468238867536222L
-
Serialized Fields
-
code
String code
-
messages
List<HdesStore.StoreExceptionMsg> messages
-
target
Optional<HdesStore.StoreEntity> target
-
-
-
Package io.resys.hdes.client.api.programs
-
Class io.resys.hdes.client.api.programs.ImmutableBranchProgram
class ImmutableBranchProgram extends Object implements Serializable -
Class io.resys.hdes.client.api.programs.ImmutableDecisionLog
class ImmutableDecisionLog extends Object implements Serializable-
Serialized Fields
-
accepts
com.google.common.collect.ImmutableList<DecisionProgram.DecisionLogEntry> accepts
-
match
Boolean match
-
order
Integer order
-
returns
com.google.common.collect.ImmutableList<DecisionProgram.DecisionLogEntry> returns
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableDecisionLogEntry
class ImmutableDecisionLogEntry extends Object implements Serializable-
Serialized Fields
-
expression
String expression
-
headerType
TypeDef headerType
-
match
Boolean match
-
usedValue
Serializable usedValue
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableDecisionProgram
class ImmutableDecisionProgram extends Object implements Serializable-
Serialized Fields
-
hitPolicy
AstDecision.HitPolicy hitPolicy
-
rows
com.google.common.collect.ImmutableList<DecisionProgram.DecisionRow> rows
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableDecisionResult
class ImmutableDecisionResult extends Object implements Serializable-
Serialized Fields
-
matches
com.google.common.collect.ImmutableList<DecisionProgram.DecisionLog> matches
-
rejections
com.google.common.collect.ImmutableList<DecisionProgram.DecisionLog> rejections
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableDecisionRow
class ImmutableDecisionRow extends Object implements Serializable-
Serialized Fields
-
accepts
com.google.common.collect.ImmutableList<DecisionProgram.DecisionRowAccepts> accepts
-
order
int order
-
returns
com.google.common.collect.ImmutableList<DecisionProgram.DecisionRowReturns> returns
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableDecisionRowAccepts
class ImmutableDecisionRowAccepts extends Object implements Serializable-
Serialized Fields
-
expression
ExpressionProgram expression
-
key
TypeDef key
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableDecisionRowReturns
class ImmutableDecisionRowReturns extends Object implements Serializable-
Serialized Fields
-
key
TypeDef key
-
value
Serializable value
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableExpressionResult
class ImmutableExpressionResult extends Object implements Serializable-
Serialized Fields
-
constants
com.google.common.collect.ImmutableList<String> constants
-
type
TypeDef.ValueType type
-
value
Object value
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowProgram
class ImmutableFlowProgram extends Object implements Serializable-
Serialized Fields
-
acceptDefs
Collection<TypeDef> acceptDefs
-
startStepId
String startStepId
-
steps
com.google.common.collect.ImmutableMap<String,
FlowProgram.FlowProgramStep> steps
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowProgramStep
class ImmutableFlowProgramStep extends Object implements Serializable-
Serialized Fields
-
body
FlowProgram.FlowProgramStepBody body
-
id
String id
-
pointer
FlowProgram.FlowProgramStepPointer pointer
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowProgramStepBody
class ImmutableFlowProgramStepBody extends Object implements Serializable-
Serialized Fields
-
collection
Boolean collection
-
inputMapping
com.google.common.collect.ImmutableMap<String,
String> inputMapping -
ref
String ref
-
refType
FlowProgram.FlowProgramStepRefType refType
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowProgramStepEndPointer
class ImmutableFlowProgramStepEndPointer extends Object implements Serializable-
Serialized Fields
-
type
FlowProgram.FlowProgramStepPointerType type
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowProgramStepThenPointer
class ImmutableFlowProgramStepThenPointer extends Object implements Serializable-
Serialized Fields
-
stepId
String stepId
-
type
FlowProgram.FlowProgramStepPointerType type
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowProgramStepWhenThenPointer
class ImmutableFlowProgramStepWhenThenPointer extends Object implements Serializable-
Serialized Fields
-
conditions
com.google.common.collect.ImmutableList<FlowProgram.FlowProgramStepConditionalThenPointer> conditions
-
type
FlowProgram.FlowProgramStepPointerType type
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowResult
class ImmutableFlowResult extends Object implements Serializable-
Serialized Fields
-
accepts
com.google.common.collect.ImmutableMap<String,
Serializable> accepts -
isReturnsCollection
boolean isReturnsCollection
-
lastLogs
com.google.common.collect.ImmutableList<FlowProgram.FlowResultLog> lastLogs
-
logs
com.google.common.collect.ImmutableList<FlowProgram.FlowResultLog> logs
-
returns
com.google.common.collect.ImmutableMap<String,
Serializable> returns -
shortHistory
String shortHistory
-
status
FlowProgram.FlowExecutionStatus status
-
stepId
String stepId
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableFlowResultErrorLog
class ImmutableFlowResultErrorLog extends Object implements Serializable -
Class io.resys.hdes.client.api.programs.ImmutableFlowResultLog
class ImmutableFlowResultLog extends Object implements Serializable-
Serialized Fields
-
accepts
com.google.common.collect.ImmutableMap<String,
Serializable> accepts -
end
LocalDateTime end
-
errors
com.google.common.collect.ImmutableList<FlowProgram.FlowResultErrorLog> errors
-
id
Integer id
-
isReturnsCollection
boolean isReturnsCollection
-
returns
com.google.common.collect.ImmutableMap<String,
Serializable> returns -
returnsValue
Serializable returnsValue
-
start
LocalDateTime start
-
status
FlowProgram.FlowExecutionStatus status
-
stepId
String stepId
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableServiceProgram
class ImmutableServiceProgram extends Object implements Serializable-
Serialized Fields
-
bean
AstService.ServiceExecutorType bean
-
executorType
AstService.AstServiceType executorType
-
typeDef0
TypeDef typeDef0
-
typeDef1
TypeDef typeDef1
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableServiceResult
class ImmutableServiceResult extends Object implements Serializable-
Serialized Fields
-
value
Serializable value
-
-
-
Class io.resys.hdes.client.api.programs.ImmutableTagProgram
class ImmutableTagProgram extends Object implements Serializable
-
-
Package io.resys.hdes.client.spi
-
Class io.resys.hdes.client.spi.ImmutableProgramContext
class ImmutableProgramContext extends Object implements Serializable- serialVersionUID:
- 6910151114801874342L
-
Serialized Fields
-
callbackThatWillSupplyAllData
HdesClient.ExecutorInput callbackThatWillSupplyAllData
-
dependencyInjectionContext
HdesClientConfig.DependencyInjectionContext dependencyInjectionContext
-
envir
ProgramEnvir envir
-
factory
HdesClient.HdesTypesMapper factory
-
genericData
Map<String,
Serializable> genericData -
log
Program.ExecutionLog log
-
serviceData
Object serviceData
-
suppliers
List<Supplier<Map<String,
Serializable>>> suppliers
-
-
-
Package io.resys.hdes.client.spi.flow.ast.beans
-
Class io.resys.hdes.client.spi.flow.ast.beans.NodeBean
class NodeBean extends Object implements Serializable- serialVersionUID:
- 5409590378906097144L
-
Class io.resys.hdes.client.spi.flow.ast.beans.NodeFlowBean
class NodeFlowBean extends NodeBean implements Serializable- serialVersionUID:
- 8492235102091866790L
-
Serialized Fields
-
inputs
io.resys.hdes.client.spi.flow.ast.beans.NodeFlowBean.NodeInputs inputs
-
inputTypes
Collection<AstFlow.AstFlowInputType> inputTypes
-
tasks
io.resys.hdes.client.spi.flow.ast.beans.NodeFlowBean.NodeTasks tasks
-
value
String value
-
-
-
Package io.resys.hdes.client.spi.groovy
-
Exception io.resys.hdes.client.spi.groovy.GroovyCompilationCustomizer.UnknownInputTypeException
class UnknownInputTypeException extends RuntimeException implements Serializable- serialVersionUID:
- -5119010536538764035L
-
-
Package io.resys.hdes.client.spi.staticresources
-
Class io.resys.hdes.client.spi.staticresources.StoreEntityLocation
class StoreEntityLocation extends Object implements Serializable- serialVersionUID:
- -5312216893265396576L
-
Serialized Fields
-
value
String value
-
-
-
Package io.resys.hdes.client.spi.util
-
Exception io.resys.hdes.client.spi.util.HdesAssert.HdesAssertException
class HdesAssertException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 6305063707279384796L
-