|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectReferenceType in com.evolveum.midpoint.common.expression.script |
---|
Methods in com.evolveum.midpoint.common.expression.script with parameters of type ObjectReferenceType | |
---|---|
void |
ScriptVariables.addVariableDefinition(javax.xml.namespace.QName name,
ObjectReferenceType objectRef)
|
void |
ScriptVariables.setRootNode(ObjectReferenceType objectRef)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping with parameters of type ObjectReferenceType | |
---|---|
void |
Mapping.addVariableDefinition(javax.xml.namespace.QName name,
ObjectReferenceType objectRef)
|
void |
Mapping.setRootNode(ObjectReferenceType objectRef)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.common.refinery |
---|
Methods in com.evolveum.midpoint.common.refinery that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
RefinedAccountDefinition.getPasswordPolicy()
|
Uses of ObjectReferenceType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model with parameters of type ObjectReferenceType | ||
---|---|---|
|
ModelObjectResolver.resolve(ObjectReferenceType ref,
java.lang.Class<T> expectedType,
java.lang.String contextDescription,
OperationResult result)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.model.expr |
---|
Methods in com.evolveum.midpoint.model.expr with parameters of type ObjectReferenceType | |
---|---|
ObjectType |
ExpressionHandler.resolveRef(ObjectReferenceType ref,
java.lang.String contextDescription,
OperationResult result)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.repo.sql.data.common |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
RObjectReference.toJAXB(PrismContext prismContext)
|
ObjectReferenceType |
REmbeddedReference.toJAXB(PrismContext prismContext)
|
Methods in com.evolveum.midpoint.repo.sql.data.common that return types with arguments of type ObjectReferenceType | |
---|---|
static java.util.List<ObjectReferenceType> |
RUtil.safeSetReferencesToList(java.util.Set<REmbeddedReference> set,
PrismContext prismContext)
|
Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type ObjectReferenceType | |
---|---|
static void |
REmbeddedReference.copyFromJAXB(ObjectReferenceType jaxb,
REmbeddedReference repo,
PrismContext prismContext)
|
static void |
RObjectReference.copyFromJAXB(ObjectReferenceType jaxb,
RObjectReference repo,
PrismContext prismContext)
|
static void |
REmbeddedReference.copyToJAXB(REmbeddedReference repo,
ObjectReferenceType jaxb,
PrismContext prismContext)
|
static void |
RObjectReference.copyToJAXB(RObjectReference repo,
ObjectReferenceType jaxb,
PrismContext prismContext)
|
static REmbeddedReference |
RUtil.jaxbRefToEmbeddedRepoRef(ObjectReferenceType jaxb,
PrismContext prismContext)
|
static RObjectReference |
RUtil.jaxbRefToRepo(ObjectReferenceType ref,
RContainer owner,
PrismContext prismContext)
|
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
|
ObjectTypeUtil.createObjectRef(PrismObject<T> object)
|
|
static ObjectReferenceType |
ObjectTypeUtil.createObjectRef(java.lang.String oid,
ObjectTypes type)
|
|
static ObjectReferenceType |
MiscSchemaUtil.createObjectReference(java.lang.String oid,
javax.xml.namespace.QName type)
|
|
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.String |
SchemaDebugUtil.prettyPrint(ObjectReferenceType ref)
|
|
|
ObjectResolver.resolve(ObjectReferenceType ref,
java.lang.Class<T> expectedType,
java.lang.String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType). |
|
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.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
TaskQuartzImpl.getObjectRef()
|
Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type ObjectReferenceType | |
---|---|
void |
TaskQuartzImpl.setObjectRef(ObjectReferenceType objectRefType)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.test.util |
---|
Methods in com.evolveum.midpoint.test.util with parameters of type ObjectReferenceType | ||
---|---|---|
|
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref,
java.lang.Class<T> expectedType,
java.lang.String contextDescription,
OperationResult result)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.web.component.assignment |
---|
Methods in com.evolveum.midpoint.web.component.assignment that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
AssignmentEditorDto.getTargetRef()
|
Uses of ObjectReferenceType in com.evolveum.midpoint.web.page.admin.server.dto |
---|
Methods in com.evolveum.midpoint.web.page.admin.server.dto that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
TaskDto.getObjectRef()
|
Methods in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type ObjectReferenceType | |
---|---|
void |
TaskDto.setObjectRef(ObjectReferenceType objectRef)
|
Uses of ObjectReferenceType in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as ObjectReferenceType | |
---|---|
protected ObjectReferenceType |
ExpressionVariableDefinitionType.objectRef
|
protected ObjectReferenceType |
ResourcePasswordDefinitionType.passwordPolicyRef
|
protected ObjectReferenceType |
AccountConstructionType.resourceRef
|
protected ObjectReferenceType |
ResourceShadowDiscriminatorType.resourceRef
|
protected ObjectReferenceType |
GenerateExpressionEvaluatorType.valuePolicyRef
|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type ObjectReferenceType | |
---|---|
protected java.util.List<ObjectReferenceType> |
UserType.accountRef
|
protected java.util.List<ObjectReferenceType> |
ApprovalLevelType.approverRef
|
protected java.util.List<ObjectReferenceType> |
ResourceBusinessConfigurationType.approverRef
|
protected java.util.List<ObjectReferenceType> |
RoleType.approverRef
|
protected java.util.List<ObjectReferenceType> |
SystemConfigurationType.orgRootRef
|
protected java.util.List<ObjectReferenceType> |
ObjectType.parentOrgRef
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ObjectReferenceType | |
---|---|
ObjectReferenceType |
ObjectReferenceType.clone()
|
ObjectReferenceType |
ObjectFactory.createObjectReferenceType()
Create an instance of ObjectReferenceType |
ObjectReferenceType |
ConnectorType.getConnectorHostRef()
|
ObjectReferenceType |
ResourceType.getConnectorRef()
|
ObjectReferenceType |
SystemConfigurationType.getDefaultUserTemplateRef()
|
ObjectReferenceType |
SystemConfigurationType.getGlobalPasswordPolicyRef()
|
ObjectReferenceType |
TaskType.getObjectRef()
|
ObjectReferenceType |
ExpressionVariableDefinitionType.getObjectRef()
Gets the value of the objectRef property. |
ObjectReferenceType |
TaskType.getOwnerRef()
|
ObjectReferenceType |
ResourcePasswordDefinitionType.getPasswordPolicyRef()
Gets the value of the passwordPolicyRef property. |
ObjectReferenceType |
ResourceObjectShadowType.getResourceRef()
|
ObjectReferenceType |
AccountConstructionType.getResourceRef()
Gets the value of the resourceRef property. |
ObjectReferenceType |
ResourceShadowDiscriminatorType.getResourceRef()
Gets the value of the resourceRef property. |
ObjectReferenceType |
AssignmentType.getTargetRef()
|
ObjectReferenceType |
ExclusionType.getTargetRef()
|
ObjectReferenceType |
GenerateExpressionEvaluatorType.getValuePolicyRef()
Gets the value of the valuePolicyRef property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a 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()
|
java.util.List<ObjectReferenceType> |
ApprovalLevelType.getApproverRef()
Gets the value of the approverRef property. |
java.util.List<ObjectReferenceType> |
ResourceBusinessConfigurationType.getApproverRef()
|
java.util.List<ObjectReferenceType> |
RoleType.getApproverRef()
|
java.util.List<ObjectReferenceType> |
SystemConfigurationType.getOrgRootRef()
|
java.util.List<ObjectReferenceType> |
ObjectType.getParentOrgRef()
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a 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)
|
void |
ResourceType.setConnectorRef(ObjectReferenceType value)
|
void |
SystemConfigurationType.setDefaultUserTemplateRef(ObjectReferenceType value)
|
void |
SystemConfigurationType.setGlobalPasswordPolicyRef(ObjectReferenceType value)
|
void |
TaskType.setObjectRef(ObjectReferenceType value)
|
void |
ExpressionVariableDefinitionType.setObjectRef(ObjectReferenceType value)
Sets the value of the objectRef property. |
void |
TaskType.setOwnerRef(ObjectReferenceType value)
|
void |
ResourcePasswordDefinitionType.setPasswordPolicyRef(ObjectReferenceType value)
Sets the value of the passwordPolicyRef property. |
void |
ResourceObjectShadowType.setResourceRef(ObjectReferenceType value)
|
void |
AccountConstructionType.setResourceRef(ObjectReferenceType value)
Sets the value of the resourceRef property. |
void |
ResourceShadowDiscriminatorType.setResourceRef(ObjectReferenceType value)
Sets the value of the resourceRef property. |
void |
AssignmentType.setTargetRef(ObjectReferenceType value)
|
void |
ExclusionType.setTargetRef(ObjectReferenceType value)
|
void |
GenerateExpressionEvaluatorType.setValuePolicyRef(ObjectReferenceType value)
Sets the value of the valuePolicyRef property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |