Modifier and Type | Method and Description |
---|---|
PrismReference |
PrismReference.clone() |
PrismReference |
PrismContainer.findOrCreateReference(ItemPath propertyPath) |
PrismReference |
PrismContainerValue.findOrCreateReference(QName referenceName) |
PrismReference |
PrismContainer.findOrCreateReference(QName propertyName) |
PrismReference |
PrismContainer.findReference(ItemPath path) |
PrismReference |
PrismContainerValue.findReference(QName elementName) |
PrismReference |
PrismContainer.findReference(QName referenceQName) |
PrismReference |
PrismContainerValue.findReferenceByCompositeObjectElementName(QName elementName) |
PrismReference |
PrismContainer.findReferenceByCompositeObjectElementName(QName elementName) |
PrismReference |
PrismReferenceDefinition.instantiate() |
PrismReference |
PrismReferenceDefinition.instantiate(QName name) |
Modifier and Type | Method and Description |
---|---|
protected void |
PrismReference.copyValues(PrismReference clone) |
Modifier and Type | Method and Description |
---|---|
Class<PrismReference> |
ReferenceDelta.getItemClass() |
Modifier and Type | Method and Description |
---|---|
protected PrismReference |
ElementPrismReferenceImpl.getProperty() |
PrismReference |
PrismDomProcessor.parsePrismReference(List<? extends Object> valueElements,
QName propName,
PrismReferenceDefinition referenceDefinition) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.assertReferenceValue(PrismReference ref,
String oid) |
static void |
PrismAsserts.assertReferenceValues(PrismReference ref,
String... oids) |
Modifier and Type | Method and Description |
---|---|
protected PrismReference |
PrismReferenceArrayList.getReference() |
static PrismReference |
PrismForJAXBUtil.getReference(PrismContainer parent,
QName name) |
static PrismReference |
PrismForJAXBUtil.getReference(PrismContainerValue parent,
QName fieldName) |
Modifier and Type | Method and Description |
---|---|
static <T extends Objectable> |
PrismForJAXBUtil.objectableAsReferenceValue(T objectable,
PrismReference reference) |
Constructor and Description |
---|
PrismReferenceArrayList(PrismReference reference) |
Modifier and Type | Method and Description |
---|---|
PrismReference |
Task.getExtensionReference(QName name)
Returns specified reference from the extension.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.addExtensionReference(PrismReference reference)
Adds value(s) to a given extension reference.
|
void |
Task.setExtensionReference(PrismReference reference)
Sets a reference in the extension - replaces existing value(s), if any, by the one(s) provided.
|
Modifier and Type | Method and Description |
---|---|
PrismReference |
TaskQuartzImpl.getExtensionReference(QName propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.addExtensionReference(PrismReference reference) |
void |
TaskQuartzImpl.setExtensionReference(PrismReference reference) |
Modifier and Type | Method and Description |
---|---|
PrismReference |
WfTaskUtil.getApprovedBy(Task task) |
Copyright © 2013 evolveum. All rights reserved.