Package | Description |
---|---|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalRecordEntityAdapter
Common implementation for pojo and
ExternalRecordEntity based adapters. |
class |
InternalRecordEntityAdapter
Adapter for internal record.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RecordEntityAdapter |
RecordHolderBase.getAdapter()
Returns adapter.
|
protected RecordEntityAdapter |
InternalRecordHolder.getAdapter() |
protected RecordEntityAdapter |
ExternalRecordHolderBase.getAdapterInternal()
Returns adapter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExternalRecordHolderBase.setAdapter(RecordEntityAdapter adapter)
Sets adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
PojoExternalRecordEntityAdapter
Adapter for external record backed by pojo entity.
|
class |
PojoSharedRecordEntityAdapter
Adapter for shared records that are backed by pojo entity.
|
class |
SharedRecordEntityAdapter
Common adapter for shared record entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessInstanceAdapter
Adapter for process instance reflection type.
|
class |
ProcessInstanceRemoteMIAdapter
Adapter for process instance referenced from other model instance.
|
class |
ProcessInstanceThisMIAdapter
Adapter for process instance referenced from parent model instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.