|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserType in com.evolveum.midpoint.common |
|---|
| Methods in com.evolveum.midpoint.common with parameters of type UserType | |
|---|---|
static java.lang.String |
DebugUtil.toReadableString(UserType user)
|
| Uses of UserType in com.evolveum.midpoint.model |
|---|
| Methods in com.evolveum.midpoint.model that return UserType | |
|---|---|
UserType |
ModelWebService.listAccountShadowOwner(java.lang.String accountOid,
javax.xml.ws.Holder<OperationResultType> result)
|
| 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 result)
|
| Methods in com.evolveum.midpoint.model.api with parameters of type UserType | |
|---|---|
java.lang.String |
ModelService.addUser(UserType user,
UserTemplateType userTemplate,
OperationResult result)
|
| Uses of UserType in com.evolveum.midpoint.model.controller |
|---|
| Methods in com.evolveum.midpoint.model.controller that return UserType | |
|---|---|
UserType |
ModelControllerImpl.listAccountShadowOwner(java.lang.String accountOid,
OperationResult result)
|
UserType |
SchemaHandler.processInboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
|
UserType |
SchemaHandlerImpl.processInboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
|
| Methods in com.evolveum.midpoint.model.controller with parameters of type UserType | |
|---|---|
java.lang.String |
ModelControllerImpl.addUser(UserType user,
UserTemplateType userTemplate,
OperationResult result)
|
UserType |
SchemaHandler.processInboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
|
UserType |
SchemaHandlerImpl.processInboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
|
ObjectModificationType |
SchemaHandler.processOutboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
OperationResult result)
|
ObjectModificationType |
SchemaHandlerImpl.processOutboundHandling(UserType user,
ResourceObjectShadowType resourceObjectShadow,
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,
ExpressionHolder expression,
OperationResult result)
|
boolean |
ExpressionHandlerImpl.evaluateConfirmationExpression(UserType user,
ResourceObjectShadowType shadow,
ExpressionHolder expression,
OperationResult result)
|
static java.util.Map<javax.xml.namespace.QName,Variable> |
ExpressionHandlerImpl.getDefaultXPathVariables(UserType user,
ResourceObjectShadowType shadow,
ResourceType resource)
|
| 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.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.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.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 |
|---|
| Constructors in com.evolveum.midpoint.web.model.dto with parameters of type UserType | |
|---|---|
GuiUserDto(UserType object)
|
|
UserDto(UserType object)
|
|
| 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 declared as UserType | |
|---|---|
protected UserType |
UserContainerType.user
|
| 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 |
UserType |
UserContainerType.getUser()
Gets the value of the user property. |
| 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>} |
void |
UserContainerType.setUser(UserType value)
Sets the value of the user property. |
| Uses of UserType in com.evolveum.midpoint.xml.ns._public.model.model_1 |
|---|
| Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 that return UserType | |
|---|---|
UserType |
ModelPortType.listAccountShadowOwner(java.lang.String accountOid,
javax.xml.ws.Holder<OperationResultType> result)
Returns the User object representing owner of specified account (account shadow). |
| Uses of UserType in com.evolveum.midpoint.xml.schema |
|---|
| Methods in com.evolveum.midpoint.xml.schema with parameters of type UserType | |
|---|---|
static ObjectReferenceType |
UserTypeUtil.findAccountRef(UserType user,
java.lang.String resourceOid)
Returns accountRef for supplied OID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||