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

Packages that use ObjectType
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.diff   
com.evolveum.midpoint.common.jaxb   
com.evolveum.midpoint.common.object   
com.evolveum.midpoint.common.patch   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.importer   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.validator   
com.evolveum.midpoint.web.model   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
com.evolveum.midpoint.web.repo   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1   
 

Uses of ObjectType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type ObjectType
static java.lang.String DebugUtil.prettyPrint(ObjectType object)
           
static java.lang.String DebugUtil.prettyPrint(ObjectType object, boolean showContent)
           
 

Uses of ObjectType in com.evolveum.midpoint.common.diff
 

Methods in com.evolveum.midpoint.common.diff with parameters of type ObjectType
static ObjectModificationType CalculateXmlDiff.calculateChanges(ObjectType oldObject, ObjectType newObject)
           
 

Uses of ObjectType in com.evolveum.midpoint.common.jaxb
 

Methods in com.evolveum.midpoint.common.jaxb with type parameters of type ObjectType
static
<T extends ObjectType>
org.w3c.dom.Element
JAXBUtil.objectTypeToDom(T jaxbObject, org.w3c.dom.Document doc)
           
 

Methods in com.evolveum.midpoint.common.jaxb that return ObjectType
static ObjectType JAXBUtil.clone(ObjectType object)
           
 

Methods in com.evolveum.midpoint.common.jaxb with parameters of type ObjectType
static ObjectType JAXBUtil.clone(ObjectType object)
           
 

Uses of ObjectType in com.evolveum.midpoint.common.object
 

Methods in com.evolveum.midpoint.common.object that return ObjectType
 ObjectType ObjectResolver.resolve(java.lang.String oid)
           
 

Methods in com.evolveum.midpoint.common.object with parameters of type ObjectType
static ObjectReferenceType ObjectTypeUtil.createObjectRef(ObjectType objectType)
           
static java.lang.String ObjectTypeUtil.dump(ObjectType object)
           
static java.lang.String ObjectTypeUtil.toShortString(ObjectType object)
           
 

Method parameters in com.evolveum.midpoint.common.object with type arguments of type ObjectType
static java.util.List<java.lang.String> ObjectTypeUtil.extractOids(java.util.List<? extends ObjectType> objects, java.util.List<? extends ObjectReferenceType> refs)
           
 

Uses of ObjectType in com.evolveum.midpoint.common.patch
 

Methods in com.evolveum.midpoint.common.patch with parameters of type ObjectType
 java.lang.String PatchXml.applyDifferences(ObjectModificationType changes, ObjectType objectType)
           
 

Uses of ObjectType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model that return ObjectType
 ObjectType ModelWebService.getObject(java.lang.String oid, PropertyReferenceListType resolve, javax.xml.ws.Holder<OperationResultType> result)
           
 

Methods in com.evolveum.midpoint.model with parameters of type ObjectType
 java.lang.String ModelWebService.addObject(ObjectType object, javax.xml.ws.Holder<OperationResultType> result)
           
 

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

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

Methods in com.evolveum.midpoint.model.api with parameters of type ObjectType
 java.lang.String ModelService.addObject(ObjectType object, OperationResult result)
           
 

Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectType
 ObjectListType ModelService.listObjects(java.lang.Class<? extends ObjectType> objectType, PagingType paging, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.controller with type parameters of type ObjectType
<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)
           
 

Methods in com.evolveum.midpoint.model.controller with parameters of type ObjectType
 java.lang.String ModelControllerImpl.addObject(ObjectType object, OperationResult result)
           
 

Method parameters in com.evolveum.midpoint.model.controller with type arguments of type ObjectType
 ObjectListType ModelControllerImpl.listObjects(java.lang.Class<? extends ObjectType> objectType, PagingType paging, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.importer with parameters of type ObjectType
 boolean ImportFromResourceResultHandler.handle(ObjectType object, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api that return ObjectType
 ObjectType ProvisioningService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectType
 java.lang.String ProvisioningService.addObject(ObjectType object, ScriptsType scripts, OperationResult parentResult)
          Add new object.
 boolean ResultHandler.handle(ObjectType object, OperationResult parentResult)
          Handle a single result.
 

Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ObjectType
 ObjectListType ProvisioningService.listObjects(java.lang.Class<? extends ObjectType> objectType, PagingType paging, OperationResult parentResult)
          Returns all objects of specified type that are available to the implementation.
 

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

Methods in com.evolveum.midpoint.provisioning.impl that return ObjectType
 ObjectType ProvisioningServiceImpl.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ObjectType
 java.lang.String ProvisioningServiceImpl.addObject(ObjectType object, ScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ObjectType object, ScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ResourceType resource, OperationResult parentResult)
           
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 

Method parameters in com.evolveum.midpoint.provisioning.impl with type arguments of type ObjectType
 ObjectListType ProvisioningServiceImpl.listObjects(java.lang.Class<? extends ObjectType> objectType, PagingType paging, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.repo.api that return ObjectType
 ObjectType RepositoryService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
          Returns object for provided OID.
 

Methods in com.evolveum.midpoint.repo.api with parameters of type ObjectType
 java.lang.String RepositoryService.addObject(ObjectType object, OperationResult parentResult)
          Add new object.
 

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

Methods in com.evolveum.midpoint.repo.xml that return ObjectType
 ObjectType XmlRepositoryService.getObject(java.lang.String oid, PropertyReferenceListType resolve, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.repo.xml with parameters of type ObjectType
 java.lang.String XmlRepositoryService.addObject(ObjectType object, OperationResult parentResult)
           
 

Uses of ObjectType in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectType
 java.lang.Class<? extends ObjectType> ObjectTypes.getClassDefinition()
           
static java.lang.Class<? extends ObjectType> ObjectTypes.getObjectTypeClass(java.lang.String objectType)
           
 

Methods in com.evolveum.midpoint.schema with parameters of type ObjectType
static boolean ProvisioningTypes.isManagedByProvisioning(ObjectType object)
           
 

Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectType
static ObjectTypes ObjectTypes.getObjectType(java.lang.Class<? extends ObjectType> objectType)
           
static boolean ProvisioningTypes.isClassManagedByProvisioning(java.lang.Class<? extends ObjectType> clazz)
           
static boolean ProvisioningTypes.isObjectTypeManagedByProvisioning(java.lang.Class<? extends ObjectType> objectType)
           
 

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

Methods in com.evolveum.midpoint.task.api that return ObjectType
 ObjectType Task.getObject(OperationResult parentResult)
          Returns object that the task is associated with.
 

Uses of ObjectType in com.evolveum.midpoint.task.impl
 

Methods in com.evolveum.midpoint.task.impl that return ObjectType
 ObjectType TaskImpl.getObject(OperationResult parentResult)
           
 

Uses of ObjectType in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that return ObjectType
protected  ObjectType AbstractIntegrationTest.addObjectFromFile(java.lang.String filePath)
           
 

Methods in com.evolveum.midpoint.test with parameters of type ObjectType
static void IntegrationTestTools.display(java.lang.String message, ObjectType o)
           
 

Uses of ObjectType in com.evolveum.midpoint.validator
 

Methods in com.evolveum.midpoint.validator with parameters of type ObjectType
 void ObjectHandler.handleObject(ObjectType object, java.util.List<ValidationMessage> objectErrors)
           
 

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

Methods in com.evolveum.midpoint.web.model with type parameters of type ObjectType
<C extends ObjectType,T>
ObjectManager<T>
ObjectTypeCatalog.getObjectManager(java.lang.Class<C> objectType, java.lang.Class<T> dtoType)
          Returns instance of ObjectManager appropriate for specified class.
 

Methods in com.evolveum.midpoint.web.model that return types with arguments of type ObjectType
 java.util.Set<java.lang.Class<? extends ObjectType>> ObjectTypeCatalog.listSupportedObjectTypes()
          Retuns list of supported object types (in form of Java classes).
 

Uses of ObjectType in com.evolveum.midpoint.web.model.dto
 

Classes in com.evolveum.midpoint.web.model.dto with type parameters of type ObjectType
 class ExtensibleObjectDto<T extends ObjectType>
           
 class ObjectDto<T extends ObjectType>
           
 

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

Classes in com.evolveum.midpoint.web.model.impl with type parameters of type ObjectType
 class ObjectManagerImpl<C extends ObjectType,T extends ObjectDto<C>>
           
 

Methods in com.evolveum.midpoint.web.model.impl with type parameters of type ObjectType
<T extends ObjectType>
void
ObjectTypeCatalogImpl.add(java.lang.Class<T> type, ObjectManager<?> objectManager)
           
protected
<O extends ObjectType>
O
ObjectManagerImpl.get(java.lang.String oid, PropertyReferenceListType resolve, java.lang.Class<O> objectClass)
           
<C extends ObjectType,T>
ObjectManager<T>
ObjectTypeCatalogImpl.getObjectManager(java.lang.Class<C> objectType, java.lang.Class<T> dtoType)
           
protected
<O extends ObjectType>
java.util.Collection<O>
ObjectManagerImpl.list(PagingType paging, java.lang.Class<O> type)
           
 

Methods in com.evolveum.midpoint.web.model.impl that return types with arguments of type ObjectType
protected  java.lang.Class<? extends ObjectType> SystemManagerImpl.getSupportedObjectClass()
           
protected  java.lang.Class<? extends ObjectType> ResourceManagerImpl.getSupportedObjectClass()
           
protected  java.lang.Class<? extends ObjectType> AccountManagerImpl.getSupportedObjectClass()
           
protected abstract  java.lang.Class<? extends ObjectType> ObjectManagerImpl.getSupportedObjectClass()
           
protected  java.lang.Class<? extends ObjectType> UserManagerImpl.getSupportedObjectClass()
           
 java.util.Set<java.lang.Class<? extends ObjectType>> ObjectTypeCatalogImpl.listSupportedObjectTypes()
           
 

Method parameters in com.evolveum.midpoint.web.model.impl with type arguments of type ObjectType
 void ObjectTypeCatalogImpl.setSupportedObjectManagers(java.util.Map<java.lang.Class<? extends ObjectType>,ObjectManager<?>> objectManagers)
           
 

Uses of ObjectType in com.evolveum.midpoint.web.repo
 

Methods in com.evolveum.midpoint.web.repo that return ObjectType
 ObjectType RepositoryManager.getObject(java.lang.String oid)
           
 ObjectType RepositoryManagerImpl.getObject(java.lang.String oid)
           
 

Methods in com.evolveum.midpoint.web.repo with parameters of type ObjectType
 java.lang.String RepositoryManager.addObject(ObjectType object)
           
 java.lang.String RepositoryManagerImpl.addObject(ObjectType object)
           
 boolean RepositoryManager.saveObject(ObjectType object)
           
 boolean RepositoryManagerImpl.saveObject(ObjectType object)
           
 

Method parameters in com.evolveum.midpoint.web.repo with type arguments of type ObjectType
 ObjectListType RepositoryManager.listObjects(java.lang.Class<? extends ObjectType> objectType, int offset, int count)
           
 ObjectListType RepositoryManagerImpl.listObjects(java.lang.Class<? extends ObjectType> objectType, int offset, int count)
           
 

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

Subclasses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_1
 class AccountShadowType
          Account object type.
 class ConnectorHostType
          Host definition for remote connector, remote connector framework or a remote "gateway".
 class ConnectorType
          Description of a generic connector.
 class ExtensibleObjectType
          Object with generic extensibility mechanism.
 class GenericObjectType
          Generic object for storing unknown (unexpected) object types.
 class PasswordPolicyType
          Java class for PasswordPolicyType complex type.
 class ProtoStructureType
          TODO Experimental object.
 class ResourceAccessConfigurationType
          !!! DEPRECATED !!! ResourceAccessConfiguration represents a provisioning subsystem system which we manage.
 class ResourceObjectShadowType
          Local copy of any object on the provisioning resource that is related to provisioning.
 class ResourceStateType
          Object to store resource state.
 class ResourceType
          Resource represents a system or component external to the IDM system which we manage.
 class RoleType
          A role that implies accounts on resources, attributes and assignments for such accounts.
 class SystemConfigurationType
          System configuration object.
 class TaskType
          TODO
 class UserTemplateType
          The user template used to create new users.
 class UserType
          User object type.
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ObjectType
protected  ObjectType ObjectChangeAdditionType.object
           
protected  ObjectType ObjectContainerType.object
           
protected  ObjectType AssignmentType.target
           
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type ObjectType
protected  java.util.List<javax.xml.bind.JAXBElement<? extends ObjectType>> Objects.object
           
protected  java.util.List<ObjectType> ObjectListType.object
           
protected  javax.xml.bind.JAXBElement<? extends ObjectType> ObjectStageType.object
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ObjectType
 ObjectType ObjectChangeAdditionType.getObject()
          Gets the value of the object property.
 ObjectType ObjectContainerType.getObject()
          Gets the value of the object property.
 ObjectType AssignmentType.getTarget()
          Gets the value of the target property.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ObjectType
 javax.xml.bind.JAXBElement<ObjectType> ObjectFactory.createObject(ObjectType value)
          Create an instance of JAXBElement<ObjectType>}
 java.util.List<javax.xml.bind.JAXBElement<? extends ObjectType>> Objects.getObject()
          Gets the value of the object property.
 java.util.List<ObjectType> ObjectListType.getObject()
          Gets the value of the object property.
 javax.xml.bind.JAXBElement<? extends ObjectType> ObjectStageType.getObject()
          This element must contain the object that the stage describes.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ObjectType
 javax.xml.bind.JAXBElement<ObjectType> ObjectFactory.createObject(ObjectType value)
          Create an instance of JAXBElement<ObjectType>}
 void ObjectChangeAdditionType.setObject(ObjectType value)
          Sets the value of the object property.
 void ObjectContainerType.setObject(ObjectType value)
          Sets the value of the object property.
 void AssignmentType.setTarget(ObjectType value)
          Sets the value of the target property.
 

Method parameters in com.evolveum.midpoint.xml.ns._public.common.common_1 with type arguments of type ObjectType
 void ObjectStageType.setObject(javax.xml.bind.JAXBElement<? extends ObjectType> value)
          Sets the value of the object property.
 

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

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 that return ObjectType
 ObjectType ModelPortType.getObject(java.lang.String oid, PropertyReferenceListType resolve, javax.xml.ws.Holder<OperationResultType> result)
          Returns object for provided OID.
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 with parameters of type ObjectType
 java.lang.String ModelPortType.addObject(ObjectType object, javax.xml.ws.Holder<OperationResultType> result)
          Add new object.
 



Copyright © 2011 evolveum. All Rights Reserved.