|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrismProperty in com.evolveum.midpoint.common |
---|
Methods in com.evolveum.midpoint.common with parameters of type PrismProperty | |
---|---|
static QueryType |
QueryUtil.createAttributeQuery(PrismProperty<?> attribute,
QName objectClass,
ResourceType resourceType,
PrismContext prismContext)
|
Uses of PrismProperty in com.evolveum.midpoint.common.expression.functions |
---|
Methods in com.evolveum.midpoint.common.expression.functions with parameters of type PrismProperty | |
---|---|
String |
BasicExpressionFunctions.determineLdapSingleAttributeValue(Collection<String> dns,
String attributeName,
PrismProperty attribute)
|
Uses of PrismProperty in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping that return PrismProperty | ||
---|---|---|
static
|
Mapping.getPropertyStatic(ExpressionType expressionType,
PrismPropertyDefinition outputDefinition,
String contextDescription,
PrismContext prismContext)
|
Uses of PrismProperty in com.evolveum.midpoint.prism |
---|
Methods in com.evolveum.midpoint.prism that return PrismProperty | ||
---|---|---|
PrismProperty<T> |
PrismProperty.clone()
|
|
|
PrismContainerValue.createProperty(PrismPropertyDefinition propertyDefinition)
|
|
|
PrismContainerValue.createProperty(QName propertyName)
|
|
|
PrismContainer.findOrCreateProperty(ItemPath propertyPath)
|
|
|
PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef)
|
|
|
PrismContainer.findOrCreateProperty(QName propertyName)
|
|
|
PrismContainerValue.findOrCreateProperty(QName propertyQName)
|
|
|
PrismContainer.findProperty(ItemPath path)
|
|
|
PrismContainerValue.findProperty(ItemPath propertyPath)
|
|
|
PrismContainerValue.findProperty(PrismPropertyDefinition propertyDefinition)
Finds a specific property in the container by definition. |
|
|
PrismContainer.findProperty(QName propertyQName)
|
|
|
PrismContainerValue.findProperty(QName propertyQName)
|
|
PrismProperty |
PrismPropertyDefinition.instantiate()
|
|
PrismProperty |
PrismPropertyDefinition.instantiate(QName name)
|
Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismProperty | |
---|---|
Set<PrismProperty<?>> |
PrismContainerValue.getProperties()
Returns a set of properties that the property container contains. |
Methods in com.evolveum.midpoint.prism with parameters of type PrismProperty | |
---|---|
protected void |
PrismProperty.copyValues(PrismProperty<T> clone)
|
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other,
ItemPath pathPrefix)
|
PropertyDelta<T> |
PrismProperty.diff(PrismProperty<T> other,
ItemPath pathPrefix,
boolean ignoreMetadata,
boolean isLiteral)
|
Uses of PrismProperty in com.evolveum.midpoint.prism.delta |
---|
Methods in com.evolveum.midpoint.prism.delta with type parameters of type PrismProperty | ||
---|---|---|
|
PropertyDelta.instantiateEmptyProperty()
|
Methods in com.evolveum.midpoint.prism.delta that return PrismProperty | |
---|---|
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. |
Methods in com.evolveum.midpoint.prism.delta that return types with arguments of type PrismProperty | |
---|---|
Class<PrismProperty> |
PropertyDelta.getItemClass()
|
Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismProperty | |
---|---|
PrismProperty<T> |
PropertyDelta.getPropertyNew(PrismProperty<T> propertyOld)
Returns the "new" state of the property - the state that would be after the delta is applied. |
Uses of PrismProperty in com.evolveum.midpoint.prism.dom |
---|
Methods in com.evolveum.midpoint.prism.dom that return PrismProperty | ||
---|---|---|
protected PrismProperty |
ElementPrismPropertyImpl.getProperty()
|
|
|
PrismDomProcessor.parsePrismProperty(List<? extends Object> valueElements,
QName propName,
PrismPropertyDefinition propertyDefinition)
|
|
|
PrismDomProcessor.parsePropertyFromValueElement(Element valueElement,
PrismPropertyDefinition propertyDefinition)
|
Uses of PrismProperty in com.evolveum.midpoint.prism.util |
---|
Methods in com.evolveum.midpoint.prism.util with parameters of type PrismProperty | ||
---|---|---|
static void |
PrismAsserts.assertPropertyDefinition(PrismProperty property,
QName type,
int minOccurs,
int maxOccurs,
Boolean indexed)
|
|
static
|
PrismAsserts.assertPropertyValue(PrismProperty<T> property,
T... expectedPropValues)
|
|
static
|
PrismAsserts.assertPropertyValueDesc(PrismProperty<T> property,
String contextDescrition,
T... expectedPropValues)
|
Uses of PrismProperty in com.evolveum.midpoint.prism.xjc |
---|
Constructors in com.evolveum.midpoint.prism.xjc with parameters of type PrismProperty | |
---|---|
PropertyArrayList(PrismProperty property)
|
Uses of PrismProperty in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that return PrismProperty | |
---|---|
PrismProperty<?> |
ResourceObjectManager.fetchCurrentToken(ResourceType resourceType,
OperationResult parentResult)
|
PrismProperty |
ShadowConverter.fetchCurrentToken(ResourceType resourceType,
ResourceSchema resourceSchema,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type PrismProperty | |
---|---|
List<Change> |
ResourceObjectManager.fetchChanges(ResourceType resourceType,
PrismProperty<?> lastToken,
OperationResult parentResult)
|
List<Change> |
ShadowConverter.fetchChanges(ResourceType resource,
PrismProperty lastToken,
OperationResult parentResult)
|
Uses of PrismProperty in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that return PrismProperty | |
---|---|
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()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PrismProperty | |
---|---|
List<Change> |
ConnectorInstance.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult)
Token may be null. |
void |
Change.setToken(PrismProperty<?> token)
|
Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PrismProperty | |
---|---|
Change(Collection<ResourceAttribute<?>> identifiers,
ObjectDelta<? extends ResourceObjectShadowType> change,
PrismProperty<?> token)
|
|
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<? extends ResourceObjectShadowType> currentShadow,
PrismProperty<?> token)
|
|
Change(ObjectDelta<? extends ResourceObjectShadowType> change,
PrismProperty<?> token)
|
Uses of PrismProperty in com.evolveum.midpoint.provisioning.ucf.impl |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.impl that return PrismProperty | |
---|---|
PrismProperty<?> |
ConnectorInstanceIcfImpl.deserializeToken(Object serializedToken)
|
PrismProperty<?> |
ConnectorInstanceIcfImpl.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type PrismProperty | |
---|---|
List<Change> |
ConnectorInstanceIcfImpl.fetchChanges(ObjectClassComplexTypeDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult)
|
Uses of PrismProperty in com.evolveum.midpoint.schema.processor |
---|
Subclasses of PrismProperty in com.evolveum.midpoint.schema.processor | |
---|---|
class |
ResourceAttribute<T>
Resource Object Attribute is a Property of Resource Object. |
Methods in com.evolveum.midpoint.schema.processor that return PrismProperty | |
---|---|
PrismProperty<?> |
ResourceAttributeContainer.getIdentifier()
Returns a (single) identifier. |
PrismProperty |
ResourceAttributeContainer.getSecondaryIdentifier()
Returns a (single) secondary identifier. |
Uses of PrismProperty in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type PrismProperty | |
---|---|
static ItemDeltaType |
ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType,
XPathHolder xpath,
PrismProperty property)
Deprecated. |
static void |
ObjectTypeUtil.setXsdSchemaDefinition(PrismProperty<Element> definitionProperty,
Element xsdElement)
|
Uses of PrismProperty in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api that return PrismProperty | ||
---|---|---|
|
Task.getExtension(QName propertyName)
|
Methods in com.evolveum.midpoint.task.api with parameters of type PrismProperty | |
---|---|
void |
Task.addExtensionProperty(PrismProperty<?> property)
|
void |
Task.deleteExtensionProperty(PrismProperty<?> property)
Removes specified VALUES of this extension property (not all of its values). |
void |
Task.setExtensionProperty(PrismProperty<?> property)
|
void |
Task.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult)
|
Uses of PrismProperty in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl that return PrismProperty | |
---|---|
PrismProperty<?> |
TaskQuartzImpl.getExtension(QName propertyName)
|
Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type PrismProperty | |
---|---|
void |
TaskQuartzImpl.addExtensionProperty(PrismProperty<?> property)
|
void |
TaskQuartzImpl.deleteExtensionProperty(PrismProperty<?> property)
|
void |
TaskQuartzImpl.setExtensionProperty(PrismProperty<?> property)
|
void |
TaskQuartzImpl.setExtensionPropertyImmediate(PrismProperty<?> property,
OperationResult parentResult)
|
void |
TaskQuartzImpl.setExtensionPropertyTransient(PrismProperty<?> property)
|
Uses of PrismProperty in com.evolveum.midpoint.web.component.prism |
---|
Methods in com.evolveum.midpoint.web.component.prism that return PrismProperty | |
---|---|
PrismProperty |
PropertyWrapper.getItem()
|
Constructors in com.evolveum.midpoint.web.component.prism with parameters of type PrismProperty | |
---|---|
PropertyWrapper(ContainerWrapper container,
PrismProperty property,
ValueStatus status)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |