Package | Description |
---|---|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.engine.state.ser | |
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.human.context |
Classes that represents human-oriented model objects in java code.
|
com.whitestein.lsps.orgstructure.context |
Classes that represents Organization Structure model objects
like
RoleUnitHolder in java code. |
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
Modifier and Type | Method and Description |
---|---|
ExternalValue |
ExternalEntityChange.getElement() |
Modifier and Type | Method and Description |
---|---|
ExternalValue |
ExternalRecordEntityAdapter.getExternalValue()
finds an existing external value for entity hold by this adapter.
|
ExternalValue |
ToMergeRelation.getSourceValue()
Returns value to which the property value should be set.
|
protected ExternalValue |
ExternalRecordHolder.getVal()
Returns underlying
ExternalValue . |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeToPersistentConverter.addToBatchLoading(ExternalValue externalValue)
Deprecated.
|
void |
ExternalTypeFactory.addToBatchLoading(ExternalValue value,
RecordType type)
Deprecated.
|
RecordHolder |
ExternalTypeFactory.convertValueToHolder(ExternalValue value,
RecordType recordType)
Converts given external type value to external holder.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeToPersistentConverter.addToBatchLoading(Collection<ExternalValue> externalValues)
Register external values to be loaded in batch.
|
void |
ExternalTypeFactory.addToBatchLoading(Collection<ExternalValue> values)
Register value to be loaded in batch
|
Constructor and Description |
---|
ExternalRecordEntityAdapter(Object entity,
ExternalValue externalValue,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider)
Creates new instance.
|
ExternalRecordHolder(ExternalValue val,
ModelProvider modelProvider,
ExternalRecordEntityAdapter adapter)
Creates new instance.
|
ExternalRecordHolderBase(ExternalValue val,
ModelProvider modelProvider)
Creates new instance of
ExternalRecordHolderBase . |
ToMergeRelation(String property,
ExternalValue sourceValue,
Value targetToMergeValues)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedRecordTypeFactoryImpl.addToBatchLoading(ExternalValue value,
RecordType type)
Register value to be loaded in batch
|
void |
ExternalRecordTypeFactoryImpl.addToBatchLoading(ExternalValue value,
RecordType type) |
RecordHolder |
SharedRecordTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType type) |
RecordHolder |
ExternalRecordTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
Modifier and Type | Method and Description |
---|---|
void |
SharedRecordTypeFactoryImpl.addToBatchLoading(Collection<ExternalValue> values) |
void |
ExternalRecordTypeFactoryImpl.addToBatchLoading(Collection<ExternalValue> values) |
Constructor and Description |
---|
PojoExternalRecordEntityAdapter(Object entity,
ExternalValue externalValue,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
SharedRecordTypeFactory sharedRecordTypeFactory,
ExternalTypeProvider provider)
Creates new instance.
|
PojoSharedRecordEntityAdapter(Object entity,
ExternalValue externalValue,
com.whitestein.lsps.model.sharedrecord.SharedRecordConfiguration configuration,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
boolean isAuxiliary)
Creates new instance.
|
SharedRecordEntityAdapter(Object entity,
ExternalValue externalValue,
com.whitestein.lsps.model.sharedrecord.SharedRecordConfiguration configuration,
RecordType type,
ModelInstance modelInstance,
ModelProvider modelProvider,
boolean isAuxiliary)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ExternalValue |
SExternalValue.toValue(ModelInstance modelInstance) |
Modifier and Type | Method and Description |
---|---|
ExternalValue |
ExternalValue.createCopy(ModelInstance targetModelInstance) |
ExternalValue |
ModelInstance.findCreateExternalValue(String typeString,
String primaryKeyString,
Long processInstanceId)
Finds an existing external value for the type and primary key.
|
ExternalValue |
ModelInstance.findCreateExternalValue(String typeString,
String primaryKeyString,
Long processInstanceId,
Long revisionId)
Finds an existing external value for the type and primary key.
|
ExternalValue |
ModelInstance.findExternalValue(String typeString,
String objectIdentification,
Long revisionId)
Finds an existing external value for the type and primary key.
|
Modifier and Type | Method and Description |
---|---|
Map<ExternalValueUniqueKey,ExternalValue> |
ModelInstance.getExternalValues()
Returns map of entity identification -> external value
|
List<ExternalValue> |
ModelInstance.getLastPersisted()
Returns records persisted during last evaluation level merge.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.addLastPersisted(ExternalValue value)
Add to last persisted objects.
|
T |
ValueVisitor.visit(ExternalValue externalTypeValue)
Visits value.
|
Modifier and Type | Method and Description |
---|---|
void |
HumanTypeFactoryImpl.addToBatchLoading(ExternalValue value,
RecordType type) |
RecordHolder |
HumanTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
Modifier and Type | Method and Description |
---|---|
void |
HumanTypeFactoryImpl.addToBatchLoading(Collection<ExternalValue> values) |
Modifier and Type | Method and Description |
---|---|
void |
OrgTypeFactoryImpl.addToBatchLoading(ExternalValue value,
RecordType type) |
RecordHolder |
OrgTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
Modifier and Type | Method and Description |
---|---|
void |
OrgTypeFactoryImpl.addToBatchLoading(Collection<ExternalValue> values) |
Modifier and Type | Method and Description |
---|---|
void |
CoreTypeFactoryImpl.addToBatchLoading(ExternalValue value,
RecordType type) |
RecordHolder |
CoreTypeFactoryImpl.convertValueToHolder(ExternalValue value,
RecordType recordType) |
Modifier and Type | Method and Description |
---|---|
void |
CoreTypeFactoryImpl.addToBatchLoading(Collection<ExternalValue> values) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.