|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectReferenceType in com.evolveum.midpoint.common.object |
---|
Methods in com.evolveum.midpoint.common.object that return ObjectReferenceType | |
---|---|
static ObjectReferenceType |
ObjectTypeUtil.createObjectRef(ObjectType objectType)
|
static ObjectReferenceType |
ObjectTypeUtil.findRef(java.lang.String oid,
java.util.List<ObjectReferenceType> refs)
|
Methods in com.evolveum.midpoint.common.object with parameters of type ObjectReferenceType | |
---|---|
static java.lang.Object |
ObjectTypeUtil.toShortString(ObjectReferenceType objectRef)
|
Method parameters in com.evolveum.midpoint.common.object 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.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.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.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 |
---|
Subclasses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.common.common_1 | |
---|---|
class |
OperationalResultType
DEPRECATED This object is and INOUT part of every operation. |
class |
ResourceAccessConfigurationReferenceType
!!! DEPRECATED !!! |
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 |
ResourceStateType.resourceRef
|
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 |
ResourceStateType.getResourceRef()
Gets the value of the resourceRef 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 | |
---|---|
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 | |
---|---|
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 |
ResourceStateType.setResourceRef(ObjectReferenceType value)
Sets the value of the resourceRef 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. |
Uses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.model.password_1 |
---|
Subclasses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.model.password_1 | |
---|---|
class |
PasswordChangeResponseType
Java class for PasswordChangeResponseType complex type. |
class |
TargetAccountType
Java class for TargetAccountType complex type. |
Fields in com.evolveum.midpoint.xml.ns._public.model.password_1 declared as ObjectReferenceType | |
---|---|
protected ObjectReferenceType |
PasswordSynchronizeRequestType.subject
|
protected ObjectReferenceType |
PasswordChangeRequestType.user
|
Methods in com.evolveum.midpoint.xml.ns._public.model.password_1 that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
PasswordSynchronizeRequestType.getSubject()
Gets the value of the subject property. |
ObjectReferenceType |
PasswordChangeRequestType.getUser()
Gets the value of the user property. |
Methods in com.evolveum.midpoint.xml.ns._public.model.password_1 with parameters of type ObjectReferenceType | |
---|---|
void |
PasswordSynchronizeRequestType.setSubject(ObjectReferenceType value)
Sets the value of the subject property. |
void |
PasswordChangeRequestType.setUser(ObjectReferenceType value)
Sets the value of the user property. |
Uses of ObjectReferenceType in com.evolveum.midpoint.xml.schema |
---|
Methods in com.evolveum.midpoint.xml.schema that return ObjectReferenceType | |
---|---|
static ObjectReferenceType |
UserTypeUtil.findAccountRef(UserType user,
java.lang.String resourceOid)
Returns accountRef for supplied OID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |