|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectType in com.evolveum.midpoint.common |
---|
Methods in com.evolveum.midpoint.common with type parameters of type ObjectType | ||
---|---|---|
static
|
QueryUtil.createNameAndClassFilter(java.lang.Class<T> type,
java.lang.String name)
|
Methods in com.evolveum.midpoint.common with parameters of type ObjectType | |
---|---|
static org.w3c.dom.Element |
QueryUtil.createNameAndClassFilter(ObjectType object)
|
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.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.common.validator |
---|
Methods in com.evolveum.midpoint.common.validator with parameters of type ObjectType | |
---|---|
EventResult |
EventHandler.postMarshall(ObjectType object,
org.w3c.dom.Element objectElement,
OperationResult objectResult)
Call-back called after the object is unmarshalled. |
void |
Validator.validateObject(ObjectType object,
OperationResult objectResult)
|
Uses of ObjectType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model with parameters of type ObjectType | |
---|---|
void |
ModelWebService.addObject(ObjectType object,
javax.xml.ws.Holder<java.lang.String> oidHolder,
javax.xml.ws.Holder<OperationResultType> result)
|
Method parameters in com.evolveum.midpoint.model with type arguments of type ObjectType | |
---|---|
void |
ModelWebService.getObject(java.lang.String objectTypeUri,
java.lang.String oid,
PropertyReferenceListType resolve,
javax.xml.ws.Holder<ObjectType> objectHolder,
javax.xml.ws.Holder<OperationResultType> resultHolder)
|
Uses of ObjectType in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api with type parameters of type ObjectType | ||
---|---|---|
|
ModelService.addObject(T object,
OperationResult parentResult)
Add new object. |
|
|
ModelService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
ModelService.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult result)
Returns object for provided OID. |
|
|
ModelService.listObjects(java.lang.Class<T> objectType,
PagingType paging,
OperationResult result)
Returns all objects of specified type that are available to the implementation. |
|
|
ModelService.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
ModelService.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects. |
Uses of ObjectType in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller with type parameters of type ObjectType | ||
---|---|---|
|
ModelControllerImpl.addObject(T object,
OperationResult parentResult)
|
|
|
ModelControllerImpl.addObjectWithExclusion(T object,
java.lang.String accountOid,
OperationResult result)
|
|
|
ModelController.addObjectWithExclusion(T object,
java.lang.String accountOid,
OperationResult parentResult)
TODO: document |
|
|
ModelControllerImpl.deleteObject(java.lang.Class<T> clazz,
java.lang.String oid,
OperationResult result)
|
|
|
ModelControllerImpl.getObject(java.lang.Class<T> clazz,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult result)
|
|
|
ModelControllerImpl.listObjects(java.lang.Class<T> objectType,
PagingType paging,
OperationResult result)
|
|
|
ModelControllerImpl.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
OperationResult result)
|
|
|
ModelControllerImpl.modifyObjectWithExclusion(java.lang.Class<T> type,
ObjectModificationType change,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
ModelController.modifyObjectWithExclusion(java.lang.Class<T> type,
ObjectModificationType change,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
ModelControllerImpl.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult result)
|
Uses of ObjectType in com.evolveum.midpoint.model.controller.handler |
---|
Methods in com.evolveum.midpoint.model.controller.handler with type parameters of type ObjectType | ||
---|---|---|
|
UserTypeHandler.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
|
|
BasicHandler.getObject(java.lang.Class<T> clazz,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult result)
|
|
|
UserTypeHandler.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
Methods in com.evolveum.midpoint.model.controller.handler with parameters of type ObjectType | |
---|---|
java.lang.String |
UserTypeHandler.addObject(ObjectType object,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
protected ObjectReferenceType |
BasicHandler.processAccountConstruction(UserType user,
AccountConstructionType construction,
ObjectType containingObject,
java.util.Collection<java.lang.String> excludedResourceOids,
OperationResult result)
|
protected void |
BasicHandler.resolveObjectAttributes(ObjectType object,
PropertyReferenceListType resolve,
OperationResult result)
|
Uses of ObjectType in com.evolveum.midpoint.model.importer |
---|
Methods in com.evolveum.midpoint.model.importer with parameters of type ObjectType | |
---|---|
boolean |
ImportAccountsFromResourceResultHandler.handle(ObjectType object,
OperationResult parentResult)
|
protected void |
ObjectImporter.resolveReferences(ObjectType object,
RepositoryService repository,
OperationResult result)
|
protected PropertyContainer |
ObjectImporter.validateWithDynamicSchemas(ObjectType object,
org.w3c.dom.Element objectElement,
RepositoryService repository,
OperationResult objectResult)
|
Uses of ObjectType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api with type parameters of type ObjectType | ||
---|---|---|
|
ProvisioningService.addObject(T object,
ScriptsType scripts,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
ScriptsType scripts,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
ProvisioningService.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
Returns object for provided OID. |
|
|
ProvisioningService.listObjects(java.lang.Class<T> objectType,
PagingType paging,
OperationResult parentResult)
Returns all objects of specified type that are available to the implementation. |
|
|
ProvisioningService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
ProvisioningService.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects. |
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectType | |
---|---|
boolean |
ResultHandler.handle(ObjectType object,
OperationResult parentResult)
Handle a single result. |
Uses of ObjectType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl with type parameters of type ObjectType | ||
---|---|---|
|
ProvisioningServiceImpl.addObject(T object,
ScriptsType scripts,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
ScriptsType scripts,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.listObjects(java.lang.Class<T> objectType,
PagingType paging,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ObjectType | |
---|---|
void |
ShadowCache.deleteShadow(ObjectType objectType,
ScriptsType scripts,
ResourceType resource,
OperationResult parentResult)
|
void |
ShadowCache.modifyShadow(ObjectType objectType,
ResourceType resource,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api with type parameters of type ObjectType | ||
---|---|---|
|
RepositoryService.addObject(T object,
OperationResult parentResult)
Add new object. |
|
|
RepositoryService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
RepositoryService.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
Returns object for provided OID. |
|
|
RepositoryService.getPropertyAvailableValues(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType properties,
OperationResult parentResult)
Returns list of available values for specified properties. |
|
|
RepositoryService.listObjects(java.lang.Class<T> type,
PagingType paging,
OperationResult parentResult)
Returns all objects of specified type in the repository. |
|
|
RepositoryService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
RepositoryService.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
Search for objects in the repository. |
Uses of ObjectType in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache with type parameters of type ObjectType | ||
---|---|---|
|
RepositoryCache.addObject(T object,
OperationResult parentResult)
|
|
|
RepositoryCache.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
|
|
|
RepositoryCache.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
|
|
|
RepositoryCache.getPropertyAvailableValues(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType properties,
OperationResult parentResult)
|
|
|
RepositoryCache.listObjects(java.lang.Class<T> type,
PagingType paging,
OperationResult parentResult)
|
|
|
RepositoryCache.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
OperationResult parentResult)
|
|
|
RepositoryCache.searchObjects(java.lang.Class<T> type,
QueryType query,
PagingType paging,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.repo.xml |
---|
Methods in com.evolveum.midpoint.repo.xml with type parameters of type ObjectType | ||
---|---|---|
|
XmlRepositoryService.addObject(T object,
OperationResult parentResult)
|
|
|
XmlRepositoryService.deleteObject(java.lang.Class<T> type,
java.lang.String oid,
OperationResult parentResult)
|
|
|
XmlRepositoryService.getObject(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType resolve,
OperationResult parentResult)
|
|
|
XmlRepositoryService.getPropertyAvailableValues(java.lang.Class<T> type,
java.lang.String oid,
PropertyReferenceListType properties,
OperationResult parentResult)
|
|
|
XmlRepositoryService.listObjects(java.lang.Class<T> objectType,
PagingType paging,
OperationResult parentResult)
|
|
|
XmlRepositoryService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
OperationResult parentResult)
|
|
|
XmlRepositoryService.searchObjects(java.lang.Class<T> clazz,
QueryType query,
PagingType paging,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.schema |
---|
Subclasses of ObjectType in com.evolveum.midpoint.schema | |
---|---|
class |
EnhancedResourceType
|
Uses of ObjectType in com.evolveum.midpoint.schema.constants |
---|
Methods in com.evolveum.midpoint.schema.constants 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.constants with parameters of type ObjectType | |
---|---|
static boolean |
ObjectTypes.isManagedByProvisioning(ObjectType object)
|
Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectType | |
---|---|
static ObjectTypes |
ObjectTypes.getObjectType(java.lang.Class<? extends ObjectType> objectType)
|
static boolean |
ObjectTypes.isClassManagedByProvisioning(java.lang.Class<? extends ObjectType> clazz)
|
static boolean |
ObjectTypes.isObjectTypeManagedByProvisioning(java.lang.Class<? extends ObjectType> objectType)
|
Uses of ObjectType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with type parameters of type ObjectType | ||
---|---|---|
static
|
JAXBUtil.objectTypeToDom(T jaxbObject,
org.w3c.dom.Document doc)
|
|
static
|
MiscUtil.toList(java.lang.Class<T> type,
ObjectListType listType)
|
|
static
|
MiscUtil.toResultList(java.lang.Class<T> type,
java.util.List<? extends ObjectType> list)
|
|
static
|
MiscUtil.toResultList(java.lang.Class<T> type,
ObjectListType listType)
|
Methods in com.evolveum.midpoint.schema.util that return ObjectType | |
---|---|
static ObjectType |
JAXBUtil.clone(ObjectType object)
|
ObjectType |
ObjectResolver.resolve(java.lang.String oid)
|
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectType | |
---|---|
static ObjectType |
JAXBUtil.clone(ObjectType object)
|
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.schema.util 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)
|
|
static ObjectListType |
MiscUtil.toObjectListType(java.util.List<? extends ObjectType> list)
|
|
static
|
MiscUtil.toResultList(java.lang.Class<T> type,
java.util.List<? extends ObjectType> list)
|
Uses of ObjectType in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api with type parameters of type ObjectType | ||
---|---|---|
|
Task.getObject(java.lang.Class<T> type,
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 with type parameters of type ObjectType | ||
---|---|---|
|
TaskImpl.getObject(java.lang.Class<T> type,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test with type parameters of type ObjectType | ||
---|---|---|
protected
|
AbstractIntegrationTest.addObjectFromFile(java.lang.String filePath,
java.lang.Class<T> type,
OperationResult result)
|
Methods in com.evolveum.midpoint.test that return ObjectType | |
---|---|
protected ObjectType |
AbstractIntegrationTest.addObjectFromFile(java.lang.String filePath,
OperationResult result)
|
protected static ObjectType |
AbstractIntegrationTest.unmarshallJaxbFromFile(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)
|
Method parameters in com.evolveum.midpoint.test with type arguments of type ObjectType | |
---|---|
static void |
IntegrationTestTools.display(java.lang.String message,
java.util.Collection<? extends ObjectType> collection)
|
Uses of ObjectType in com.evolveum.midpoint.web.bean |
---|
Methods in com.evolveum.midpoint.web.bean with parameters of type ObjectType | |
---|---|
void |
AssignmentBean.setTarget(ObjectType object)
|
Uses of ObjectType in com.evolveum.midpoint.web.controller.util |
---|
Methods in com.evolveum.midpoint.web.controller.util that return types with arguments of type ObjectType | |
---|---|
static ObjectManager<ObjectDto<ObjectType>> |
ControllerUtil.getObjectManager(ObjectTypeCatalog catalog)
|
Uses of ObjectType in com.evolveum.midpoint.web.model |
---|
Methods in com.evolveum.midpoint.web.model with type parameters of type ObjectType | ||
---|---|---|
|
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 | ||
---|---|---|
|
ObjectTypeCatalogImpl.add(java.lang.Class<T> type,
ObjectManager<?> objectManager)
|
|
protected
|
ObjectManagerImpl.get(java.lang.Class<O> objectClass,
java.lang.String oid,
PropertyReferenceListType resolve)
|
|
|
ObjectTypeCatalogImpl.getObjectManager(java.lang.Class<C> objectType,
java.lang.Class<T> dtoType)
|
|
protected
|
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 ObjectDto<ObjectType> |
BasicObjectManagerImpl.createObject(ObjectType objectType)
|
protected java.lang.Class<? extends ObjectType> |
RoleManagerImpl.getSupportedObjectClass()
|
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> |
BasicObjectManagerImpl.getSupportedObjectClass()
|
protected java.lang.Class<? extends ObjectType> |
UserManagerImpl.getSupportedObjectClass()
|
java.util.Collection<ObjectDto<ObjectType>> |
BasicObjectManagerImpl.list(PagingType paging)
|
java.util.Set<java.lang.Class<? extends ObjectType>> |
ObjectTypeCatalogImpl.listSupportedObjectTypes()
|
Methods in com.evolveum.midpoint.web.model.impl with parameters of type ObjectType | |
---|---|
protected ObjectDto<ObjectType> |
BasicObjectManagerImpl.createObject(ObjectType objectType)
|
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)
|
java.util.Set<PropertyChange> |
BasicObjectManagerImpl.submit(ObjectDto<ObjectType> changedObject,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.web.repo |
---|
Methods in com.evolveum.midpoint.web.repo with type parameters of type ObjectType | ||
---|---|---|
|
RepositoryManager.deleteObject(java.lang.Class<T> type,
java.lang.String oid)
|
|
|
RepositoryManagerImpl.deleteObject(java.lang.Class<T> type,
java.lang.String oid)
|
|
|
RepositoryManager.listObjects(java.lang.Class<T> objectType,
int offset,
int count)
|
|
|
RepositoryManagerImpl.listObjects(java.lang.Class<T> objectType,
int offset,
int count)
|
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 that return types with arguments of type ObjectType | |
---|---|
java.util.List<? extends ObjectType> |
RepositoryManager.searchObjects(java.lang.String name)
|
java.util.List<? extends ObjectType> |
RepositoryManagerImpl.searchObjects(java.lang.String name)
|
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)
|
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 |
ResourceObjectShadowType
Local copy of any object on the provisioning resource that is related to provisioning. |
class |
ResourceType
Resource represents a system or component external to the IDM system which we manage. |
class |
RoleType
A role that implies assignments. |
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 |
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
|
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 |
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. |
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 |
AssignmentType.setTarget(ObjectType value)
Sets the value of the target property. |
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with parameters of type ObjectType | |
---|---|
void |
ModelPortTypeImpl.addObject(ObjectType object,
javax.xml.ws.Holder<java.lang.String> oid,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.addObject(ObjectType object,
javax.xml.ws.Holder<java.lang.String> oid,
javax.xml.ws.Holder<OperationResultType> result)
Add new object. |
Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type ObjectType | |
---|---|
void |
ModelPortTypeImpl.getObject(java.lang.String objectType,
java.lang.String oid,
PropertyReferenceListType resolve,
javax.xml.ws.Holder<ObjectType> object,
javax.xml.ws.Holder<OperationResultType> result)
|
void |
ModelPortType.getObject(java.lang.String objectType,
java.lang.String oid,
PropertyReferenceListType resolve,
javax.xml.ws.Holder<ObjectType> object,
javax.xml.ws.Holder<OperationResultType> result)
Returns object for provided OID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |