Uses of Class
com.evolveum.midpoint.prism.PrismProperty

Packages that use PrismProperty
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.expression.functions   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.dom   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.prism.xjc   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.web.component.prism   
 

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
<X> PrismProperty<X>
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()
           
<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 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
<P extends PrismProperty>
P
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()
           
<T> PrismProperty<T>
PrismDomProcessor.parsePrismProperty(List<? extends Object> valueElements, QName propName, PrismPropertyDefinition propertyDefinition)
           
<T> PrismProperty<T>
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
<T> void
PrismAsserts.assertPropertyValue(PrismProperty<T> property, T... expectedPropValues)
           
static
<T> void
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
<T> PrismProperty<T>
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)
           
 



Copyright © 2013 evolveum. All Rights Reserved.