Modifier and Type | Method and Description |
---|---|
<T extends ObjectType,D extends Definition> |
QueryDefinitionRegistry.findDefinition(Class<T> type,
ItemPath path,
Class<D> definitionType) |
Modifier and Type | Method and Description |
---|---|
String |
QueryContext.addAlias(ItemPath path,
Definition def) |
Modifier and Type | Class and Description |
---|---|
class |
AnyDefinition |
class |
CollectionDefinition |
class |
EntityDefinition |
class |
PropertyDefinition |
class |
ReferenceDefinition |
class |
VirtualCollectionDefinition |
class |
VirtualEntityDefinition |
class |
VirtualPropertyDefinition |
Modifier and Type | Method and Description |
---|---|
<D extends Definition> |
EntityDefinition.findDefinition(ItemPath path,
Class<D> type) |
<D extends Definition> |
Definition.findDefinition(ItemPath path,
Class<D> type) |
<D extends Definition> |
EntityDefinition.findDefinition(QName jaxbName,
Class<D> type) |
<D extends Definition> |
Definition.findDefinition(QName jaxbName,
Class<D> type) |
Modifier and Type | Method and Description |
---|---|
Definition |
CollectionDefinition.getDefinition() |
Modifier and Type | Method and Description |
---|---|
List<Definition> |
EntityDefinition.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
EntityDefinition.addDefinition(Definition definition) |
int |
DefinitionComparator.compare(Definition o1,
Definition o2) |
Modifier and Type | Class and Description |
---|---|
class |
DefinitionHandler<D extends Definition> |
Modifier and Type | Method and Description |
---|---|
protected List<Definition> |
ItemRestriction.createDefinitionPath(ItemPath path,
QueryContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
ItemRestriction.addNewCriteriaToContext(ItemPath path,
Definition def,
String realName) |
Copyright © 2013 evolveum. All rights reserved.