IQueryDTO
Interface for all QueryDTOs.
Sub Types
Sub Type
Description
Sub Type Property: "_type"
QueryDTO to retrieve a dependent WorkSpace. If no masterWorkSpaceMetaData is passed, a newWorkSpace will be created using the given master entity and pk. To access a master WorkSpacethat was already created in this session, it is required to pass the masterWorkSpaceMetaData.
DEPENDENT_WS
QueryDTO to access the WorkSpace with the given Id to retrieve the entries with the given pks.
LOAD
QueryDTO to extract the results of a single entity from an existing lucene result.
LUCENE