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

Packages that use PrismProperty
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.expression   
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, javax.xml.namespace.QName objectClass, ResourceType resourceType, PrismContext prismContext)
           
 

Uses of PrismProperty in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression with parameters of type PrismProperty
 java.lang.String MidPointFunctions.determineLdapSingleAttributeValue(java.util.Collection<java.lang.String> dns, java.lang.String attributeName, PrismProperty attribute)
           
 

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(javax.xml.namespace.QName propertyName)
           
<T> PrismProperty<T>
PrismContainer.findOrCreateProperty(ItemPath propertyPath)
           
<X> PrismProperty<X>
PrismContainerValue.findOrCreateProperty(PrismPropertyDefinition propertyDef)
           
<T> PrismProperty<T>
PrismContainer.findOrCreateProperty(javax.xml.namespace.QName propertyName)
           
<X> PrismProperty<X>
PrismContainerValue.findOrCreateProperty(javax.xml.namespace.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(javax.xml.namespace.QName propertyQName)
           
<X> PrismProperty<X>
PrismContainerValue.findProperty(javax.xml.namespace.QName propertyQName)
           
 PrismProperty PrismPropertyDefinition.instantiate()
           
 PrismProperty PrismPropertyDefinition.instantiate(javax.xml.namespace.QName name)
           
 

Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismProperty
 java.util.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
 java.lang.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(java.util.List<? extends java.lang.Object> valueElements, javax.xml.namespace.QName propName, PrismPropertyDefinition propertyDefinition)
           
<T> PrismProperty<T>
PrismDomProcessor.parsePropertyFromValueElement(org.w3c.dom.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
<T> void
PrismAsserts.assertPropertyValue(PrismProperty<T> property, T... expectedPropValues)
           
static
<T> void
PrismAsserts.assertPropertyValueDesc(PrismProperty<T> property, java.lang.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 ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 PrismProperty ShadowConverter.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type PrismProperty
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, PrismProperty lastToken, OperationResult parentResult)
           
 java.util.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(java.lang.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
 java.util.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(java.util.Collection<ResourceAttribute<?>> identifiers, ObjectDelta<? extends ResourceObjectShadowType> change, PrismProperty token)
           
Change(java.util.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(java.lang.Object serializedToken)
           
 PrismProperty<?> ConnectorInstanceIcfImpl.fetchCurrentToken(ObjectClassComplexTypeDefinition objectClass, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type PrismProperty
 java.util.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<org.w3c.dom.Element> definitionProperty, org.w3c.dom.Element xsdElement)
           
 

Uses of PrismProperty in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return PrismProperty
 PrismProperty<?> Task.getExtension(javax.xml.namespace.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(javax.xml.namespace.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 © 2012 evolveum. All Rights Reserved.