Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectReferenceType

Packages that use ObjectReferenceType
com.evolveum.midpoint.common.expression.script   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.repo.sql.data.common   
com.evolveum.midpoint.repo.sql.data.common.embedded   
com.evolveum.midpoint.repo.sql.util   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.component.assignment   
com.evolveum.midpoint.web.page.admin.server.dto   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of ObjectReferenceType in com.evolveum.midpoint.common.expression.script
 

Methods in com.evolveum.midpoint.common.expression.script with parameters of type ObjectReferenceType
 void ScriptVariables.addVariableDefinition(QName name, ObjectReferenceType objectRef)
           
 void ScriptVariables.setRootNode(ObjectReferenceType objectRef)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type ObjectReferenceType
 void Mapping.addVariableDefinition(QName name, ObjectReferenceType objectRef)
           
 void Mapping.setRootNode(ObjectReferenceType objectRef)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery that return ObjectReferenceType
 ObjectReferenceType RefinedAccountDefinition.getPasswordPolicy()
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model with parameters of type ObjectReferenceType
<T extends ObjectType>
T
ModelObjectResolver.resolve(ObjectReferenceType ref, Class<T> expectedType, String contextDescription, OperationResult result)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.model.expr
 

Methods in com.evolveum.midpoint.model.expr with parameters of type ObjectReferenceType
 ObjectType ExpressionHandler.resolveRef(ObjectReferenceType ref, String contextDescription, OperationResult result)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.repo.sql.data.common
 

Methods in com.evolveum.midpoint.repo.sql.data.common that return ObjectReferenceType
 ObjectReferenceType RObjectReference.toJAXB(PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type ObjectReferenceType
static void RObjectReference.copyFromJAXB(ObjectReferenceType jaxb, RObjectReference repo, PrismContext prismContext)
           
static void RObjectReference.copyToJAXB(RObjectReference repo, ObjectReferenceType jaxb, PrismContext prismContext)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.repo.sql.data.common.embedded
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded that return ObjectReferenceType
 ObjectReferenceType REmbeddedReference.toJAXB(PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded with parameters of type ObjectReferenceType
static void REmbeddedReference.copyFromJAXB(ObjectReferenceType jaxb, REmbeddedReference repo, PrismContext prismContext)
           
static void REmbeddedReference.copyToJAXB(REmbeddedReference repo, ObjectReferenceType jaxb, PrismContext prismContext)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.repo.sql.util
 

Methods in com.evolveum.midpoint.repo.sql.util that return types with arguments of type ObjectReferenceType
static List<ObjectReferenceType> RUtil.safeSetReferencesToList(Set<RObjectReference> set, PrismContext prismContext)
           
 

Methods in com.evolveum.midpoint.repo.sql.util with parameters of type ObjectReferenceType
static REmbeddedReference RUtil.jaxbRefToEmbeddedRepoRef(ObjectReferenceType jaxb, PrismContext prismContext)
           
static RObjectReference RUtil.jaxbRefToRepo(ObjectReferenceType reference, PrismContext prismContext, RContainer owner, RReferenceOwner refOwner)
           
 

Method parameters in com.evolveum.midpoint.repo.sql.util with type arguments of type ObjectReferenceType
static Set<RObjectReference> RUtil.safeListReferenceToSet(List<ObjectReferenceType> list, PrismContext prismContext, RContainer owner, RReferenceOwner refOwner)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return ObjectReferenceType
static ObjectReferenceType ObjectTypeUtil.createObjectRef(ObjectType objectType)
           
static
<T extends ObjectType>
ObjectReferenceType
ObjectTypeUtil.createObjectRef(PrismObject<T> object)
           
static ObjectReferenceType ObjectTypeUtil.createObjectRef(String oid, ObjectTypes type)
           
static ObjectReferenceType MiscSchemaUtil.createObjectReference(String oid, QName type)
           
static ObjectReferenceType UserTypeUtil.findAccountRef(UserType user, String resourceOid)
          Returns accountRef for supplied OID.
static ObjectReferenceType ObjectTypeUtil.findRef(String oid, List<ObjectReferenceType> refs)
           
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectReferenceType
static String SchemaDebugUtil.prettyPrint(ObjectReferenceType ref)
           
<T extends ObjectType>
T
ObjectResolver.resolve(ObjectReferenceType ref, Class<T> expectedType, String contextDescription, OperationResult result)
          Resolve the provided reference to object (ObjectType).
static Object ObjectTypeUtil.toShortString(ObjectReferenceType objectRef)
           
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectReferenceType
static List<String> ObjectTypeUtil.extractOids(List<? extends ObjectType> objects, List<? extends ObjectReferenceType> refs)
           
static ObjectReferenceType ObjectTypeUtil.findRef(String oid, List<ObjectReferenceType> refs)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return ObjectReferenceType
 ObjectReferenceType Task.getObjectRef()
          Returns reference to the object that the task is associated with.
 

Methods in com.evolveum.midpoint.task.api with parameters of type ObjectReferenceType
 void Task.setObjectRef(ObjectReferenceType objectRef)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return ObjectReferenceType
 ObjectReferenceType TaskQuartzImpl.getObjectRef()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type ObjectReferenceType
 void TaskQuartzImpl.setObjectRef(ObjectReferenceType objectRefType)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.test.util
 

Methods in com.evolveum.midpoint.test.util with parameters of type ObjectReferenceType
<T extends ObjectType>
T
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref, Class<T> expectedType, String contextDescription, OperationResult result)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.assignment
 

Methods in com.evolveum.midpoint.web.component.assignment that return ObjectReferenceType
 ObjectReferenceType AssignmentEditorDto.getTargetRef()
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.server.dto
 

Methods in com.evolveum.midpoint.web.page.admin.server.dto that return ObjectReferenceType
 ObjectReferenceType TaskDto.getObjectRef()
           
 

Methods in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type ObjectReferenceType
 void TaskDto.setObjectRef(ObjectReferenceType objectRef)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as ObjectReferenceType
protected  ObjectReferenceType ExpressionVariableDefinitionType.objectRef
           
protected  ObjectReferenceType ResourcePasswordDefinitionType.passwordPolicyRef
           
protected  ObjectReferenceType AccountConstructionType.resourceRef
           
protected  ObjectReferenceType ResourceShadowDiscriminatorType.resourceRef
           
protected  ObjectReferenceType GenerateExpressionEvaluatorType.valuePolicyRef
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type ObjectReferenceType
protected  List<ObjectReferenceType> UserType.accountRef
           
protected  List<ObjectReferenceType> ApprovalLevelType.approverRef
           
protected  List<ObjectReferenceType> AbstractRoleType.approverRef
           
protected  List<ObjectReferenceType> ResourceBusinessConfigurationType.approverRef
           
protected  List<ObjectReferenceType> SystemConfigurationType.orgRootRef
           
protected  List<ObjectReferenceType> ObjectType.parentOrgRef
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ObjectReferenceType
 ObjectReferenceType ObjectReferenceType.clone()
           
 ObjectReferenceType ObjectFactory.createObjectReferenceType()
          Create an instance of ObjectReferenceType
 ObjectReferenceType ConnectorType.getConnectorHostRef()
           
 ObjectReferenceType ResourceType.getConnectorRef()
           
 ObjectReferenceType SystemConfigurationType.getDefaultUserTemplateRef()
           
 ObjectReferenceType SystemConfigurationType.getGlobalPasswordPolicyRef()
           
 ObjectReferenceType TaskType.getObjectRef()
           
 ObjectReferenceType ExpressionVariableDefinitionType.getObjectRef()
          Gets the value of the objectRef property.
 ObjectReferenceType TaskType.getOwnerRef()
           
 ObjectReferenceType ResourcePasswordDefinitionType.getPasswordPolicyRef()
          Gets the value of the passwordPolicyRef property.
 ObjectReferenceType AccountConstructionType.getResourceRef()
          Gets the value of the resourceRef property.
 ObjectReferenceType ResourceShadowDiscriminatorType.getResourceRef()
          Gets the value of the resourceRef property.
 ObjectReferenceType ResourceObjectShadowType.getResourceRef()
           
 ObjectReferenceType AssignmentType.getTargetRef()
           
 ObjectReferenceType ExclusionType.getTargetRef()
           
 ObjectReferenceType GenerateExpressionEvaluatorType.getValuePolicyRef()
          Gets the value of the valuePolicyRef property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ObjectReferenceType
 JAXBElement<ObjectReferenceType> ObjectFactory.createApproverRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 JAXBElement<ObjectReferenceType> ObjectFactory.createObjectRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 JAXBElement<ObjectReferenceType> ObjectFactory.createRequesteeRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 List<ObjectReferenceType> UserType.getAccountRef()
           
 List<ObjectReferenceType> ApprovalLevelType.getApproverRef()
          Gets the value of the approverRef property.
 List<ObjectReferenceType> AbstractRoleType.getApproverRef()
           
 List<ObjectReferenceType> ResourceBusinessConfigurationType.getApproverRef()
           
 List<ObjectReferenceType> SystemConfigurationType.getOrgRootRef()
           
 List<ObjectReferenceType> ObjectType.getParentOrgRef()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ObjectReferenceType
 JAXBElement<ObjectReferenceType> ObjectFactory.createApproverRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 JAXBElement<ObjectReferenceType> ObjectFactory.createObjectRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 JAXBElement<ObjectReferenceType> ObjectFactory.createRequesteeRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 void ConnectorType.setConnectorHostRef(ObjectReferenceType value)
           
 void ResourceType.setConnectorRef(ObjectReferenceType value)
           
 void SystemConfigurationType.setDefaultUserTemplateRef(ObjectReferenceType value)
           
 void SystemConfigurationType.setGlobalPasswordPolicyRef(ObjectReferenceType value)
           
 void TaskType.setObjectRef(ObjectReferenceType value)
           
 void ExpressionVariableDefinitionType.setObjectRef(ObjectReferenceType value)
          Sets the value of the objectRef property.
 void TaskType.setOwnerRef(ObjectReferenceType value)
           
 void ResourcePasswordDefinitionType.setPasswordPolicyRef(ObjectReferenceType value)
          Sets the value of the passwordPolicyRef property.
 void AccountConstructionType.setResourceRef(ObjectReferenceType value)
          Sets the value of the resourceRef property.
 void ResourceShadowDiscriminatorType.setResourceRef(ObjectReferenceType value)
          Sets the value of the resourceRef property.
 void ResourceObjectShadowType.setResourceRef(ObjectReferenceType value)
           
 void AssignmentType.setTargetRef(ObjectReferenceType value)
           
 void ExclusionType.setTargetRef(ObjectReferenceType value)
           
 void GenerateExpressionEvaluatorType.setValuePolicyRef(ObjectReferenceType value)
          Sets the value of the valuePolicyRef property.
 



Copyright © 2013 evolveum. All Rights Reserved.