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

Packages that use ObjectReferenceType
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.controller.handler   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

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

Methods in com.evolveum.midpoint.model.controller that return ObjectReferenceType
static ObjectReferenceType ModelUtils.createReference(java.lang.String oid, ObjectTypes type)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.model.controller.handler
 

Methods in com.evolveum.midpoint.model.controller.handler that return ObjectReferenceType
protected  ObjectReferenceType BasicHandler.processAccountConstruction(UserType user, AccountConstructionType construction, ObjectType containingObject, java.util.Collection<java.lang.String> excludedResourceOids, OperationResult result)
           
 

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 ObjectReferenceType UserTypeUtil.findAccountRef(UserType user, java.lang.String resourceOid)
          Returns accountRef for supplied OID.
static ObjectReferenceType ObjectTypeUtil.findRef(java.lang.String oid, java.util.List<ObjectReferenceType> refs)
           
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectReferenceType
static java.lang.Object ObjectTypeUtil.toShortString(ObjectReferenceType objectRef)
           
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectReferenceType
static java.util.List<java.lang.String> ObjectTypeUtil.extractOids(java.util.List<? extends ObjectType> objects, java.util.List<? extends ObjectReferenceType> refs)
           
static ObjectReferenceType ObjectTypeUtil.findRef(java.lang.String oid, java.util.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.impl
 

Methods in com.evolveum.midpoint.task.impl that return ObjectReferenceType
 ObjectReferenceType TaskImpl.getObjectRef()
           
 

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

Uses of ObjectReferenceType in com.evolveum.midpoint.web.bean
 

Methods in com.evolveum.midpoint.web.bean with parameters of type ObjectReferenceType
 void AssignmentBean.setTargetRef(ObjectReferenceType objectRef)
           
 

Uses of ObjectReferenceType in com.evolveum.midpoint.web.model.dto
 

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type ObjectReferenceType
ObjectReferenceDto(ObjectReferenceType objectReference)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ObjectReferenceType
protected  ObjectReferenceType ConnectorType.connectorHostRef
           
protected  ObjectReferenceType ResourceType.connectorRef
           
protected  ObjectReferenceType SystemConfigurationType.defaultUserTemplateRef
           
protected  ObjectReferenceType VariableDefinitionType.objectRef
           
protected  ObjectReferenceType TaskType.objectRef
           
protected  ObjectReferenceType ResourceObjectShadowType.resourceRef
           
protected  ObjectReferenceType AccountConstructionType.resourceRef
           
protected  ObjectReferenceType AssignmentType.targetRef
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type ObjectReferenceType
protected  java.util.List<ObjectReferenceType> UserType.accountRef
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ObjectReferenceType
 ObjectReferenceType ObjectFactory.createObjectReferenceType()
          Create an instance of ObjectReferenceType
 ObjectReferenceType ConnectorType.getConnectorHostRef()
          Gets the value of the connectorHostRef property.
 ObjectReferenceType ResourceType.getConnectorRef()
          Gets the value of the connectorRef property.
 ObjectReferenceType SystemConfigurationType.getDefaultUserTemplateRef()
          Gets the value of the defaultUserTemplateRef property.
 ObjectReferenceType VariableDefinitionType.getObjectRef()
          Gets the value of the objectRef property.
 ObjectReferenceType TaskType.getObjectRef()
          Gets the value of the objectRef property.
 ObjectReferenceType ResourceObjectShadowType.getResourceRef()
          Gets the value of the resourceRef property.
 ObjectReferenceType AccountConstructionType.getResourceRef()
          Gets the value of the resourceRef property.
 ObjectReferenceType AssignmentType.getTargetRef()
          Gets the value of the targetRef property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ObjectReferenceType
 javax.xml.bind.JAXBElement<ObjectReferenceType> ObjectFactory.createObjectRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 java.util.List<ObjectReferenceType> UserType.getAccountRef()
          Gets the value of the accountRef property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ObjectReferenceType
 javax.xml.bind.JAXBElement<ObjectReferenceType> ObjectFactory.createObjectRef(ObjectReferenceType value)
          Create an instance of JAXBElement<ObjectReferenceType>}
 void ConnectorType.setConnectorHostRef(ObjectReferenceType value)
          Sets the value of the connectorHostRef property.
 void ResourceType.setConnectorRef(ObjectReferenceType value)
          Sets the value of the connectorRef property.
 void SystemConfigurationType.setDefaultUserTemplateRef(ObjectReferenceType value)
          Sets the value of the defaultUserTemplateRef property.
 void VariableDefinitionType.setObjectRef(ObjectReferenceType value)
          Sets the value of the objectRef property.
 void TaskType.setObjectRef(ObjectReferenceType value)
          Sets the value of the objectRef property.
 void ResourceObjectShadowType.setResourceRef(ObjectReferenceType value)
          Sets the value of the resourceRef property.
 void AccountConstructionType.setResourceRef(ObjectReferenceType value)
          Sets the value of the resourceRef property.
 void AssignmentType.setTargetRef(ObjectReferenceType value)
          Sets the value of the targetRef property.
 



Copyright © 2011 evolveum. All Rights Reserved.