Uses of Class
com.evolveum.midpoint.repo.sql.data.common.RObjectReference
-
Packages that use RObjectReference Package Description com.evolveum.midpoint.repo.sql.data.common com.evolveum.midpoint.repo.sql.helpers.mapper com.evolveum.midpoint.repo.sql.util -
-
Uses of RObjectReference in com.evolveum.midpoint.repo.sql.data.common
Methods in com.evolveum.midpoint.repo.sql.data.common that return types with arguments of type RObjectReference Modifier and Type Method Description Set<RObjectReference<RFocus>>
RAbstractRole. getApproverRef()
Set<RObjectReference<RFocus>>
RResource. getApproverRef()
Set<RObjectReference<RArchetype>>
RObject. getArchetypeRef()
Set<RObjectReference<RFocus>>
RObject. getCreateApproverRef()
Set<RObjectReference<RFocus>>
RObject. getDelegatedRef()
Set<RObjectReference<RObjectTemplate>>
RObjectTemplate. getIncludeRef()
Set<RObjectReference<RShadow>>
RFocus. getLinkRef()
Set<RObjectReference<RFocus>>
RObject. getModifyApproverRef()
Set<RObjectReference<ROrg>>
RObject. getParentOrgRef()
Set<RObjectReference<RFocus>>
RFocus. getPersonaRef()
Set<RObjectReference<RAbstractRole>>
RObject. getRoleMembershipRef()
Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type RObjectReference Modifier and Type Method Description static void
RObjectReference. copyToJAXB(RObjectReference repo, ObjectReferenceType jaxb)
-
Uses of RObjectReference in com.evolveum.midpoint.repo.sql.helpers.mapper
Methods in com.evolveum.midpoint.repo.sql.helpers.mapper that return RObjectReference Modifier and Type Method Description RObjectReference
ObjectReferenceMapper. map(Referencable input, MapperContext context)
-
Uses of RObjectReference in com.evolveum.midpoint.repo.sql.util
Methods in com.evolveum.midpoint.repo.sql.util that return RObjectReference Modifier and Type Method Description static RObjectReference
RUtil. jaxbRefToRepo(ObjectReferenceType reference, RObject owner, RReferenceOwner refOwner, RelationRegistry relationRegistry)
Method parameters in com.evolveum.midpoint.repo.sql.util with type arguments of type RObjectReference Modifier and Type Method Description static List<ObjectReferenceType>
RUtil. safeSetReferencesToList(Set<? extends RObjectReference> set, PrismContext prismContext)
-