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

Packages that use UserType
com.evolveum.midpoint.audit.api   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.expr   
com.evolveum.midpoint.model.security.api   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.model.synchronizer   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
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   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl   
 

Uses of UserType in com.evolveum.midpoint.audit.api
 

Methods in com.evolveum.midpoint.audit.api that return UserType
 UserType AuditEventRecord.getInitiator()
           
 UserType AuditEventRecord.getTargetOwner()
           
 

Methods in com.evolveum.midpoint.audit.api with parameters of type UserType
 void AuditEventRecord.setInitiator(UserType initiator)
           
 void AuditEventRecord.setTargetOwner(UserType targetOwner)
           
 

Uses of UserType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return UserType
 UserType SyncContext.getUserTypeOld()
           
 

Methods in com.evolveum.midpoint.model that return types with arguments of type UserType
 ObjectDelta<UserType> SyncContext.getUserDelta()
          Returns user delta, both primary and secondary (merged together).
 MidPointObject<UserType> SyncContext.getUserNew()
           
 MidPointObject<UserType> SyncContext.getUserOld()
           
 ObjectDelta<UserType> SyncContext.getUserPrimaryDelta()
           
 ObjectDelta<UserType> SyncContext.getUserSecondaryDelta()
           
 

Methods in com.evolveum.midpoint.model with parameters of type UserType
 void SyncContext.setUserTypeOld(UserType userTypeOld)
           
 

Method parameters in com.evolveum.midpoint.model with type arguments of type UserType
 void SyncContext.addPrimaryUserDelta(ObjectDelta<UserType> userDelta)
           
 void ModelWebService.listAccountShadowOwner(java.lang.String accountOid, javax.xml.ws.Holder<UserType> userHolder, javax.xml.ws.Holder<OperationResultType> result)
           
 void SyncContext.setUserNew(MidPointObject<UserType> userNew)
           
 void SyncContext.setUserOld(MidPointObject<UserType> userOld)
           
 void SyncContext.setUserPrimaryDelta(ObjectDelta<UserType> userPrimaryDelta)
           
 void SyncContext.setUserSecondaryDelta(ObjectDelta<UserType> userSecondaryDelta)
           
 

Uses of UserType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api that return UserType
 UserType ModelService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           Returns the User object representing owner of specified account (account shadow).
 

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

Methods in com.evolveum.midpoint.model.controller that return UserType
 UserType ModelController.listAccountShadowOwner(java.lang.String accountOid, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.expr with parameters of type UserType
 boolean ExpressionHandler.evaluateConfirmationExpression(UserType user, ResourceObjectShadowType shadow, ExpressionType expression, OperationResult result)
           
static java.util.Map<javax.xml.namespace.QName,java.lang.Object> ExpressionHandler.getDefaultXPathVariables(UserType user, ResourceObjectShadowType shadow, ResourceType resource)
           
 

Uses of UserType in com.evolveum.midpoint.model.security.api
 

Methods in com.evolveum.midpoint.model.security.api that return UserType
 UserType PrincipalUser.getUser()
           
 

Constructors in com.evolveum.midpoint.model.security.api with parameters of type UserType
PrincipalUser(UserType user, boolean enabled)
           
 

Uses of UserType in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync that return UserType
 UserType SynchronizationSituation.getUser()
           
 

Uses of UserType in com.evolveum.midpoint.model.sync.action
 

Methods in com.evolveum.midpoint.model.sync.action that return UserType
protected  UserType BaseAction.getUser(java.lang.String oid, OperationResult result)
           
 

Uses of UserType in com.evolveum.midpoint.model.synchronizer
 

Methods in com.evolveum.midpoint.model.synchronizer that return types with arguments of type UserType
 MidPointObject<UserType> AssignmentEvaluator.getUser()
           
 

Method parameters in com.evolveum.midpoint.model.synchronizer with type arguments of type UserType
 void AssignmentEvaluator.setUser(MidPointObject<UserType> user)
           
 void AccountConstruction.setUser(MidPointObject<UserType> user)
           
 

Uses of UserType in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api that return UserType
 UserType RepositoryService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
          Returns the User object representing owner of specified account (account shadow).
 

Uses of UserType in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache that return UserType
 UserType RepositoryCache.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           
 

Uses of UserType in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml that return UserType
 UserType XmlRepositoryService.listAccountShadowOwner(java.lang.String accountOid, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.schema.util with parameters of type UserType
static ObjectReferenceType UserTypeUtil.findAccountRef(UserType user, java.lang.String resourceOid)
          Returns accountRef for supplied OID.
static java.lang.String DebugUtil.toReadableString(UserType user)
           
 

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

Methods in com.evolveum.midpoint.task.api that return UserType
 UserType Task.getOwner()
          Returns user that owns this task.
 

Methods in com.evolveum.midpoint.task.api with parameters of type UserType
 void Task.setOwner(UserType owner)
           
 

Uses of UserType in com.evolveum.midpoint.task.impl
 

Methods in com.evolveum.midpoint.task.impl that return UserType
 UserType TaskImpl.getOwner()
           
 

Methods in com.evolveum.midpoint.task.impl with parameters of type UserType
 void TaskImpl.setOwner(UserType owner)
           
 

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

Methods in com.evolveum.midpoint.web.bean that return UserType
 UserType TaskItem.getOwner()
           
 

Methods in com.evolveum.midpoint.web.bean with parameters of type UserType
 void TaskItem.setOwner(UserType owner)
           
 

Uses of UserType in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model that return UserType
 UserType AccountManager.listOwner(java.lang.String oid)
           
 

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

Methods in com.evolveum.midpoint.web.model.dto with parameters of type UserType
 void UserDto.setXmlObject(UserType xmlObject)
           
 

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type UserType
GuiUserDto(UserType object, ModelService model)
           
UserDto(UserType user, ModelService model)
          Deprecated. 
 

Uses of UserType in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl that return UserType
 UserType AccountManagerImpl.listOwner(java.lang.String oid)
           
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type UserType
protected  GuiUserDto UserManagerImpl.createObject(UserType objectType)
           
 

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

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return UserType
 UserType ObjectFactory.createUserType()
          Create an instance of UserType
 

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type UserType
 javax.xml.bind.JAXBElement<UserType> ObjectFactory.createUser(UserType value)
          Create an instance of JAXBElement<UserType>}
 

Uses of UserType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl
 

Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type UserType
 void ModelPortTypeImpl.listAccountShadowOwner(java.lang.String accountOid, javax.xml.ws.Holder<UserType> user, javax.xml.ws.Holder<OperationResultType> result)
           
 void ModelPortType.listAccountShadowOwner(java.lang.String accountOid, javax.xml.ws.Holder<UserType> user, javax.xml.ws.Holder<OperationResultType> result)
          Returns the User object representing owner of specified account (account shadow).
 



Copyright © 2012 evolveum. All Rights Reserved.