|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceObjectShadowType in com.evolveum.midpoint.common |
---|
Methods in com.evolveum.midpoint.common with parameters of type ResourceObjectShadowType | |
---|---|
static void |
Utils.unresolveResource(ResourceObjectShadowType shadow)
|
Method parameters in com.evolveum.midpoint.common with type arguments of type ResourceObjectShadowType | |
---|---|
static void |
Utils.unresolveResourceForAccounts(java.util.List<? extends ResourceObjectShadowType> shadows)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
ModelService.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
Search for resource object shadows of a specified type that belong to the specified resource. |
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ResourceObjectShadowType | |
---|---|
ResultList<? extends ResourceObjectShadowType> |
ModelService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging,
OperationResult result)
Returns all resource objects of specified type that are currently available to the system. |
Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
ModelController.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult result)
|
Methods in com.evolveum.midpoint.model.controller that return types with arguments of type ResourceObjectShadowType | |
---|---|
ResultList<? extends ResourceObjectShadowType> |
ModelController.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging,
OperationResult result)
|
Methods in com.evolveum.midpoint.model.controller with parameters of type ResourceObjectShadowType | |
---|---|
static void |
ModelUtils.unresolveResourceObjectShadow(ResourceObjectShadowType shadow)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.expr |
---|
Methods in com.evolveum.midpoint.model.expr with parameters of type ResourceObjectShadowType | |
---|---|
boolean |
ExpressionHandler.evaluateConfirmationExpression(UserType user,
ResourceObjectShadowType shadow,
ExpressionType expression,
OperationResult result)
|
java.lang.String |
ExpressionHandler.evaluateExpression(ResourceObjectShadowType shadow,
ExpressionType expression,
OperationResult result)
|
static java.util.Map<javax.xml.namespace.QName,java.lang.Object> |
ExpressionHandler.getDefaultXPathVariables(UserType user,
ResourceObjectShadowType shadow,
ResourceType resource)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.model.util |
---|
Methods in com.evolveum.midpoint.model.util with parameters of type ResourceObjectShadowType | |
---|---|
static ResourceType |
Utils.getResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
static void |
Utils.resolveResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that return ResourceObjectShadowType | |
---|---|
ResourceObjectShadowType |
ResourceObjectShadowChangeDescription.getCurrentShadow()
|
ResourceObjectShadowType |
ResourceObjectShadowChangeDescription.getOldShadow()
|
Methods in com.evolveum.midpoint.provisioning.api that return types with arguments of type ResourceObjectShadowType | |
---|---|
ObjectDelta<? extends ResourceObjectShadowType> |
ResourceObjectShadowChangeDescription.getObjectDelta()
|
ResultList<? extends ResourceObjectShadowType> |
ProvisioningService.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging,
OperationResult parentResult)
Lists resource objects. |
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ResourceObjectShadowType | |
---|---|
void |
ResourceObjectShadowChangeDescription.setCurrentShadow(ResourceObjectShadowType currentShadow)
|
void |
ResourceObjectShadowChangeDescription.setOldShadow(ResourceObjectShadowType oldShadow)
|
Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ResourceObjectShadowType | |
---|---|
void |
ResourceObjectShadowChangeDescription.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> objectDelta)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that return ResourceObjectShadowType | |
---|---|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Set<Operation> additionalOperations,
OperationResult parentResult)
|
ResourceObjectShadowType |
ResourceTypeManager.assembleShadow(ResourceObject resourceObject,
ResourceObjectShadowType repositoryShadow,
OperationResult parentResult)
Creates a shadow object from the supplied resource object. |
ResourceObjectShadowType |
ShadowConverter.createNewAccountFromChange(Change change,
ResourceType resource,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowConverter.getShadow(ResourceType resource,
ResourceObjectShadowType shadow,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowCache.getShadow(java.lang.String oid,
ResourceObjectShadowType repositoryShadow,
OperationResult parentResult)
Gets the shadow with specified OID The shadow will be read from the repository and missing information will be fetched from the resource. |
Methods in com.evolveum.midpoint.provisioning.impl that return types with arguments of type ResourceObjectShadowType | |
---|---|
ResultList<? extends ResourceObjectShadowType> |
ProvisioningServiceImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ResourceObjectShadowType | |
---|---|
java.lang.String |
ShadowCache.addShadow(ResourceObjectShadowType shadow,
ScriptsType scripts,
ResourceType resource,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Set<Operation> additionalOperations,
OperationResult parentResult)
|
ResourceObjectShadowType |
ResourceTypeManager.assembleShadow(ResourceObject resourceObject,
ResourceObjectShadowType repositoryShadow,
OperationResult parentResult)
Creates a shadow object from the supplied resource object. |
void |
ShadowConverter.deleteShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Set<Operation> additionalOperations,
OperationResult parentResult)
|
void |
DiscoveryHandler.discovered(ResourceObjectShadowType shadow,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowConverter.getShadow(ResourceType resource,
ResourceObjectShadowType shadow,
OperationResult parentResult)
|
ResourceObjectShadowType |
ShadowCache.getShadow(java.lang.String oid,
ResourceObjectShadowType repositoryShadow,
OperationResult parentResult)
Gets the shadow with specified OID The shadow will be read from the repository and missing information will be fetched from the resource. |
boolean |
ShadowHandler.handle(ResourceObjectShadowType shadow)
Handle a single shadow. |
java.util.Set<AttributeModificationOperation> |
ShadowConverter.modifyShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Set<Operation> changes,
ObjectModificationType objectChanges,
OperationResult parentResult)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that return ResourceObjectShadowType | |
---|---|
ResourceObjectShadowType |
Change.getCurrentShadow()
|
ResourceObjectShadowType |
Change.getOldShadow()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api that return types with arguments of type ResourceObjectShadowType | |
---|---|
ObjectDelta<? extends ResourceObjectShadowType> |
Change.getObjectDelta()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ResourceObjectShadowType | |
---|---|
void |
Change.setCurrentShadow(ResourceObjectShadowType currentShadow)
|
void |
Change.setOldShadow(ResourceObjectShadowType oldShadow)
|
Method parameters in com.evolveum.midpoint.provisioning.ucf.api with type arguments of type ResourceObjectShadowType | |
---|---|
void |
Change.setObjectDelta(ObjectDelta<? extends ResourceObjectShadowType> change)
|
Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type ResourceObjectShadowType | |
---|---|
Change(java.util.Set<ResourceObjectAttribute> identifiers,
ResourceObjectShadowType currentShadow,
Property token)
|
Constructor parameters in com.evolveum.midpoint.provisioning.ucf.api with type arguments of type ResourceObjectShadowType | |
---|---|
Change(ObjectDelta<? extends ResourceObjectShadowType> change,
Property token)
|
|
Change(java.util.Set<ResourceObjectAttribute> identifiers,
ObjectDelta<? extends ResourceObjectShadowType> change,
Property token)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.provisioning.util |
---|
Methods in com.evolveum.midpoint.provisioning.util that return ResourceObjectShadowType | |
---|---|
static ResourceObjectShadowType |
ShadowCacheUtil.createRepositoryShadow(ResourceObject resourceObject,
ResourceType resource,
ResourceObjectShadowType shadow)
|
static ResourceObjectShadowType |
ShadowCacheUtil.createShadow(ResourceObject resourceObject,
ResourceType resource,
ResourceObjectShadowType shadow)
|
Methods in com.evolveum.midpoint.provisioning.util with parameters of type ResourceObjectShadowType | |
---|---|
static ResourceObjectShadowType |
ShadowCacheUtil.createRepositoryShadow(ResourceObject resourceObject,
ResourceType resource,
ResourceObjectShadowType shadow)
|
static ResourceObjectShadowType |
ShadowCacheUtil.createShadow(ResourceObject resourceObject,
ResourceType resource,
ResourceObjectShadowType shadow)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
RepositoryService.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
Search for resource object shadows of a specified type that belong to the specified resource. |
Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
RepositoryCache.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.repo.xml |
---|
Methods in com.evolveum.midpoint.repo.xml with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
XmlRepositoryService.listResourceObjectShadows(java.lang.String resourceOid,
java.lang.Class<T> resourceObjectShadowType,
OperationResult parentResult)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceObjectShadowType | |
---|---|
static java.lang.String |
ResourceObjectShadowUtil.getResourceOid(ResourceObjectShadowType shadow)
|
static java.lang.String |
ResourceObjectShadowUtil.getSingleStringAttributeValue(ResourceObjectShadowType shadow,
javax.xml.namespace.QName attrName)
|
static java.lang.String |
DebugUtil.resourceFromShadow(ResourceObjectShadowType shadow)
|
static java.lang.String |
DebugUtil.toReadableString(ResourceObjectShadowType shadow)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test with parameters of type ResourceObjectShadowType | |
---|---|
static void |
IntegrationTestTools.assertAttribute(ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name,
java.lang.String value)
|
static void |
IntegrationTestTools.assertAttribute(ResourceObjectShadowType repoShadow,
ResourceType resource,
java.lang.String name,
java.lang.String value)
|
static void |
IntegrationTestTools.assertAttribute(java.lang.String message,
ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name,
java.lang.String value)
|
static void |
IntegrationTestTools.assertAttributeNotNull(ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name)
|
static void |
IntegrationTestTools.assertAttributeNotNull(java.lang.String message,
ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name)
|
static java.lang.String |
IntegrationTestTools.getAttributeValue(ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name)
|
static java.util.List<java.lang.String> |
IntegrationTestTools.getAttributeValues(ResourceObjectShadowType repoShadow,
javax.xml.namespace.QName name)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.web.model |
---|
Methods in com.evolveum.midpoint.web.model with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
ResourceManager.listObjectShadows(java.lang.String oid,
java.lang.Class<T> resourceObjectShadowType)
|
Methods in com.evolveum.midpoint.web.model that return types with arguments of type ResourceObjectShadowType | |
---|---|
java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> |
ResourceManager.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.web.model.dto |
---|
Classes in com.evolveum.midpoint.web.model.dto with type parameters of type ResourceObjectShadowType | |
---|---|
class |
ResourceObjectShadowDto<T extends ResourceObjectShadowType>
|
Constructors in com.evolveum.midpoint.web.model.dto with parameters of type ResourceObjectShadowType | |
---|---|
ResourceObjectShadowDto(ResourceObjectShadowType object)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.web.model.impl |
---|
Methods in com.evolveum.midpoint.web.model.impl with type parameters of type ResourceObjectShadowType | ||
---|---|---|
|
ResourceManagerImpl.listObjectShadows(java.lang.String oid,
java.lang.Class<T> resourceObjectShadowType)
|
Methods in com.evolveum.midpoint.web.model.impl that return types with arguments of type ResourceObjectShadowType | |
---|---|
java.util.Collection<ResourceObjectShadowDto<ResourceObjectShadowType>> |
ResourceManagerImpl.listResourceObjects(java.lang.String resourceOid,
javax.xml.namespace.QName objectClass,
PagingType paging)
|
Uses of ResourceObjectShadowType in com.evolveum.midpoint.xml.ns._public.common.common_1 |
---|
Subclasses of ResourceObjectShadowType in com.evolveum.midpoint.xml.ns._public.common.common_1 | |
---|---|
class |
AccountShadowType
Account object type. |
Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ResourceObjectShadowType | |
---|---|
protected ResourceObjectShadowType |
ResourceObjectShadowChangeDescriptionType.shadow
|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type ResourceObjectShadowType | |
---|---|
protected java.util.List<ResourceObjectShadowType> |
ResourceObjectShadowListType.object
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ResourceObjectShadowType | |
---|---|
ResourceObjectShadowType |
ObjectFactory.createResourceObjectShadowType()
Create an instance of ResourceObjectShadowType |
ResourceObjectShadowType |
ResourceObjectShadowChangeDescriptionType.getShadow()
Gets the value of the shadow property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ResourceObjectShadowType | |
---|---|
javax.xml.bind.JAXBElement<ResourceObjectShadowType> |
ObjectFactory.createResourceObjectShadow(ResourceObjectShadowType value)
Create an instance of JAXBElement < ResourceObjectShadowType > } |
java.util.List<ResourceObjectShadowType> |
ResourceObjectShadowListType.getObject()
Gets the value of the object property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type ResourceObjectShadowType | |
---|---|
javax.xml.bind.JAXBElement<ResourceObjectShadowType> |
ObjectFactory.createResourceObjectShadow(ResourceObjectShadowType value)
Create an instance of JAXBElement < ResourceObjectShadowType > } |
void |
ResourceObjectShadowChangeDescriptionType.setShadow(ResourceObjectShadowType value)
Sets the value of the shadow property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |