Modifier and Type | Method and Description |
---|---|
static QueryType |
QueryUtil.createAttributeQuery(PrismProperty<?> attribute,
QName objectClass,
ResourceType resourceType,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
String |
BasicExpressionFunctions.determineLdapSingleAttributeValue(Collection<String> dns,
String attributeName,
PrismProperty attribute) |
Modifier and Type | Method and Description |
---|---|
static <X> PrismProperty<X> |
Mapping.getPropertyStatic(ExpressionType expressionType,
PrismPropertyDefinition outputDefinition,
String contextDescription,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValueMatcher.hasRealValue(PrismProperty<T> property,
PrismPropertyValue<T> pValue) |
Modifier and Type | Method and Description |
---|---|
PrismProperty<T> |
PrismProperty.clone() |
<X> PrismProperty<X> |
PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition) |
<X> PrismProperty<X> |
PrismContainerValue.createProperty(QName propertyName) |
<T> PrismProperty<T> |
PrismContainer.findOrCreateProperty(ItemPath propertyPath) |
<X> PrismProperty<X> |
PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef) |
<T> PrismProperty<T> |
PrismContainer.findOrCreateProperty(QName propertyName) |
<X> PrismProperty<X> |
PrismContainerValue.findOrCreateProperty(QName propertyQName) |
<T> PrismProperty<T> |
PrismContainer.findProperty(ItemPath path) |
<X> PrismProperty<X> |
PrismContainerValue.findProperty(ItemPath propertyPath) |
<X> PrismProperty<X> |
PrismContainerValue.findProperty(PrismPropertyDefinition propertyDefinition)
Finds a specific property in the container by definition.
|
<T> PrismProperty<T> |
PrismContainer.findProperty(QName propertyQName) |
<X> PrismProperty<X> |
PrismContainerValue.findProperty(QName propertyQName) |
PrismProperty<T> |
PrismPropertyDefinition.instantiate() |
PrismProperty<T> |
PrismPropertyDefinition.instantiate(QName name) |
Modifier and Type | Method and Description |
---|---|
Set<PrismProperty<?>> |
PrismContainerValue.getProperties()
Returns a set of properties that the property container contains.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PrismProperty.copyValues(PrismProperty<T> clone) |
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other) |
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other,
boolean ignoreMetadata,
boolean isLiteral) |
Modifier and Type | Method and Description |
---|---|
<P extends PrismProperty> |
PropertyDelta.instantiateEmptyProperty() |
Modifier and Type | Method and Description |
---|---|
PrismProperty<T> |
PropertyDelta.getPropertyNew()
Returns the "new" state of the property - the state that would be after the delta
is applied.
|
PrismProperty<T> |
PropertyDelta.getPropertyNew(PrismProperty<T> propertyOld)
Returns the "new" state of the property - the state that would be after the delta
is applied.
|
Modifier and Type | Method and Description |
---|---|
Class<PrismProperty> |
PropertyDelta.getItemClass() |
Modifier and Type | Method and Description |
---|---|
PrismProperty<T> |
PropertyDelta.getPropertyNew(PrismProperty<T> propertyOld)
Returns the "new" state of the property - the state that would be after the delta
is applied.
|
Modifier and Type | Method and Description |
---|---|
protected PrismProperty |
ElementPrismPropertyImpl.getProperty() |
<T> PrismProperty<T> |
PrismDomProcessor.parsePrismProperty(List<? extends Object> valueElements,
QName propName,
PrismPropertyDefinition<T> propertyDefinition) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.assertPropertyDefinition(PrismProperty property,
QName type,
int minOccurs,
int maxOccurs,
Boolean indexed) |
static <T> void |
PrismAsserts.assertPropertyValue(PrismProperty<T> property,
T... expectedPropValues) |
static <T> void |
PrismAsserts.assertPropertyValueDesc(PrismProperty<T> property,
String contextDescrition,
T... expectedPropValues) |
Constructor and Description |
---|
PropertyArrayList(PrismProperty property) |
Modifier and Type | Method and Description |
---|---|
PrismProperty |
ResourceObjectConverter.fetchCurrentToken(ConnectorInstance connector,
ResourceType resourceType,
ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult) |
PrismProperty<?> |
ShadowCache.fetchCurrentToken(ResourceType resourceType,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<Change<ShadowType>> |
ResourceObjectConverter.fetchChanges(ConnectorInstance connector,
ResourceType resource,
RefinedObjectClassDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
List<Change<ShadowType>> |
ShadowCache.fetchChanges(ResourceType resourceType,
QName objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
PrismProperty<?> |
ConnectorInstance.deserializeToken(Object serializedToken)
Creates a live Java object from a token previously serialized to string.
|
PrismProperty<?> |
ConnectorInstance.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult)
Returns the latest token.
|
PrismProperty<?> |
Change.getToken() |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ConnectorInstance.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult)
Token may be null.
|
void |
Change.setToken(PrismProperty<?> token) |
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<T> change,
PrismProperty<?> token) |
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismProperty<?> token) |
Change(ObjectDelta<T> change,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
PrismProperty<?> |
ConnectorInstanceIcfImpl.deserializeToken(Object serializedToken) |
PrismProperty<?> |
ConnectorInstanceIcfImpl.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ConnectorInstanceIcfImpl.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceAttribute<T>
Resource Object Attribute is a Property of Resource Object.
|
Modifier and Type | Method and Description |
---|---|
PrismProperty<?> |
ResourceAttributeContainer.getIdentifier()
Returns a (single) identifier.
|
PrismProperty |
ResourceAttributeContainer.getSecondaryIdentifier()
Returns a (single) secondary identifier.
|
Modifier and Type | Method and Description |
---|---|
static void |
ObjectTypeUtil.setXsdSchemaDefinition(PrismProperty<Element> definitionProperty,
Element xsdElement) |
Modifier and Type | Method and Description |
---|---|
<T> PrismProperty<T> |
Task.getExtensionProperty(QName propertyName)
Returns specified property from the extension
|
Modifier and Type | Method and Description |
---|---|
void |
Task.addExtensionProperty(PrismProperty<?> property)
Adds value(s) to a given extension property.
|
void |
Task.deleteExtensionProperty(PrismProperty<?> property)
Removes specified VALUES of this extension property (not all of its values).
|
void |
Task.setExtensionProperty(PrismProperty<?> property)
Sets a property in the extension - replaces existing value(s), if any, by the one(s) provided.
|
void |
Task.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult)
"Immediate" version of the above method.
|
Modifier and Type | Method and Description |
---|---|
PrismProperty<?> |
TaskQuartzImpl.getExtensionProperty(QName propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.addExtensionProperty(PrismProperty<?> property) |
void |
TaskQuartzImpl.deleteExtensionProperty(PrismProperty<?> property) |
void |
TaskQuartzImpl.setExtensionProperty(PrismProperty<?> property) |
void |
TaskQuartzImpl.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
PrismProperty |
PropertyWrapper.getItem() |
Constructor and Description |
---|
PropertyWrapper(ContainerWrapper container,
PrismProperty property,
ValueStatus status) |
Copyright © 2013 evolveum. All rights reserved.