Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyReferenceListType

Packages that use PropertyReferenceListType
com.evolveum.midpoint.common   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1   
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common that return PropertyReferenceListType
static PropertyReferenceListType Utils.getResolveResourceList()
           
 

Methods in com.evolveum.midpoint.common with parameters of type PropertyReferenceListType
static boolean Utils.haveToResolve(java.lang.String propertyName, PropertyReferenceListType resolve)
           
static java.lang.String DebugUtil.prettyPrint(PropertyReferenceListType reflist)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model with parameters of type PropertyReferenceListType
 ObjectType ModelWebService.getObject(java.lang.String oid, PropertyReferenceListType resolve, javax.xml.ws.Holder<OperationResultType> result)
           
 PropertyAvailableValuesListType ModelWebService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, javax.xml.ws.Holder<OperationResultType> result)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api with parameters of type PropertyReferenceListType
<T extends ObjectType>
T
ModelService.getObject(java.lang.String oid, PropertyReferenceListType resolve, java.lang.Class<T> clazz, OperationResult result)
           
 PropertyAvailableValuesListType ModelService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult result)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller that return PropertyReferenceListType
static PropertyReferenceListType ModelUtils.createPropertyReferenceListType(java.lang.String... properties)
           
 

Methods in com.evolveum.midpoint.model.controller with parameters of type PropertyReferenceListType
<T extends ObjectType>
T
ModelControllerImpl.getObject(java.lang.String oid, PropertyReferenceListType resolve, java.lang.Class<T> clazz, OperationResult result)
           
<T extends ObjectType>
T
ModelControllerImpl.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult result, java.lang.Class<T> clazz, boolean fromProvisioning)
           
<T extends ObjectType>
T
ModelController.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult result, java.lang.Class<T> clazz, boolean fromProvisioning)
           
 PropertyAvailableValuesListType ModelControllerImpl.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult result)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type PropertyReferenceListType
 ObjectType ProvisioningService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 PropertyAvailableValuesListType ProvisioningService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
          Returns list of available values for specified properties.
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type PropertyReferenceListType
 ObjectType ProvisioningServiceImpl.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 PropertyAvailableValuesListType ProvisioningServiceImpl.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api with parameters of type PropertyReferenceListType
 ObjectType RepositoryService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 PropertyAvailableValuesListType RepositoryService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
          Returns list of available values for specified properties.
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml with parameters of type PropertyReferenceListType
 ObjectType XmlRepositoryService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 PropertyAvailableValuesListType XmlRepositoryService.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, OperationResult parentResult)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.web.model
 

Methods in com.evolveum.midpoint.web.model with parameters of type PropertyReferenceListType
 T ObjectManager.get(java.lang.String oid, PropertyReferenceListType resolve)
          Lookup object by OID.
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl with parameters of type PropertyReferenceListType
 T ObjectManagerImpl.get(java.lang.String oid, PropertyReferenceListType resolve)
           
protected
<O extends ObjectType>
O
ObjectManagerImpl.get(java.lang.String oid, PropertyReferenceListType resolve, java.lang.Class<O> objectClass)
           
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return PropertyReferenceListType
 PropertyReferenceListType ObjectFactory.createPropertyReferenceListType()
          Create an instance of PropertyReferenceListType
 

Uses of PropertyReferenceListType in com.evolveum.midpoint.xml.ns._public.model.model_1
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 with parameters of type PropertyReferenceListType
 ObjectType ModelPortType.getObject(java.lang.String oid, PropertyReferenceListType resolve, javax.xml.ws.Holder<OperationResultType> result)
          Returns object for provided OID.
 PropertyAvailableValuesListType ModelPortType.getPropertyAvailableValues(java.lang.String oid, PropertyReferenceListType properties, javax.xml.ws.Holder<OperationResultType> result)
          Returns list of available values for specified properties.
 



Copyright © 2011 evolveum. All Rights Reserved.