Modifier and Type | Class and Description |
---|---|
class |
RAbstractRole<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType> |
class |
RConnector |
class |
RConnectorHost |
class |
RFocus<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
class |
RGenericObject |
class |
RNode |
class |
RObjectTemplate |
class |
ROrg |
class |
RReport |
class |
RReportOutput |
class |
RResource |
class |
RRole |
class |
RSecurityPolicy |
class |
RShadow<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
class |
RSystemConfiguration |
class |
RTask |
class |
RUser |
class |
RValuePolicy |
Modifier and Type | Method and Description |
---|---|
RObject |
ROrgClosure.getAncestor() |
RObject |
ROrgClosure.getDescendant() |
RObject |
RObjectReference.getOwner() |
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RObject.copyFromJAXB(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType jaxb,
RObject<T> repo,
PrismContext prismContext,
IdGeneratorResult generatorResult) |
static void |
RObject.copyFromJAXB(PrismContainerValue containerValue,
RObject repo,
PrismContext prismContext,
RObjectExtensionType ownerType) |
protected static <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
RObject.copyToJAXB(RObject<T> repo,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options)
Deprecated.
|
void |
ROrgClosure.setAncestor(RObject ancestor) |
void |
ROrgClosure.setDescendant(RObject descendant) |
void |
RObjectReference.setOwner(RObject owner) |
Constructor and Description |
---|
ROrgClosure(RObject ancestor,
RObject descendant,
int val) |
ROrgClosure(RObject ancestor,
RObject descendant,
int val) |
Modifier and Type | Method and Description |
---|---|
RObject |
ROExtPolyString.getOwner() |
RObject |
ROExtValue.getOwner() |
RObject |
ROExtLong.getOwner() |
RObject |
ROExtDate.getOwner() |
RObject |
ROExtReference.getOwner() |
RObject |
ROExtString.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
ROExtPolyString.setOwner(RObject owner) |
void |
ROExtValue.setOwner(RObject object) |
void |
ROExtLong.setOwner(RObject owner) |
void |
ROExtDate.setOwner(RObject owner) |
void |
ROExtReference.setOwner(RObject owner) |
void |
ROExtString.setOwner(RObject owner) |
Modifier and Type | Method and Description |
---|---|
RObject |
RAssignment.getOwner() |
RObject |
RExclusion.getOwner() |
RObject |
Container.getOwner() |
RObject |
RTrigger.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
RAssignment.setOwner(RObject owner) |
void |
RExclusion.setOwner(RObject owner) |
void |
Container.setOwner(RObject owner) |
void |
RTrigger.setOwner(RObject owner) |
Constructor and Description |
---|
RAssignment(RObject owner,
RAssignmentOwner assignmentOwner) |
RExclusion(RObject owner) |
RTrigger(RObject owner) |
Modifier and Type | Method and Description |
---|---|
static <T extends RObject> |
RObjectType.getType(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Class<? extends RObject> |
RObjectType.getClazz() |
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 com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> clazz) |
Modifier and Type | Method and Description |
---|---|
static String |
RUtil.getDebugString(RObject object) |
static RObjectReference |
RUtil.jaxbRefToRepo(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType reference,
PrismContext prismContext,
RObject owner,
RReferenceOwner refOwner) |
static Set |
RUtil.safeListReferenceToSet(List<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> list,
PrismContext prismContext,
RObject owner,
RReferenceOwner refOwner) |
Modifier and Type | Method and Description |
---|---|
static ObjectTypes |
ClassMapper.getObjectTypeForHQLType(Class<? extends RObject> type) |
Copyright © 2015 evolveum. All rights reserved.