Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
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.xml | |
com.whitestein.lsps.human.context |
Classes that represents human-oriented model objects in java code.
|
Modifier and Type | Method and Description |
---|---|
ExternalRecordHolder |
RuntimeToJavaConverter.convertExternalEntityToRuntime(Object object)
Converts external value to runtime value.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
Object entity)
Returns a shared record for the given Hibernate entity.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id)
Returns a shared record for the given type and id.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id,
Long auditRevisionId)
Returns a shared record for the given type and id.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
String type,
Serializable id)
Returns a shared record for the given type and id.
|
ExternalRecordHolder |
SharedRecordTypeFactory.getRecord(ModelInstance modelInstance,
String type,
Serializable id,
Long auditRevisionId)
Returns a shared record for the given type and id.
|
Modifier and Type | Method and Description |
---|---|
Object |
SharedRecordTypeFactory.getEntity(ExternalRecordHolder recordHolder)
Returns entity for the holder.
|
Modifier and Type | Method and Description |
---|---|
ExternalRecordHolder |
ExternalEntityChange.getExternalHolder()
Returns external record holder.
|
ExternalRecordHolder |
ExternalRecordPropertyAccessEvent.getHolder() |
Constructor and Description |
---|
ExternalEntityChange(ExternalRecordHolder holder,
String property,
Object newValue)
Creates new instance.
|
ExternalRecordPropertyAccessEvent(ExternalRecordHolder holder,
RecordType recordType,
RecordProperty property,
Object value) |
Modifier and Type | Method and Description |
---|---|
ExternalRecordHolder |
ExternalRecordEntityAdapter.getHolder()
Returns holder for the underlying entity.
|
Modifier and Type | Method and Description |
---|---|
List<ExternalRecordHolder> |
ChangedExternalEntitiesListener.getChangedExternalEntities()
Returns list of changed external record holder.
|
Modifier and Type | Method and Description |
---|---|
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
Object entity) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
RecordType type,
Serializable id,
Long auditRevisionId) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
String type,
Serializable id) |
ExternalRecordHolder |
SharedRecordTypeFactoryImpl.getRecord(ModelInstance modelInstance,
String type,
Serializable id,
Long auditRevisionId) |
Modifier and Type | Method and Description |
---|---|
Object |
SharedRecordTypeFactoryImpl.getEntity(ExternalRecordHolder recordHolder) |
Modifier and Type | Method and Description |
---|---|
ExternalRecordHolder |
ModelInstance.getHolderForEntity(Object entity)
Returns holder for an entity.
|
Modifier and Type | Method and Description |
---|---|
List<ExternalRecordHolder> |
ModelInstance.getToBeRemoved()
Auxiliary collections used for deleting records.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.addEntityHolder(Object entity,
ExternalRecordHolder holder)
Adds entity - holder pair
|
Modifier and Type | Method and Description |
---|---|
protected PersonEntity |
ToJoinTodoListQueryCommon.getPersonEntity(ExternalRecordHolder holder) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.