| Package | Description |
|---|---|
| org.otcl2.common.engine.compiler | |
| org.otcl2.common.engine.profiler | |
| org.otcl2.common.engine.profiler.dto | |
| org.otcl2.common.executor |
| Modifier and Type | Field and Description |
|---|---|
IndexedCollectionsDto |
OtclCommandContext.profiledCollectionsDto
The profiled collections dto.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexedCollectionsDto |
IndexedCollectionsDtoFactory.create(IndexedCollectionsDto parentPCD,
Object value,
String idxStr,
boolean hasChildren)
Creates the.
|
static IndexedCollectionsDto |
IndexedCollectionsDtoFactory.create(OtclCommandContext otclCommandContext,
IndexedCollectionsDto parentPCD,
Object value,
String idxStr)
Creates the.
|
static IndexedCollectionsDto |
IndexedCollectionsDtoFactory.createRoot(OtclCommandDto otclCommandDto,
boolean hasChildren,
Object value,
String idxStr)
Creates a new IndexedCollectionsDto object.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexedCollectionsDto |
IndexedCollectionsDtoFactory.create(IndexedCollectionsDto parentPCD,
Object value,
String idxStr,
boolean hasChildren)
Creates the.
|
static IndexedCollectionsDto |
IndexedCollectionsDtoFactory.create(OtclCommandContext otclCommandContext,
IndexedCollectionsDto parentPCD,
Object value,
String idxStr)
Creates the.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,IndexedCollectionsDto> |
IndexedCollectionsDto.children
The children.
|
| Modifier and Type | Method and Description |
|---|---|
T |
CodeExecutor.execute(S srcObject,
IndexedCollectionsDto sourcePCD,
Map<String,Object> config)
Execute.
|
Copyright © 2021. All rights reserved.