Modifier and Type | Method and Description |
---|---|
void |
ScriptVariables.setRootNode(ObjectReferenceType objectRef) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addVariableDefinition(QName name,
ObjectReferenceType objectRef) |
void |
Mapping.setRootNode(ObjectReferenceType objectRef) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
RefinedObjectClassDefinition.getPasswordPolicy() |
ObjectReferenceType |
LayerRefinedObjectClassDefinition.getPasswordPolicy() |
Modifier and Type | Method and Description |
---|---|
<O extends ObjectType> |
ModelObjectResolver.resolve(ObjectReferenceType ref,
Class<O> expectedType,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
ExpressionHandler.resolveRef(ObjectReferenceType ref,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
RObjectReference.toJAXB(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static void |
RObjectReference.copyFromJAXB(ObjectReferenceType jaxb,
RObjectReference repo,
PrismContext prismContext) |
static void |
RObjectReference.copyToJAXB(RObjectReference repo,
ObjectReferenceType jaxb,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
REmbeddedReference.toJAXB(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static void |
REmbeddedReference.copyFromJAXB(ObjectReferenceType jaxb,
REmbeddedReference repo,
PrismContext prismContext) |
static void |
REmbeddedReference.copyToJAXB(REmbeddedReference repo,
ObjectReferenceType jaxb,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static List<ObjectReferenceType> |
RUtil.safeSetReferencesToList(Set<RObjectReference> set,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
static REmbeddedReference |
RUtil.jaxbRefToEmbeddedRepoRef(ObjectReferenceType jaxb,
PrismContext prismContext) |
static RObjectReference |
RUtil.jaxbRefToRepo(ObjectReferenceType reference,
PrismContext prismContext,
RContainer owner,
RReferenceOwner refOwner) |
Modifier and Type | Method and Description |
---|---|
static Set<RObjectReference> |
RUtil.safeListReferenceToSet(List<ObjectReferenceType> list,
PrismContext prismContext,
RContainer owner,
RReferenceOwner refOwner) |
Modifier and Type | Method and Description |
---|---|
static ObjectReferenceType |
ObjectTypeUtil.createObjectRef(ObjectType objectType) |
static <T extends ObjectType> |
ObjectTypeUtil.createObjectRef(PrismObject<T> object) |
static ObjectReferenceType |
ObjectTypeUtil.createObjectRef(String oid,
ObjectTypes type) |
static ObjectReferenceType |
MiscSchemaUtil.createObjectReference(String oid,
QName type) |
static ObjectReferenceType |
ObjectTypeUtil.findRef(String oid,
List<ObjectReferenceType> refs) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(ObjectReferenceType ref) |
<T extends ObjectType> |
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType).
|
static Object |
ObjectTypeUtil.toShortString(ObjectReferenceType objectRef) |
Modifier and Type | Method and Description |
---|---|
static ObjectReferenceType |
ObjectTypeUtil.findRef(String oid,
List<ObjectReferenceType> refs) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
Task.getObjectRef()
Returns reference to the object that the task is associated with.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setObjectRef(ObjectReferenceType objectRef)
Sets the object reference.
|
void |
Task.setObjectRefImmediate(ObjectReferenceType value,
OperationResult parentResult)
"Immediate" version of the previous method.
|
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
TaskQuartzImpl.getObjectRef() |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.setObjectRef(ObjectReferenceType value) |
void |
TaskQuartzImpl.setObjectRefImmediate(ObjectReferenceType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setObjectRefTransient(ObjectReferenceType objectRefType) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
AssignmentEditorDto.getTargetRef() |
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
TaskDto.getObjectRef() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDto.setObjectRef(ObjectReferenceType objectRef) |
Modifier and Type | Method and Description |
---|---|
List<? extends ObjectReferenceType> |
WorkflowServiceImpl.getApprovedBy(Task task,
OperationResult result) |
List<? extends ObjectReferenceType> |
WfTaskUtil.getApprovedByFromTaskTree(Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
WfTaskUtil.addApprovedBy(Task task,
ObjectReferenceType referenceType) |
Modifier and Type | Method and Description |
---|---|
void |
WfTaskUtil.addApprovedBy(Task task,
Collection<ObjectReferenceType> referenceTypes) |
Modifier and Type | Method and Description |
---|---|
List<? extends ObjectReferenceType> |
WorkflowService.getApprovedBy(Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ApprovalLevelImpl.addApproverRef(ObjectReferenceType approverRef) |
Constructor and Description |
---|
LightweightObjectRefImpl(ObjectReferenceType objectReferenceType) |
Constructor and Description |
---|
ApprovalLevelImpl(List<ObjectReferenceType> approverRefList,
List<ExpressionType> approverExpressionList,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalRequestImpl(I itemToApprove,
ApprovalSchemaType approvalSchema,
List<ObjectReferenceType> approverRef,
List<ExpressionType> approverExpression,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
ApprovalSchemaImpl(ApprovalSchemaType approvalSchema,
List<ObjectReferenceType> approverRefList,
List<ExpressionType> approverExpressionList,
ExpressionType automaticallyApproved,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
List<ObjectReferenceType> |
PrimaryApprovalProcessWrapper.getApprovedBy(ProcessEvent event) |
Modifier and Type | Method and Description |
---|---|
List<ObjectReferenceType> |
AbstractWrapper.getApprovedBy(ProcessEvent event) |
Modifier and Type | Field and Description |
---|---|
protected ObjectReferenceType |
ExpressionVariableDefinitionType.objectRef |
protected ObjectReferenceType |
ObjectSynchronizationType.objectTemplateRef |
protected ObjectReferenceType |
ResourcePasswordDefinitionType.passwordPolicyRef |
protected ObjectReferenceType |
ShadowDiscriminatorType.resourceRef |
protected ObjectReferenceType |
GenerateExpressionEvaluatorType.valuePolicyRef |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectReferenceType> |
ObjectFactory.createApproverRef(ObjectReferenceType value)
|
JAXBElement<ObjectReferenceType> |
ObjectFactory.createObjectRef(ObjectReferenceType value)
|
List<ObjectReferenceType> |
UserType.getAccountRef() |
List<ObjectReferenceType> |
ApprovalLevelType.getApproverRef() |
List<ObjectReferenceType> |
ResourceBusinessConfigurationType.getApproverRef() |
List<ObjectReferenceType> |
AbstractRoleType.getApproverRef() |
List<ObjectReferenceType> |
MetadataType.getCreateApproverRef() |
List<ObjectReferenceType> |
ObjectTemplateType.getIncludeRef() |
List<ObjectReferenceType> |
FocusType.getLinkRef() |
List<ObjectReferenceType> |
MetadataType.getModifyApproverRef() |
List<ObjectReferenceType> |
ObjectType.getParentOrgRef() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectReferenceType> |
ObjectFactory.createApproverRef(ObjectReferenceType value)
|
JAXBElement<ObjectReferenceType> |
ObjectFactory.createObjectRef(ObjectReferenceType value)
|
void |
ConnectorType.setConnectorHostRef(ObjectReferenceType value) |
void |
ResourceType.setConnectorRef(ObjectReferenceType value) |
void |
MetadataType.setCreatorRef(ObjectReferenceType value) |
void |
SystemConfigurationType.setDefaultUserTemplateRef(ObjectReferenceType value) |
void |
SystemConfigurationType.setGlobalPasswordPolicyRef(ObjectReferenceType value) |
void |
MetadataType.setModifierRef(ObjectReferenceType value) |
void |
ExpressionVariableDefinitionType.setObjectRef(ObjectReferenceType value)
Sets the value of the objectRef property.
|
void |
TaskType.setObjectRef(ObjectReferenceType value) |
void |
ObjectSynchronizationType.setObjectTemplateRef(ObjectReferenceType value)
Sets the value of the objectTemplateRef property.
|
void |
TaskType.setOwnerRef(ObjectReferenceType value) |
void |
ResourcePasswordDefinitionType.setPasswordPolicyRef(ObjectReferenceType value)
Sets the value of the passwordPolicyRef property.
|
void |
ShadowType.setResourceRef(ObjectReferenceType value) |
void |
ConstructionType.setResourceRef(ObjectReferenceType value) |
void |
ShadowDiscriminatorType.setResourceRef(ObjectReferenceType value)
Sets the value of the resourceRef property.
|
void |
ShadowAssociationType.setShadowRef(ObjectReferenceType value) |
void |
AssignmentType.setTargetRef(ObjectReferenceType value) |
void |
ExclusionType.setTargetRef(ObjectReferenceType value) |
void |
GenerateExpressionEvaluatorType.setValuePolicyRef(ObjectReferenceType value)
Sets the value of the valuePolicyRef property.
|
Modifier and Type | Method and Description |
---|---|
ObjectReferenceType |
LensProjectionContextType.getAccountPasswordPolicyRef() |
ObjectReferenceType |
LensElementContextType.getObjectNewRef() |
ObjectReferenceType |
LensElementContextType.getObjectOldRef() |
Modifier and Type | Method and Description |
---|---|
void |
LensProjectionContextType.setAccountPasswordPolicyRef(ObjectReferenceType value) |
void |
LensElementContextType.setObjectNewRef(ObjectReferenceType value) |
void |
LensElementContextType.setObjectOldRef(ObjectReferenceType value) |
Copyright © 2013 evolveum. All rights reserved.