| Package | Description |
|---|---|
| org.otcl2.common.dto | |
| org.otcl2.common.engine.compiler | |
| org.otcl2.common.engine.profiler | |
| org.otcl2.common.factory |
| Modifier and Type | Field and Description |
|---|---|
OtclCommandDto |
OtclCommandDto.parent
The parent.
|
OtclCommandDto |
DeploymentDto.CompiledInfo.sourceOCDStem
The source OCD stem.
|
OtclCommandDto |
DeploymentDto.CompiledInfo.targetOCDStem
The target OCD stem.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,OtclCommandDto> |
OtclCommandDto.children
The children.
|
Map<String,OtclCommandDto> |
OtclDto.sourceOCDStems
The source OCD stems.
|
Map<String,OtclCommandDto> |
OtclDto.targetOCDStems
The target OCD stems.
|
| Modifier and Type | Method and Description |
|---|---|
abstract OtclCommandDto |
OtclCommandDto.Builder.build()
Builds the.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OtclCommandDto.addChild(OtclCommandDto otclCommandDto)
Adds the child.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addChild(String fieldName,
OtclCommandDto otclCommandDto)
Adds the child.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addParent(OtclCommandDto parent)
Adds the parent.
|
OtclDto.Builder |
OtclDto.Builder.addSourceOtclCommandDtoStem(OtclCommandDto sourceOCD)
Adds the source otcl command dto stem.
|
OtclDto.Builder |
OtclDto.Builder.addTargetOtclCommandDtoStem(OtclCommandDto targetOCD)
Adds the target otcl command dto stem.
|
| Modifier and Type | Field and Description |
|---|---|
OtclCommandDto |
OtclCommandContext.otclCommandDto
The otcl command dto.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexedCollectionsDto |
IndexedCollectionsDtoFactory.createRoot(OtclCommandDto otclCommandDto,
boolean hasChildren,
Object value,
String idxStr)
Creates a new IndexedCollectionsDto object.
|
| Modifier and Type | Method and Description |
|---|---|
static OtclCommandDto |
OtclCommandDtoFactory.create(OtclConstants.TARGET_SOURCE enumTargetOrSource,
String otclToken,
String tokenPath,
int idx,
String fldName,
String concreteType,
boolean isRootNode,
Field field,
Class<?> fldType,
Class<?> genericType,
boolean isLeaf)
Creates the.
|
static OtclCommandDto |
OtclCommandDtoFactory.createCollectionMember(OtclCommandDto otclCommandDto,
boolean isLeaf)
Creates a new OtclCommandDto object.
|
static OtclCommandDto |
OtclCommandDtoFactory.createMapMember(OtclCommandDto otclCommandDto,
Type parameterizedType,
boolean isLeaf,
boolean isKey)
Creates a new OtclCommandDto object.
|
static OtclCommandDto |
OtclCommandDtoFactory.createMapMember(String id,
OtclCommandDto otclCommandDto,
String otclChain,
String[] otclTokens,
boolean isLeaf)
Creates a new OtclCommandDto object.
|
| Modifier and Type | Method and Description |
|---|---|
static OtclCommandDto |
OtclCommandDtoFactory.createCollectionMember(OtclCommandDto otclCommandDto,
boolean isLeaf)
Creates a new OtclCommandDto object.
|
static OtclCommandDto |
OtclCommandDtoFactory.createMapMember(OtclCommandDto otclCommandDto,
Type parameterizedType,
boolean isLeaf,
boolean isKey)
Creates a new OtclCommandDto object.
|
static OtclCommandDto |
OtclCommandDtoFactory.createMapMember(String id,
OtclCommandDto otclCommandDto,
String otclChain,
String[] otclTokens,
boolean isLeaf)
Creates a new OtclCommandDto object.
|
static void |
OtclCommandDtoFactory.createMembers(String id,
OtclCommandDto otclCommandDto,
String otclChain,
String[] otclTokens)
Creates a new OtclCommandDto object.
|
Copyright © 2021. All rights reserved.