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

Packages that use PrismObject
com.evolveum.midpoint.audit.api   
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.mapping   
com.evolveum.midpoint.common.policy   
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.common.validator   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.api.context   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.importer   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.sync   
com.evolveum.midpoint.model.sync.action   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.notifications   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.dom   
com.evolveum.midpoint.prism.query   
com.evolveum.midpoint.prism.schema   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.prism.xjc   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.sql   
com.evolveum.midpoint.repo.sql.testing   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.task.quartzimpl.cluster   
com.evolveum.midpoint.test   
com.evolveum.midpoint.test.ldap   
com.evolveum.midpoint.test.util   
com.evolveum.midpoint.web.component.prism   
com.evolveum.midpoint.web.page.admin.configuration.dto   
com.evolveum.midpoint.web.page.admin.dto   
com.evolveum.midpoint.web.page.admin.reports.dto   
com.evolveum.midpoint.web.page.admin.resources   
com.evolveum.midpoint.web.page.admin.resources.dto   
com.evolveum.midpoint.web.page.admin.users   
com.evolveum.midpoint.web.page.admin.users.dto   
com.evolveum.midpoint.web.util   
com.evolveum.midpoint.wf   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of PrismObject in com.evolveum.midpoint.audit.api
 

Methods in com.evolveum.midpoint.audit.api that return PrismObject
 PrismObject<UserType> AuditEventRecord.getInitiator()
           
 PrismObject<? extends ObjectType> AuditEventRecord.getTarget()
           
 PrismObject<UserType> AuditEventRecord.getTargetOwner()
           
 

Methods in com.evolveum.midpoint.audit.api with parameters of type PrismObject
 void AuditEventRecord.setInitiator(PrismObject<UserType> initiator)
           
 void AuditEventRecord.setTarget(PrismObject<? extends ObjectType> target)
           
 void AuditEventRecord.setTargetOwner(PrismObject<UserType> targetOwner)
           
 

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

Methods in com.evolveum.midpoint.common.expression that return PrismObject
 PrismObject<T> ObjectDeltaObject.getAnyObject()
           
 PrismObject<T> ObjectDeltaObject.getNewObject()
           
 PrismObject<T> ObjectDeltaObject.getOldObject()
           
 

Methods in com.evolveum.midpoint.common.expression with parameters of type PrismObject
static
<T extends ObjectType>
ObjectDeltaObject<T>
ObjectDeltaObject.create(PrismObject<T> oldObject, ItemDelta<?>... itemDeltas)
           
static
<T extends ObjectType>
ObjectDeltaObject<T>
ObjectDeltaObject.create(PrismObject<T> oldObject, ObjectDelta<T> delta)
           
 

Constructors in com.evolveum.midpoint.common.expression with parameters of type PrismObject
ObjectDeltaObject(PrismObject<T> oldObject, ObjectDelta<T> delta, PrismObject<T> newObject)
           
ObjectDeltaObject(PrismObject<T> oldObject, ObjectDelta<T> delta, PrismObject<T> newObject)
           
 

Uses of PrismObject in com.evolveum.midpoint.common.mapping
 

Methods in com.evolveum.midpoint.common.mapping with parameters of type PrismObject
 void Mapping.addVariableDefinition(QName name, PrismObject<? extends ObjectType> midpointObject)
           
 void Mapping.setRootNode(PrismObject<? extends ObjectType> mpObject)
           
 

Uses of PrismObject in com.evolveum.midpoint.common.policy
 

Method parameters in com.evolveum.midpoint.common.policy with type arguments of type PrismObject
static boolean PasswordPolicyUtils.validatePassword(ProtectedStringType password, List<PrismObject<ValuePolicyType>> policies)
           
static boolean PasswordPolicyUtils.validatePassword(String password, List<PrismObject<ValuePolicyType>> policies)
           
 

Uses of PrismObject in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery that return PrismObject
 PrismObject<AccountShadowType> RefinedAccountDefinition.createBlankShadow()
           
<T extends ResourceObjectShadowType>
PrismObject<T>
RefinedResourceSchema.refine(PrismObject<T> shadow)
          Make sure that the specified shadow has definitions pointing to this refined schema.
 

Methods in com.evolveum.midpoint.common.refinery with parameters of type PrismObject
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource)
           
static RefinedResourceSchema RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource, PrismContext prismContext)
           
static ResourceSchema RefinedResourceSchema.getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)
           
static RefinedResourceSchema RefinedResourceSchema.parse(PrismObject<ResourceType> resource, PrismContext prismContext)
           
<T extends ResourceObjectShadowType>
PrismObject<T>
RefinedResourceSchema.refine(PrismObject<T> shadow)
          Make sure that the specified shadow has definitions pointing to this refined schema.
 

Uses of PrismObject in com.evolveum.midpoint.common.validator
 

Methods in com.evolveum.midpoint.common.validator with parameters of type PrismObject
<T extends Objectable>
EventResult
EventHandler.postMarshall(PrismObject<T> object, Element objectElement, OperationResult objectResult)
          Call-back called after the object is unmarshalled.
 

Uses of PrismObject in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return PrismObject
 PrismObject<?> ModelObjectResolver.resolve(PrismReferenceValue refVal, String string, GetOperationOptions options, OperationResult result)
           
 PrismObject<?> ModelObjectResolver.resolve(PrismReferenceValue refVal, String string, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.api that return PrismObject
<T extends ObjectType>
PrismObject<T>
ModelService.getObject(Class<T> type, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           Returns object for provided OID.
 PrismObject<UserType> ModelService.listAccountShadowOwner(String accountOid, Task task, OperationResult parentResult)
           Returns the User object representing owner of specified account (account shadow).
 

Methods in com.evolveum.midpoint.model.api that return types with arguments of type PrismObject
 List<PrismObject<? extends ResourceObjectShadowType>> ModelService.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
ModelService.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, Task task, OperationResult parentResult)
           Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
List<PrismObject<T>>
ModelService.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           Search for objects.
 

Methods in com.evolveum.midpoint.model.api with parameters of type PrismObject
<T extends ObjectType>
String
ModelService.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
 

Uses of PrismObject in com.evolveum.midpoint.model.api.context
 

Methods in com.evolveum.midpoint.model.api.context that return PrismObject
 PrismObject<O> ModelElementContext.getObjectNew()
           
 PrismObject<O> ModelElementContext.getObjectOld()
           
 

Methods in com.evolveum.midpoint.model.api.context with parameters of type PrismObject
 void ModelElementContext.setObjectNew(PrismObject<O> objectNew)
           
 void ModelElementContext.setObjectOld(PrismObject<O> objectOld)
           
 

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

Methods in com.evolveum.midpoint.model.controller that return PrismObject
<T extends ObjectType>
PrismObject<T>
ModelController.getObject(Class<T> clazz, String oid, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 PrismObject<UserType> ModelController.listAccountShadowOwner(String accountOid, Task task, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller that return types with arguments of type PrismObject
 List<PrismObject<? extends ResourceObjectShadowType>> ModelController.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
ModelController.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, Task task, OperationResult result)
           
<T extends ObjectType>
List<PrismObject<T>>
ModelController.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller with parameters of type PrismObject
<T extends ObjectType>
String
ModelController.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
 void SystemConfigurationHandler.postInit(PrismObject<SystemConfigurationType> systemConfiguration, OperationResult parentResult)
           
protected  void ModelController.resolve(PrismObject<?> object, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult result)
           
 

Uses of PrismObject in com.evolveum.midpoint.model.importer
 

Methods in com.evolveum.midpoint.model.importer with parameters of type PrismObject
protected
<T extends ObjectType>
void
ObjectImporter.resolveReferences(PrismObject<T> object, RepositoryService repository, boolean enforceReferentialIntegrity, OperationResult result)
           
protected
<T extends ObjectType>
void
ObjectImporter.validateWithDynamicSchemas(PrismObject<T> object, Element objectElement, RepositoryService repository, OperationResult objectResult)
           
 

Uses of PrismObject in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that return PrismObject
 PrismObject<O> LensElementContext.getObjectNew()
           
 PrismObject<O> LensElementContext.getObjectOld()
           
 

Methods in com.evolveum.midpoint.model.lens with parameters of type PrismObject
protected  void LensElementContext.checkConsistence(PrismObject<O> object, String elementDesc, String contextDesc)
           
static LensProjectionContext<AccountShadowType> LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context, PrismObject<AccountShadowType> equivalentAccount, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
 void LensElementContext.setObjectNew(PrismObject<O> objectNew)
           
 void LensElementContext.setObjectOld(PrismObject<O> objectOld)
           
 

Uses of PrismObject in com.evolveum.midpoint.model.sync
 

Methods in com.evolveum.midpoint.model.sync with parameters of type PrismObject
 boolean SynchronizeAccountResultHandler.handle(PrismObject<AccountShadowType> accountShadow, OperationResult parentResult)
           
 

Uses of PrismObject in com.evolveum.midpoint.model.sync.action
 

Methods in com.evolveum.midpoint.model.sync.action that return PrismObject
protected  PrismObject<AccountShadowType> BaseAction.getAccountShadowFromChange(ResourceObjectShadowChangeDescription change)
           
 

Uses of PrismObject in com.evolveum.midpoint.model.test
 

Methods in com.evolveum.midpoint.model.test that return PrismObject
protected  PrismObject<UserType> AbstractModelIntegrationTest.createUser(String name, String fullName)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(String username, PrismObject<ResourceType> resource)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.findUserByUsername(String username)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.getAccount(String accountOid)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.getAccount(String accountOid, boolean noFetch)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.getAccountNoFetch(String accountOid)
           
protected  PrismObject<UserType> AbstractModelIntegrationTest.getUser(String userOid)
           
protected
<T extends ObjectType>
PrismObject<T>
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type, String filename, String oid, Task task, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.test that return types with arguments of type PrismObject
protected  Collection<PrismObject<AccountShadowType>> AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  List<PrismObject<OrgType>> AbstractModelIntegrationTest.searchOrg(String baseOrgOid, Integer minDepth, Integer maxDepth, Task task, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.test with parameters of type PrismObject
protected  void AbstractModelIntegrationTest.assertAccount(PrismObject<UserType> user, String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAccounts(PrismObject<UserType> user, int numAccounts)
           
protected  void AbstractModelIntegrationTest.assertAssigned(PrismObject<UserType> user, String targetOid, QName refType)
           
protected  void AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<UserType> user, String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedNo(PrismObject<UserType> user, QName refType)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<UserType> user, String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoOrg(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertAssignedNoRole(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user, String orgOid)
           
protected  void AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user, String orgOid, QName relation)
           
protected  void AbstractModelIntegrationTest.assertAssignedRole(PrismObject<UserType> user, String roleOid)
           
protected  void AbstractModelIntegrationTest.assertAssignments(PrismObject<UserType> user, int expectedNumber)
           
protected  void AbstractModelIntegrationTest.assertEnabled(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertHasNoOrg(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user, String orgOid)
           
protected  void AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user, String orgOid, QName relation)
           
protected  void AbstractModelIntegrationTest.assertHasOrgs(PrismObject<UserType> user, int expectedNumber)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, PrismObject<AccountShadowType> account)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, PrismObject<AccountShadowType> account)
           
protected  void AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user, String accountOid)
           
protected  void AbstractModelIntegrationTest.assertNoLinkedAccount(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertNoShadow(String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertNotAssignedRole(PrismObject<UserType> user, String roleOid)
           
protected  void AbstractModelIntegrationTest.assertShadowModel(PrismObject<AccountShadowType> accountShadow, String oid, String username, ResourceType resourceType)
           
protected  void AbstractModelIntegrationTest.assertShadowRepo(PrismObject<AccountShadowType> accountShadow, String oid, String username, ResourceType resourceType)
           
protected  void AbstractModelIntegrationTest.assertUser(PrismObject<UserType> user, String oid, String name, String fullName, String givenName, String familyName)
           
protected  void AbstractModelIntegrationTest.assertUserNoAccountRefs(PrismObject<UserType> user)
           
protected  void AbstractModelIntegrationTest.assertUserProperty(PrismObject<UserType> user, QName propertyName, Object... expectedPropValues)
           
static DummyResourceContoller DummyResourceContoller.create(String instanceName, PrismObject<ResourceType> resource)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource, QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource, String attributeLocalName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource, QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource, String attributeLocalName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource, QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource, String attributeLocalName, T... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid, PrismObject<ResourceType> resource, QName attributeName, Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid, PrismObject<ResourceType> resource, String attributeName, Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid, PrismObject<ResourceType> resource, ItemPath itemPath, Object... newRealValue)
           
protected  ObjectDelta<UserType> AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid, PrismObject<ResourceType> resource)
           
protected  void AbstractModelIntegrationTest.fillinUser(PrismObject<UserType> user, String name, String fullName)
           
protected  void AbstractModelIntegrationTest.fillinUserAssignmentAccountConstruction(PrismObject<UserType> user, String resourceOid)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(String username, PrismObject<ResourceType> resource)
           
protected  PrismObject<AccountShadowType> AbstractModelIntegrationTest.findAccountByUsername(String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  ResourceAttributeDefinition AbstractModelIntegrationTest.getAttributeDefinition(PrismObject<ResourceType> resource, QName attributeName)
           
protected  ItemPath AbstractModelIntegrationTest.getAttributePath(PrismObject<ResourceType> resource, String attributeLocalName)
           
protected  QName AbstractModelIntegrationTest.getAttributeQName(PrismObject<ResourceType> resource, String attributeLocalName)
           
protected  String AbstractModelIntegrationTest.getSingleUserAccountRef(PrismObject<UserType> user)
           
protected  String AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user, String resourceOid)
           
protected  Collection<PrismObject<AccountShadowType>> AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource, Task task, OperationResult result)
           
 

Uses of PrismObject in com.evolveum.midpoint.model.util
 

Methods in com.evolveum.midpoint.model.util with parameters of type PrismObject
static
<T extends ObjectType>
void
Utils.encryptValues(Protector protector, PrismObject<T> object, OperationResult objectResult)
           
 

Method parameters in com.evolveum.midpoint.model.util with type arguments of type PrismObject
static
<T extends ObjectType>
void
Utils.searchIterative(RepositoryService repositoryService, Class<T> type, ObjectQuery query, Handler<PrismObject<T>> handler, int blockSize, OperationResult opResult)
           
 

Uses of PrismObject in com.evolveum.midpoint.notifications
 

Methods in com.evolveum.midpoint.notifications that return PrismObject
static PrismObject<SystemConfigurationType> NotificationsUtil.getSystemConfiguration(RepositoryService repositoryService, OperationResult result)
           
 

Uses of PrismObject in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return PrismObject
 PrismObject Objectable.asPrismObject()
           
 PrismObject<T> PrismObject.clone()
           
 PrismObject PrismReferenceValue.getObject()
           
 PrismObject<T> PrismObjectDefinition.instantiate()
           
 PrismObject<T> PrismObjectDefinition.instantiate(QName name)
           
<T extends Objectable>
PrismObject<T>
PrismContext.parseObject(Element objectElement)
          Parses a DOM object and creates a prism from it.
<T extends Objectable>
PrismObject<T>
PrismContext.parseObject(File file)
          Parses a file and creates a prism from it.
<T extends Objectable>
PrismObject<T>
PrismContext.parseObject(String xmlString)
          Parses a string and creates a prism from it.
 

Methods in com.evolveum.midpoint.prism with parameters of type PrismObject
<T extends Objectable>
void
PrismContext.adopt(PrismObject<T> object)
           
<T extends Objectable>
void
PrismContext.adopt(PrismObject<T> object, Class<T> declaredType)
          Set up the specified object with prism context instance and schema definition.
protected  void PrismObject.copyValues(PrismObject<T> clone)
           
static PrismReferenceValue PrismReferenceValue.createFromTarget(PrismObject<?> refTarget)
           
 ObjectDelta<T> PrismObject.diff(PrismObject<T> other)
           
 ObjectDelta<T> PrismObject.diff(PrismObject<T> other, boolean ignoreMetadata, boolean isLiteral)
           
 void PrismReferenceValue.setObject(PrismObject object)
           
 void Objectable.setupContainer(PrismObject object)
           
 

Uses of PrismObject in com.evolveum.midpoint.prism.delta
 

Methods in com.evolveum.midpoint.prism.delta that return PrismObject
 PrismObject<T> ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
          Applies this object delta to specified object, returns updated object.
 PrismObject<T> ObjectDelta.getObjectToAdd()
           
 

Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismObject
 void ObjectDelta.applyTo(PrismObject<T> targetObject)
          Applies this object delta to specified object, returns updated object.
 PrismObject<T> ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
          Applies this object delta to specified object, returns updated object.
static
<O extends Objectable>
ObjectDelta<O>
ObjectDelta.createAddDelta(PrismObject<O> objectToAdd)
           
static
<T extends Objectable>
ReferenceDelta
ReferenceDelta.createModificationAdd(Class<T> type, QName refName, PrismContext prismContext, PrismObject<?> refTarget)
           
static
<T extends Objectable>
Collection<? extends ItemDelta>
ReferenceDelta.createModificationAddCollection(Class<T> type, QName refName, PrismContext prismContext, PrismObject<?> refTarget)
           
static
<O extends Objectable>
ObjectDelta<O>
ObjectDelta.createModificationAddReference(Class<O> type, String oid, QName propertyName, PrismContext prismContext, PrismObject<?>... referenceObjects)
          Convenience method for quick creation of object deltas that replace a single object property.
static
<T extends Objectable>
ReferenceDelta
ReferenceDelta.createModificationDelete(Class<T> type, QName refName, PrismContext prismContext, PrismObject<?> refTarget)
           
static
<T extends Objectable>
ReferenceDelta
ReferenceDelta.createModificationDelete(Class<T> type, QName refName, PrismObject<?> refTarget)
           
static ReferenceDelta ReferenceDelta.createModificationDelete(QName refName, PrismObjectDefinition<?> objectDefinition, PrismObject<?> refTarget)
           
static
<T extends Objectable>
Collection<? extends ItemDelta>
ReferenceDelta.createModificationDeleteCollection(Class<T> type, QName refName, PrismContext prismContext, PrismObject<?> refTarget)
           
static
<T extends Objectable>
ObjectDelta<T>
DiffUtil.diff(PrismObject<T> oldObject, PrismObject<T> newObject)
           
static
<T extends Objectable>
ObjectDelta<T>
DiffUtil.diff(PrismObject<T> oldObject, PrismObject<T> newObject)
           
 ItemDelta<V> ItemDelta.narrow(PrismObject<? extends Objectable> object)
          Filters out all delta values that are meaningless to apply.
 PropertyDelta<T> PropertyDelta.narrow(PrismObject<? extends Objectable> object)
           
 void ObjectDelta.setObjectToAdd(PrismObject<T> objectToAdd)
           
 

Uses of PrismObject in com.evolveum.midpoint.prism.dom
 

Methods in com.evolveum.midpoint.prism.dom that return PrismObject
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(Element objectElement)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(File file)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(File file, Class<T> type)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(Node domNode)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(String objectString)
           
<T extends Objectable>
PrismObject<T>
PrismDomProcessor.parseObject(String objectString, Class<T> type)
           
 

Methods in com.evolveum.midpoint.prism.dom that return types with arguments of type PrismObject
 List<PrismObject<? extends Objectable>> PrismDomProcessor.parseObjects(File file)
          This is really stupid implementation.
 

Methods in com.evolveum.midpoint.prism.dom with parameters of type PrismObject
 Element DomSerializer.serialize(PrismObject<?> object)
           
<T extends Objectable>
String
PrismDomProcessor.serializeObjectToString(PrismObject<T> object)
           
<T extends Objectable>
String
PrismDomProcessor.serializeObjectToString(PrismObject<T> object, boolean serializeCompositeObjects)
           
 Element PrismDomProcessor.serializeToDom(PrismObject<?> object)
          Returns "dead" DOM representation of the PrismObject.
 Element PrismDomProcessor.serializeToDom(PrismObject<?> object, boolean serializeCompositeObjects)
           
 

Uses of PrismObject in com.evolveum.midpoint.prism.query
 

Methods in com.evolveum.midpoint.prism.query with parameters of type PrismObject
static RefFilter RefFilter.createReferenceEqual(Class type, QName propertyName, PrismObject<? extends Objectable> targetObject)
           
 

Uses of PrismObject in com.evolveum.midpoint.prism.schema
 

Methods in com.evolveum.midpoint.prism.schema that return PrismObject
<T extends Objectable>
PrismObject<T>
SchemaRegistry.instantiate(Class<T> compileTimeClass)
           
 

Methods in com.evolveum.midpoint.prism.schema with parameters of type PrismObject
 void SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject, Class<? extends Objectable> type)
           
 void SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject, Class<? extends Objectable> type, boolean force)
          This method will try to locate the appropriate object definition and apply it.
 

Uses of PrismObject in com.evolveum.midpoint.prism.util
 

Methods in com.evolveum.midpoint.prism.util that return PrismObject
static
<T extends Objectable>
PrismObject<T>
PrismTestUtil.parseObject(Element element)
           
static
<T extends Objectable>
PrismObject<T>
PrismTestUtil.parseObject(File file)
           
static
<T extends Objectable>
PrismObject<T>
PrismTestUtil.parseObject(String xmlString)
           
 

Methods in com.evolveum.midpoint.prism.util that return types with arguments of type PrismObject
static List<PrismObject<? extends Objectable>> PrismTestUtil.parseObjects(File file)
           
 

Methods in com.evolveum.midpoint.prism.util with parameters of type PrismObject
static void PrismAsserts.assertEquals(File fileNewXml, PrismObject<?> actual)
           
static void PrismAsserts.assertEquals(PrismObject<?> prism1, PrismObject<?> prism2)
           
static void PrismAsserts.assertEquals(PrismObject<?> prism1, PrismObject<?> prism2)
           
static void PrismAsserts.assertEquals(String message, PrismObject expected, PrismObject actual)
           
static void PrismAsserts.assertEquals(String message, PrismObject expected, PrismObject actual)
           
static void PrismAsserts.assertEquivalent(String message, File expectedFile, PrismObject actual)
           
static void PrismAsserts.assertEquivalent(String message, PrismObject expected, PrismObject actual)
           
static void PrismAsserts.assertEquivalent(String message, PrismObject expected, PrismObject actual)
           
static
<T extends Objectable>
void
PrismAsserts.assertNoItem(PrismObject<T> object, ItemPath itemPath)
           
static
<T extends Objectable>
void
PrismAsserts.assertNoItem(PrismObject<T> object, QName itemName)
           
static String PrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object)
           
 

Uses of PrismObject in com.evolveum.midpoint.prism.xjc
 

Methods in com.evolveum.midpoint.prism.xjc that return PrismObject
static PrismObject PrismForJAXBUtil.setupContainerValue(PrismObject prismObject, PrismContainerValue containerValue)
           
 

Methods in com.evolveum.midpoint.prism.xjc with parameters of type PrismObject
static void PrismForJAXBUtil.setReferenceValueAsObject(PrismContainer parent, QName referenceQName, PrismObject targetObject)
           
static void PrismForJAXBUtil.setReferenceValueAsObject(PrismContainerValue parentValue, QName referenceQName, PrismObject targetObject)
          This method must merge new value with potential existing value of the reference.
static PrismObject PrismForJAXBUtil.setupContainerValue(PrismObject prismObject, PrismContainerValue containerValue)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api that return PrismObject
 PrismObject<? extends ResourceObjectShadowType> ResourceObjectShadowChangeDescription.getCurrentShadow()
           
 PrismObject<? extends ResourceObjectShadowType> ResourceOperationDescription.getCurrentShadow()
          Shadow describing the object that was the target of the operation.
<T extends ObjectType>
PrismObject<T>
ProvisioningService.getObject(Class<T> type, String oid, GetOperationOptions options, OperationResult parentResult)
          Returns object for provided OID.
 PrismObject<? extends ResourceObjectShadowType> ResourceObjectShadowChangeDescription.getOldShadow()
           
 PrismObject<ResourceType> ResourceObjectShadowChangeDescription.getResource()
           
 PrismObject<ResourceType> ResourceOperationDescription.getResource()
           
 

Methods in com.evolveum.midpoint.provisioning.api that return types with arguments of type PrismObject
 List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningService.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, OperationResult parentResult)
          Lists resource objects.
<T extends ObjectType>
List<PrismObject<T>>
ProvisioningService.searchObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
          Search for objects.
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type PrismObject
<T extends ObjectType>
String
ProvisioningService.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
          Applies appropriate definition to the shadow.
<T extends ResourceObjectShadowType>
void
ProvisioningService.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 boolean ResultHandler.handle(PrismObject<T> object, OperationResult parentResult)
          Handle a single result.
 void ResourceObjectShadowChangeDescription.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
           
 void ResourceOperationDescription.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
           
 void ResourceObjectShadowChangeDescription.setOldShadow(PrismObject<? extends ResourceObjectShadowType> oldShadow)
           
 void ResourceObjectShadowChangeDescription.setResource(PrismObject<ResourceType> resource)
           
 void ResourceOperationDescription.setResource(PrismObject<ResourceType> resource)
           
 

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

Methods in com.evolveum.midpoint.provisioning.impl that return PrismObject
<T extends ObjectType>
PrismObject<T>
ProvisioningServiceImpl.getObject(Class<T> type, String oid, GetOperationOptions options, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl that return types with arguments of type PrismObject
 List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningServiceImpl.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, OperationResult parentResult)
           
<T extends ObjectType>
List<PrismObject<T>>
ProvisioningServiceImpl.searchObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type PrismObject
<T extends ObjectType>
String
ProvisioningServiceImpl.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, PrismObject<T> shadow, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(PrismObject<T> shadow, ResourceType resource)
           
 void ResourceTypeManager.applyDefinition(PrismObject<ResourceType> resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ProvisioningServiceImpl.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
boolean
ShadowConverter.isProtectedShadow(ResourceType resource, PrismObject<T> shadow)
           
 

Uses of PrismObject in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return PrismObject
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstance.fetchObject(Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
          Retrieves a specific object from the resource.
 PrismObject<? extends ResourceObjectShadowType> Change.getCurrentShadow()
           
 PrismObject<? extends ResourceObjectShadowType> Change.getOldShadow()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PrismObject
 Collection<ResourceAttribute<?>> ConnectorInstance.addObject(PrismObject<? extends ResourceObjectShadowType> object, Collection<Operation> additionalOperations, OperationResult parentResult)
          TODO: This should return indication how the operation went, e.g.
 boolean ResultHandler.handle(PrismObject<T> object)
          Handle a single result.
 void Change.setCurrentShadow(PrismObject<? extends ResourceObjectShadowType> currentShadow)
           
 void Change.setOldShadow(PrismObject<? extends ResourceObjectShadowType> oldShadow)
           
 

Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PrismObject
Change(Collection<ResourceAttribute<?>> identifiers, PrismObject<? extends ResourceObjectShadowType> currentShadow, PrismProperty<?> token)
           
 

Uses of PrismObject in com.evolveum.midpoint.provisioning.ucf.impl
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl that return PrismObject
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstanceIcfImpl.fetchObject(Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type PrismObject
 Collection<ResourceAttribute<?>> ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ResourceObjectShadowType> object, Collection<Operation> additionalOperations, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.repo.api that return PrismObject
<T extends ObjectType>
PrismObject<T>
RepositoryService.getObject(Class<T> type, String oid, OperationResult parentResult)
          Returns object for provided OID.
 PrismObject<UserType> RepositoryService.listAccountShadowOwner(String accountOid, OperationResult parentResult)
          Returns the User object representing owner of specified account (account shadow).
 

Methods in com.evolveum.midpoint.repo.api that return types with arguments of type PrismObject
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
RepositoryService.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, OperationResult parentResult)
          Search for resource object shadows of a specified type that belong to the specified resource.
<T extends ObjectType>
List<PrismObject<T>>
RepositoryService.searchObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
          Search for objects in the repository.
 

Methods in com.evolveum.midpoint.repo.api with parameters of type PrismObject
<T extends ObjectType>
String
RepositoryService.addObject(PrismObject<T> object, OperationResult parentResult)
          Add new object.
 

Uses of PrismObject in com.evolveum.midpoint.repo.cache
 

Methods in com.evolveum.midpoint.repo.cache that return PrismObject
<T extends ObjectType>
PrismObject<T>
RepositoryCache.getObject(Class<T> type, String oid, OperationResult parentResult)
           
 PrismObject<UserType> RepositoryCache.listAccountShadowOwner(String accountOid, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.repo.cache that return types with arguments of type PrismObject
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
RepositoryCache.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, OperationResult parentResult)
           
<T extends ObjectType>
List<PrismObject<T>>
RepositoryCache.searchObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.repo.cache with parameters of type PrismObject
<T extends ObjectType>
String
RepositoryCache.addObject(PrismObject<T> object, OperationResult parentResult)
           
 

Uses of PrismObject in com.evolveum.midpoint.repo.sql
 

Methods in com.evolveum.midpoint.repo.sql that return PrismObject
<T extends ObjectType>
PrismObject<T>
SqlRepositoryServiceImpl.getObject(Class<T> type, String oid, OperationResult result)
           
 PrismObject<UserType> SqlRepositoryServiceImpl.listAccountShadowOwner(String accountOid, OperationResult result)
           
 

Methods in com.evolveum.midpoint.repo.sql that return types with arguments of type PrismObject
<T extends ResourceObjectShadowType>
List<PrismObject<T>>
SqlRepositoryServiceImpl.listResourceObjectShadows(String resourceOid, Class<T> resourceObjectShadowType, OperationResult result)
           
<T extends ObjectType>
List<PrismObject<T>>
SqlRepositoryServiceImpl.searchObjects(Class<T> type, ObjectQuery query, OperationResult result)
           
 

Methods in com.evolveum.midpoint.repo.sql with parameters of type PrismObject
<T extends ObjectType>
String
SqlRepositoryServiceImpl.addObject(PrismObject<T> object, OperationResult result)
           
 

Uses of PrismObject in com.evolveum.midpoint.repo.sql.testing
 

Methods in com.evolveum.midpoint.repo.sql.testing with parameters of type PrismObject
 void CarefulAnt.assertModification(PrismObject<O> object, int iteration)
           
 

Uses of PrismObject in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PrismObject
static
<T extends ObjectType>
List<PrismObject<T>>
MiscSchemaUtil.toList(Class<T> type, ObjectListType listType)
           
 

Methods in com.evolveum.midpoint.schema.util with parameters of type PrismObject
static void ResourceObjectShadowUtil.applyResourceSchema(PrismObject<? extends ResourceObjectShadowType> shadow, ResourceSchema resourceSchema)
          This is not supposed to be used in production code! It is just for the tests.
static void ResourceObjectShadowUtil.checkConsistence(PrismObject<? extends ResourceObjectShadowType> shadow, String desc)
           
static
<T extends ObjectType>
ObjectReferenceType
ObjectTypeUtil.createObjectRef(PrismObject<T> object)
           
static PropertyDelta<SynchronizationSituationType> SynchronizationSituationUtil.createSynchronizationSituationDelta(PrismObject object, SynchronizationSituationType situation)
           
static List<PropertyDelta<?>> SynchronizationSituationUtil.createSynchronizationSituationDescriptionDelta(PrismObject object, SynchronizationSituationType situation, String sourceChannel)
           
static PropertyDelta<XMLGregorianCalendar> SynchronizationSituationUtil.createSynchronizationTimestampDelta(PrismObject object)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getAttributes(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static ResourceAttributeContainer ResourceObjectShadowUtil.getAttributesContainer(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static
<T> List<T>
ResourceObjectShadowUtil.getAttributeValues(PrismObject<? extends ResourceObjectShadowType> shadow, QName attrName)
           
static PrismContainer<Containerable> ResourceTypeUtil.getConfigurationContainer(PrismObject<ResourceType> resource)
           
static Element ConnectorTypeUtil.getConnectorXsdSchema(PrismObject<ConnectorType> connector)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getIdentifiers(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static ResourceAttributeContainer ResourceObjectShadowUtil.getOrCreateAttributesContainer(PrismObject<? extends ResourceObjectShadowType> shadow, ObjectClassComplexTypeDefinition objectClassDefinition)
           
static String ResourceTypeUtil.getResourceNamespace(PrismObject<ResourceType> resource)
           
static Element ResourceTypeUtil.getResourceXsdSchema(PrismObject<ResourceType> resource)
           
static Collection<ResourceAttribute<?>> ResourceObjectShadowUtil.getSecondaryIdentifiers(PrismObject<? extends ResourceObjectShadowType> shadow)
           
static void ConnectorTypeUtil.setConnectorXsdSchema(PrismObject<ConnectorType> connector, Element xsdElement)
           
static void ResourceTypeUtil.setResourceXsdSchema(PrismObject<ResourceType> resource, Element xsdElement)
           
 

Method parameters in com.evolveum.midpoint.schema.util with type arguments of type PrismObject
static ObjectListType MiscSchemaUtil.toObjectListType(List<PrismObject<? extends ObjectType>> list)
           
 

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

Methods in com.evolveum.midpoint.task.api that return PrismObject
 PrismObject<NodeType> Node.getNodeType()
           
<T extends ObjectType>
PrismObject<T>
Task.getObject(Class<T> type, OperationResult parentResult)
          Returns object that the task is associated with.
 PrismObject<UserType> Task.getOwner()
          Returns user that owns this task.
 PrismObject<TaskType> Task.getTaskPrismObject()
           
 

Methods in com.evolveum.midpoint.task.api with parameters of type PrismObject
 String TaskManager.addTask(PrismObject<TaskType> taskPrism, OperationResult parentResult)
          Add new task.
 Task TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism, OperationResult parentResult)
          Creates task instance from the XML task representation.
 Task TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism, String operationName, OperationResult parentResult)
          Creates task instance from the XML task representation.
 boolean TaskManager.isCurrentNode(PrismObject<NodeType> node)
           
 void Task.setOwner(PrismObject<UserType> owner)
           
 void Task.setRequesteeRef(PrismObject<UserType> requestee)
           
 

Constructors in com.evolveum.midpoint.task.api with parameters of type PrismObject
Node(PrismObject<NodeType> node)
           
 

Uses of PrismObject in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return PrismObject
<T extends ObjectType>
PrismObject<T>
TaskQuartzImpl.getObject(Class<T> type, OperationResult parentResult)
           
 PrismObject<UserType> TaskQuartzImpl.getOwner()
           
 PrismObject<TaskType> TaskQuartzImpl.getTaskPrismObject()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type PrismObject
 String TaskManagerQuartzImpl.addTask(PrismObject<TaskType> taskPrism, OperationResult parentResult)
           
 Task TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism, OperationResult parentResult)
           
 Task TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism, String operationName, OperationResult parentResult)
           
 boolean TaskManagerQuartzImpl.isCurrentNode(PrismObject<NodeType> node)
           
 void TaskQuartzImpl.setOwner(PrismObject<UserType> owner)
           
 void TaskQuartzImpl.setRequesteeRef(PrismObject<UserType> requestee)
           
 

Uses of PrismObject in com.evolveum.midpoint.task.quartzimpl.cluster
 

Methods in com.evolveum.midpoint.task.quartzimpl.cluster that return PrismObject
 PrismObject<NodeType> ClusterManager.getNodeById(String nodeIdentifier, OperationResult result)
           
 PrismObject<NodeType> ClusterManager.getNodePrism()
           
 PrismObject<NodeType> NodeRegistrar.getNodePrism()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl.cluster that return types with arguments of type PrismObject
 List<PrismObject<NodeType>> ClusterManager.getAllNodes(OperationResult result)
           
 

Methods in com.evolveum.midpoint.task.quartzimpl.cluster with parameters of type PrismObject
 boolean ClusterManager.isCurrentNode(PrismObject<NodeType> node)
           
 boolean NodeRegistrar.isCurrentNode(PrismObject<NodeType> node)
           
 

Uses of PrismObject in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that return PrismObject
protected
<T extends ObjectType>
PrismObject<T>
AbstractIntegrationTest.addObjectFromFile(String filePath, Class<T> type, OperationResult parentResult)
           
protected  PrismObject<ResourceType> AbstractIntegrationTest.addResourceFromFile(String filePath, String connectorType, OperationResult result)
           
protected  PrismObject<ConnectorType> AbstractIntegrationTest.findConnectorByType(String connectorType, OperationResult result)
           
protected  PrismObject<ConnectorType> AbstractIntegrationTest.findConnectorByTypeAndVersion(String connectorType, String connectorVersion, OperationResult result)
           
 

Methods in com.evolveum.midpoint.test that return types with arguments of type PrismObject
protected
<T extends ObjectType>
List<PrismObject<T>>
AbstractIntegrationTest.addObjectsFromFile(String filePath, Class<T> type, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.test with parameters of type PrismObject
protected
<T extends ObjectType>
void
AbstractIntegrationTest.addObject(Class<T> type, PrismObject<T> object, OperationResult result)
           
protected
<T extends ObjectType>
void
AbstractIntegrationTest.addObject(Class<T> type, PrismObject<T> object, String contextDesc, OperationResult result)
           
static
<T> void
IntegrationTestTools.assertAttribute(PrismObject<? extends ResourceObjectShadowType> shadow, QName name, T... expectedValues)
           
static void IntegrationTestTools.assertIcfsNameAttribute(PrismObject<? extends ResourceObjectShadowType> repoShadow, String value)
           
static
<T> void
IntegrationTestTools.assertNoAttribute(PrismObject<? extends ResourceObjectShadowType> shadow, QName name)
           
static void IntegrationTestTools.assertProvisioningAccountShadow(PrismObject<AccountShadowType> account, ResourceType resourceType, Class<?> expetcedAttributeDefinitionClass)
           
protected  void AbstractIntegrationTest.fillInConnectorRef(PrismObject<ResourceType> resourcePrism, String connectorType, OperationResult result)
           
static
<T> Collection<T>
IntegrationTestTools.getAttributeValues(PrismObject<? extends ResourceObjectShadowType> shadow, QName name)
           
 

Uses of PrismObject in com.evolveum.midpoint.test.ldap
 

Fields in com.evolveum.midpoint.test.ldap declared as PrismObject
protected  PrismObject<ResourceType> AbstractResourceController.resource
           
 

Methods in com.evolveum.midpoint.test.ldap that return PrismObject
 PrismObject<ResourceType> AbstractResourceController.getResource()
           
 

Methods in com.evolveum.midpoint.test.ldap with parameters of type PrismObject
 void AbstractResourceController.setResource(PrismObject<ResourceType> resource)
           
 

Uses of PrismObject in com.evolveum.midpoint.test.util
 

Methods in com.evolveum.midpoint.test.util with parameters of type PrismObject
static void MidPointAsserts.assertAssigned(PrismObject<UserType> user, String targetOid, QName refType)
           
static void MidPointAsserts.assertAssigned(PrismObject<UserType> user, String targetOid, QName refType, QName relation)
           
static void MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user, String orgOid)
           
static void MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user, String orgOid, QName relation)
           
static void MidPointAsserts.assertAssignedRole(PrismObject<UserType> user, String roleOid)
           
static void MidPointAsserts.assertAssignments(PrismObject<UserType> user, int expectedNumber)
           
static void MidPointAsserts.assertHasNoOrg(PrismObject<UserType> user)
           
static void MidPointAsserts.assertHasOrg(PrismObject<UserType> user, String orgOid)
           
static void MidPointAsserts.assertHasOrg(PrismObject<UserType> user, String orgOid, QName relation)
           
static void MidPointAsserts.assertHasOrgs(PrismObject<UserType> user, int expectedNumber)
           
static void MidPointAsserts.assertNotAssigned(PrismObject<UserType> user, String targetOid, QName refType)
           
static void MidPointAsserts.assertNotAssignedRole(PrismObject<UserType> user, String roleOid)
           
static void TestUtil.setAttribute(PrismObject<AccountShadowType> account, QName attrName, QName typeName, PrismContext prismContext, String value)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.component.prism
 

Methods in com.evolveum.midpoint.web.component.prism that return PrismObject
 PrismObject ObjectWrapper.getObject()
           
 

Constructors in com.evolveum.midpoint.web.component.prism with parameters of type PrismObject
ObjectWrapper(String displayName, String description, PrismObject object, ContainerStatus status)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.configuration.dto
 

Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return PrismObject
 PrismObject<SystemConfigurationType> LoggingDto.getOldConfiguration()
           
 

Constructors in com.evolveum.midpoint.web.page.admin.configuration.dto with parameters of type PrismObject
LoggingDto(PrismObject<SystemConfigurationType> oldConfiguration, LoggingConfigurationType config)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.dto
 

Methods in com.evolveum.midpoint.web.page.admin.dto that return PrismObject
 PrismObject<T> ObjectViewDto.getObject()
           
 

Constructors in com.evolveum.midpoint.web.page.admin.dto with parameters of type PrismObject
ObjectViewDto(String oid, String name, PrismObject<T> object, String xml)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.reports.dto
 

Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return PrismObject
 PrismObject<ResourceType> UserFilterDto.getResource()
           
 

Methods in com.evolveum.midpoint.web.page.admin.reports.dto with parameters of type PrismObject
 void UserFilterDto.setResource(PrismObject<ResourceType> resource)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.resources
 

Methods in com.evolveum.midpoint.web.page.admin.resources that return PrismObject
protected  PrismObject<ResourceType> PageAdminResources.loadResource(Collection<SelectorOptions<GetOperationOptions>> options)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.resources.dto
 

Constructors in com.evolveum.midpoint.web.page.admin.resources.dto with parameters of type PrismObject
ResourceDto(PrismObject<ResourceType> resource, ConnectorType connector)
           
ResourceDto(PrismObject<ResourceType> resource, PrismContext prismContext, ConnectorType connector, List<String> capabilities)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.users
 

Constructor parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type PrismObject
PageUserPreview(ModelContext previewChanges, Collection<ObjectDelta<? extends ObjectType>> allDeltas, ObjectDelta<UserType> userDelta, ArrayList<PrismObject> accountsBeforeModify, boolean forceAction)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.page.admin.users.dto
 

Methods in com.evolveum.midpoint.web.page.admin.users.dto that return PrismObject
 PrismObject<T> AccountDto.getPrismAccount()
           
 

Constructors in com.evolveum.midpoint.web.page.admin.users.dto with parameters of type PrismObject
AccountDto(PrismObject<T> account, SynchronizationPolicyDecision syncPolicy)
           
SubmitResourceDto(PrismObject account, boolean selected)
           
 

Constructor parameters in com.evolveum.midpoint.web.page.admin.users.dto with type arguments of type PrismObject
AccountChangesDto(Collection<? extends ModelProjectionContext> accounts, ArrayList<PrismObject> accountsBeforeModify)
           
OrgStructDto(List<PrismObject<T>> orgUnitList, NodeDto parent)
           
OrgStructDto(List<PrismObject<T>> orgUnitList, NodeDto parent, OperationResult result)
           
 

Uses of PrismObject in com.evolveum.midpoint.web.util
 

Methods in com.evolveum.midpoint.web.util with parameters of type PrismObject
static void WebMiscUtil.encryptCredentials(PrismObject object, boolean encrypt, MidPointApplication app)
           
static String WebMiscUtil.getName(PrismObject object)
           
static boolean WebMiscUtil.isActivationEnabled(PrismObject object)
           
 

Uses of PrismObject in com.evolveum.midpoint.wf
 

Methods in com.evolveum.midpoint.wf that return PrismObject
 PrismObject<ObjectType> WorkItem.getAdditionalData()
           
 PrismObject<ObjectType> WfDataAccessor.getAdditionalData(org.activiti.engine.task.Task task, Map<String,Object> variables, OperationResult result)
           
 PrismObject<UserType> WorkItem.getObjectNew()
           
 PrismObject<UserType> WorkItem.getObjectOld()
           
 PrismObject<ObjectType> WfDataAccessor.getRequestCommon(org.activiti.engine.task.Task task, OperationResult result)
           
 PrismObject<ObjectType> WorkItem.getRequestCommonData()
           
 PrismObject<UserType> WorkItem.getRequester()
           
 PrismObject<ObjectType> WorkItem.getRequestSpecificData()
           
 PrismObject<ObjectType> WorkItem.getTrackingData()
           
 PrismObject<ObjectType> WfDataAccessor.getTrackingData(org.activiti.engine.task.Task task, Map<String,Object> variables, OperationResult result)
           
 

Methods in com.evolveum.midpoint.wf with parameters of type PrismObject
 void WfDataAccessor.saveWorkItemPrism(PrismObject specific, PrismObject common, boolean decision, OperationResult result)
           
 void WfDataAccessor.saveWorkItemPrism(PrismObject specific, PrismObject common, boolean decision, OperationResult result)
           
 void WorkItem.setAdditionalData(PrismObject<ObjectType> additionalData)
           
 void WorkItem.setObjectNew(PrismObject<UserType> objectNew)
           
 void WorkItem.setObjectOld(PrismObject<UserType> objectOld)
           
 void WorkItem.setRequestCommonData(PrismObject<ObjectType> requestCommonData)
           
 void WorkItem.setRequester(PrismObject<UserType> requester)
           
 void WorkItem.setRequestSpecificData(PrismObject<ObjectType> requestSpecificData)
           
 void WorkItem.setTrackingData(PrismObject<ObjectType> trackingData)
           
 

Uses of PrismObject in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return PrismObject
protected  PrismObject ObjectType.asPrismContainer()
           
 PrismObject ObjectType.asPrismObject()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type PrismObject
 void ObjectType.setupContainer(PrismObject container)
           
 



Copyright © 2013 evolveum. All Rights Reserved.