Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<UserType> |
ModelService.findShadowOwner(String shadowOid,
com.evolveum.midpoint.task.api.Task task,
OperationResult parentResult)
Returns the User object representing owner of specified account (account
shadow).
|
Modifier and Type | Method and Description |
---|---|
UserType |
MidpointFunctions.getUserByOid(String oid) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject<UserType> |
MidpointFunctions.findShadowOwner(String accountOid)
Returns the User object representing owner of specified account (account
shadow).
|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<UserType> |
MidpointFunctions.getManagersOfOrg(String orgOid) |
Modifier and Type | Method and Description |
---|---|
Collection<UserType> |
MidpointFunctions.getManagers(UserType user) |
Collection<String> |
MidpointFunctions.getManagersOids(UserType user) |
Collection<String> |
MidpointFunctions.getManagersOidsExceptUser(UserType user) |
Collection<String> |
MidpointFunctions.getOrgUnits(UserType user) |
String |
MidpointFunctions.getPlaintextUserPassword(UserType user) |
boolean |
MidpointFunctions.isManagerOf(UserType user,
String orgOid) |
boolean |
MidpointFunctions.isMemberOf(UserType user,
String orgOid) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<com.evolveum.midpoint.prism.delta.ObjectDelta<UserType>> deltas) |
Modifier and Type | Field and Description |
---|---|
protected List<UserType> |
UserListType.user |
Modifier and Type | Method and Description |
---|---|
List<UserType> |
UserListType.getUser()
Gets the value of the user property.
|
Modifier and Type | Field and Description |
---|---|
protected UserType |
DecisionType.approver |
Modifier and Type | Method and Description |
---|---|
UserType |
UserType.clone() |
UserType |
ObjectFactory.createUserType()
Create an instance of
UserType |
UserType |
DecisionType.getApprover()
Gets the value of the approver property.
|
UserType |
WorkItemType.getAssignee() |
UserType |
WorkItemType.getRequester() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<UserType> |
ObjectFactory.createUser(UserType value)
|
List<UserType> |
WorkItemType.getCandidateUsers() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<UserType> |
ObjectFactory.createUser(UserType value)
|
void |
DecisionType.setApprover(UserType value)
Sets the value of the approver property.
|
void |
WorkItemType.setAssignee(UserType value) |
void |
WorkItemType.setRequester(UserType value) |
Modifier and Type | Field and Description |
---|---|
protected UserType |
FindShadowOwnerResponseType.user |
Modifier and Type | Method and Description |
---|---|
UserType |
FindShadowOwnerResponseType.getUser()
Gets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
void |
FindShadowOwnerResponseType.setUser(UserType value)
Sets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
void |
modelPortImpl.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result) |
void |
ModelPortType.findShadowOwner(String shadowOid,
Holder<UserType> user,
Holder<OperationResultType> result)
Faults (TODO):
any SystemFaultType
IllegalArgumentFaultType: wrong OID format
ObjectNotFoundFaultType: object with specified OID does not exists
|
Copyright © 2014 Evolveum. All rights reserved.