Package | Description |
---|---|
com.evolveum.midpoint.repo.sql.data.common | |
com.evolveum.midpoint.repo.sql.query.definition | |
com.evolveum.midpoint.repo.sql.util |
Modifier and Type | Class and Description |
---|---|
class |
RAbstractRole<T extends AbstractRoleType> |
class |
RAccountShadow |
class |
RConnector |
class |
RConnectorHost |
class |
RFocus<T extends FocusType> |
class |
RGenericObject |
class |
RNode |
class |
RObjectTemplate |
class |
ROrg |
class |
RResource |
class |
RRole |
class |
RShadow<T extends ShadowType> |
class |
RSystemConfiguration |
class |
RTask |
class |
RUser |
class |
RValuePolicy |
Modifier and Type | Method and Description |
---|---|
RObject |
ROrgClosure.getAncestor() |
RObject |
ROrgClosure.getDescendant() |
RObject |
RTrigger.getOwner() |
RObject |
RAuthorization.getOwner() |
RObject |
ROperationResult.getOwner() |
RObject |
RAssignment.getOwner() |
RObject |
RExclusion.getOwner() |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
RObject.copyFromJAXB(ObjectType jaxb,
RObject<T> repo,
PrismContext prismContext) |
static <T extends ObjectType> |
RObject.copyToJAXB(RObject<T> repo,
ObjectType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
void |
ROrgClosure.setAncestor(RObject ancestor) |
void |
ROrgClosure.setDescendant(RObject descendant) |
void |
RTrigger.setOwner(RObject owner) |
void |
RAuthorization.setOwner(RObject owner) |
void |
ROperationResult.setOwner(RObject owner) |
void |
RAssignment.setOwner(RObject owner) |
void |
RExclusion.setOwner(RObject owner) |
Constructor and Description |
---|
RAssignment(RObject owner,
RAssignmentOwner assignmentOwner) |
RAuthorization(RObject owner) |
RExclusion(RObject owner) |
ROrgClosure(RObject ancestor,
RObject descendant,
int depth) |
ROrgClosure(RObject ancestor,
RObject descendant,
int depth) |
RTrigger(RObject owner) |
Modifier and Type | Method and Description |
---|---|
<T extends RObject> |
ClassDefinitionParser.parseObjectTypeClass(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends RObject> |
ClassMapper.getHQLTypeClass(Class<? extends ObjectType> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
ContainerIdGenerator.generateIdForObject(RObject container)
This method provides simplyfied id generator (without DB selects)
Improve it later (fixes MID-1430).
|
Copyright © 2013 evolveum. All rights reserved.