|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceType in com.evolveum.midpoint.common |
---|
Methods in com.evolveum.midpoint.common with parameters of type ResourceType | |
---|---|
static QueryType |
QueryUtil.createAttributeQuery(PrismProperty<?> attribute,
QName objectClass,
ResourceType resourceType,
PrismContext prismContext)
|
static QueryType |
QueryUtil.createResourceAndAccountQuery(ResourceType resource,
QName objectClass,
String accountType)
|
Uses of ResourceType in com.evolveum.midpoint.common.refinery |
---|
Methods in com.evolveum.midpoint.common.refinery that return ResourceType | |
---|---|
ResourceType |
RefinedAccountDefinition.getResourceType()
|
Methods in com.evolveum.midpoint.common.refinery with parameters of type ResourceType | |
---|---|
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType)
|
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(ResourceType resourceType,
PrismContext prismContext)
|
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(ResourceType resourceType,
PrismContext prismContext)
|
static boolean |
RefinedResourceSchema.hasParsedSchema(ResourceType resourceType)
|
static boolean |
RefinedResourceSchema.hasRefinedSchema(ResourceType resourceType)
|
static RefinedResourceSchema |
RefinedResourceSchema.parse(ResourceType resourceType,
PrismContext prismContext)
|
static void |
RefinedResourceSchema.setParsedResourceSchemaConditional(ResourceType resourceType,
ResourceSchema parsedSchema)
|
Method parameters in com.evolveum.midpoint.common.refinery with type arguments of type ResourceType | |
---|---|
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)
|
Uses of ResourceType in com.evolveum.midpoint.model.expr |
---|
Methods in com.evolveum.midpoint.model.expr with parameters of type ResourceType | |
---|---|
static Map<QName,Object> |
ExpressionHandler.getDefaultXPathVariables(UserType user,
ResourceObjectShadowType shadow,
ResourceType resource)
|
Uses of ResourceType in com.evolveum.midpoint.model.importer |
---|
Methods in com.evolveum.midpoint.model.importer with parameters of type ResourceType | |
---|---|
void |
ImportAccountsFromResourceTaskHandler.launch(ResourceType resource,
QName objectclass,
Task task,
OperationResult parentResult)
Launch an import. |
Uses of ResourceType in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that return ResourceType | ||
---|---|---|
ResourceType |
LensProjectionContext.getResource()
|
|
static
|
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result)
|
|
ResourceType |
AccountConstruction.getResource(OperationResult result)
|
|
ResourceType |
LensContext.getResource(ResourceShadowDiscriminator rat)
Returns a resource for specified account type. |
|
ResourceType |
LensContext.getResource(String resourceOid)
Returns a resource for specified account type. |
Methods in com.evolveum.midpoint.model.lens that return types with arguments of type ResourceType | |
---|---|
Collection<ResourceType> |
Assignment.getResources(OperationResult result)
|
Methods in com.evolveum.midpoint.model.lens with parameters of type ResourceType | |
---|---|
static String |
LensUtil.refineAccountType(String intent,
ResourceType resource,
PrismContext prismContext)
|
void |
LensContext.rememberResource(ResourceType resourceType)
Puts resource in the cache for later use. |
void |
LensProjectionContext.setResource(ResourceType resource)
|
Method parameters in com.evolveum.midpoint.model.lens with type arguments of type ResourceType | |
---|---|
void |
LensContext.rememberResources(Collection<ResourceType> resources)
Puts resources in the cache for later use. |
Uses of ResourceType in com.evolveum.midpoint.model.sync |
---|
Constructors in com.evolveum.midpoint.model.sync with parameters of type ResourceType | |
---|---|
SynchronizeAccountResultHandler(ResourceType resource,
RefinedAccountDefinition refinedAccountDefinition,
Task task,
ResourceObjectChangeListener objectChangeListener)
|
Uses of ResourceType in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that return types with arguments of type ResourceType | |
---|---|
protected PrismObjectDefinition<ResourceType> |
AbstractModelIntegrationTest.getResourceDefinition()
|
Methods in com.evolveum.midpoint.model.test with parameters of type ResourceType | |
---|---|
protected void |
AbstractModelIntegrationTest.applyResourceSchema(AccountShadowType accountType,
ResourceType resourceType)
This is not the real thing. |
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)
|
Method parameters in com.evolveum.midpoint.model.test with type arguments of type ResourceType | ||
---|---|---|
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
|
static DummyResourceContoller |
DummyResourceContoller.create(String instanceName,
PrismObject<ResourceType> resource)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue)
|
|
protected
|
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue)
|
|
protected
|
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 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 Collection<PrismObject<AccountShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
Uses of ResourceType in com.evolveum.midpoint.model.util |
---|
Methods in com.evolveum.midpoint.model.util that return ResourceType | |
---|---|
static ResourceType |
Utils.getResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
Uses of ResourceType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that return types with arguments of type ResourceType | |
---|---|
PrismObject<ResourceType> |
ResourceObjectShadowChangeDescription.getResource()
|
PrismObject<ResourceType> |
ResourceOperationDescription.getResource()
|
Method parameters in com.evolveum.midpoint.provisioning.api with type arguments of type ResourceType | |
---|---|
void |
ResourceObjectShadowChangeDescription.setResource(PrismObject<ResourceType> resource)
|
void |
ResourceOperationDescription.setResource(PrismObject<ResourceType> resource)
|
Uses of ResourceType in com.evolveum.midpoint.provisioning.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api with parameters of type ResourceType | |
---|---|
protected ResourceOperationDescription |
ErrorHandler.createOperationDescription(ResourceObjectShadowType shadowType,
ResourceType resource,
ObjectDelta delta,
Task task,
OperationResult result)
|
protected boolean |
ErrorHandler.isDoDiscovery(ResourceType resource)
|
protected boolean |
ErrorHandler.isPostpone(ResourceType resource)
|
Uses of ResourceType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that return ResourceType | |
---|---|
ResourceType |
ResourceTypeManager.completeResource(ResourceType resource,
ResourceSchema resourceSchema,
OperationResult parentResult)
Make sure that the resource is complete. |
ResourceType |
ResourceSchemaCache.get(ResourceType resourceType)
|
protected ResourceType |
ShadowCache.getResource(ResourceObjectShadowType shadowType,
OperationResult parentResult)
|
ResourceType |
ResourceSchemaCache.put(ResourceType resourceType)
|
Method parameters in com.evolveum.midpoint.provisioning.impl with type arguments of type ResourceType | |
---|---|
void |
ResourceTypeManager.applyDefinition(ObjectDelta<ResourceType> delta,
OperationResult objectResult)
|
void |
ResourceTypeManager.applyDefinition(PrismObject<ResourceType> resource,
OperationResult parentResult)
|
Uses of ResourceType in com.evolveum.midpoint.provisioning.util |
---|
Methods in com.evolveum.midpoint.provisioning.util with parameters of type ResourceType | ||
---|---|---|
static ActivationType |
ShadowCacheUtil.completeActivation(ResourceObjectShadowType shadow,
ResourceType resource,
OperationResult parentResult)
Completes activation state by determinig simulated activation if necessary. |
|
static
|
ShadowCacheUtil.completeShadow(T resourceShadow,
T repoShadow,
ResourceType resource,
OperationResult parentResult)
Make sure that the shadow is complete, e.g. |
|
static
|
ShadowCacheUtil.createRepositoryShadow(T shadowType,
ResourceType resource)
Create a copy of a shadow that is suitable for repository storage. |
|
static ObjectQuery |
ShadowCacheUtil.createSearchShadowQuery(Collection<ResourceAttribute<?>> identifiers,
ResourceType resource,
PrismContext prismContext,
OperationResult parentResult)
|
|
static ObjectQuery |
ShadowCacheUtil.createSearchShadowQuery(ResourceObjectShadowType resourceShadow,
ResourceType resource,
PrismContext prismContext,
OperationResult parentResult)
|
Uses of ResourceType in com.evolveum.midpoint.repo.sql.data.common |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common that return ResourceType | |
---|---|
ResourceType |
RResource.toJAXB(PrismContext prismContext)
|
Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type ResourceType | |
---|---|
static void |
RResource.copyFromJAXB(ResourceType jaxb,
RResource repo,
PrismContext prismContext)
|
static void |
RResource.copyToJAXB(RResource repo,
ResourceType jaxb,
PrismContext prismContext)
|
Uses of ResourceType in com.evolveum.midpoint.repo.sql.testing |
---|
Method parameters in com.evolveum.midpoint.repo.sql.testing with type arguments of type ResourceType | |
---|---|
static void |
ResourceCarefulAntUtil.initAnts(List<CarefulAnt<ResourceType>> ants,
File resourceFile,
PrismContext prismContext)
|
Uses of ResourceType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceType | ||
---|---|---|
static ObjectSynchronizationType |
ResourceTypeUtil.determineSynchronization(ResourceType resource,
Class<UserType> type)
Returns appropriate object synchronization settings for the class. |
|
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(ResourceType resourceType)
|
|
static String |
ResourceTypeUtil.getConnectorOid(ResourceType resource)
|
|
static ConnectorType |
ResourceTypeUtil.getConnectorType(ResourceType resource,
ObjectResolver resolver,
OperationResult parentResult)
The usage of "resolver" is experimental. |
|
static List<Object> |
ResourceTypeUtil.getEffectiveCapabilities(ResourceType resource)
Assumes that native capabilities are already cached. |
|
static
|
ResourceTypeUtil.getEffectiveCapability(ResourceType resource,
Class<T> capabilityClass)
Assumes that native capabilities are already cached. |
|
static ResourceAccountTypeDefinitionType |
ResourceTypeUtil.getResourceAccountTypeDefinitionType(ResourceType resource,
String accountType)
|
|
static String |
ResourceTypeUtil.getResourceNamespace(ResourceType resourceType)
|
|
static Element |
ResourceTypeUtil.getResourceXsdSchema(ResourceType resource)
|
|
static boolean |
ResourceTypeUtil.hasActivationCapability(ResourceType resource)
|
|
static boolean |
ResourceTypeUtil.hasCredentialsCapability(ResourceType resource)
|
|
static
|
ResourceTypeUtil.hasEffectiveCapability(ResourceType resource,
Class<T> capabilityClass)
|
|
static boolean |
ResourceTypeUtil.hasResourceNativeActivationCapability(ResourceType resource)
|
|
static void |
ResourceTypeUtil.setResourceXsdSchema(ResourceType resourceType,
Element xsdElement)
|
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ResourceType | |
---|---|
static PrismContainer<Containerable> |
ResourceTypeUtil.getConfigurationContainer(PrismObject<ResourceType> resource)
|
static String |
ResourceTypeUtil.getResourceNamespace(PrismObject<ResourceType> resource)
|
static Element |
ResourceTypeUtil.getResourceXsdSchema(PrismObject<ResourceType> resource)
|
static void |
ResourceTypeUtil.setResourceXsdSchema(PrismObject<ResourceType> resource,
Element xsdElement)
|
Uses of ResourceType in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test that return types with arguments of type ResourceType | |
---|---|
protected PrismObject<ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result)
|
Methods in com.evolveum.midpoint.test with parameters of type ResourceType | ||
---|---|---|
static void |
IntegrationTestTools.applyResourceSchema(AccountShadowType accountType,
ResourceType resourceType,
PrismContext prismContext)
|
|
static
|
IntegrationTestTools.assertAttribute(ResourceObjectShadowType shadow,
ResourceType resource,
String name,
T... expectedValues)
|
|
static void |
IntegrationTestTools.assertProvisioningAccountShadow(PrismObject<AccountShadowType> account,
ResourceType resourceType,
Class<?> expetcedAttributeDefinitionClass)
|
|
static void |
IntegrationTestTools.checkAllShadows(ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<AccountShadowType> checker,
PrismContext prismContext)
|
|
static void |
IntegrationTestTools.checkShadow(AccountShadowType shadowType,
ResourceType resourceType,
RepositoryService repositoryService,
ObjectChecker<AccountShadowType> checker,
PrismContext prismContext,
OperationResult parentResult)
|
|
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
PrismContext prismContext)
|
|
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
QName objectClass,
PrismContext prismContext)
|
|
static ObjectQuery |
IntegrationTestTools.createAllShadowsQuery(ResourceType resourceType,
String objectClassLocalName,
PrismContext prismContext)
|
Method parameters in com.evolveum.midpoint.test with type arguments of type ResourceType | |
---|---|
protected void |
AbstractIntegrationTest.fillInConnectorRef(PrismObject<ResourceType> resourcePrism,
String connectorType,
OperationResult result)
|
Uses of ResourceType in com.evolveum.midpoint.test.ldap |
---|
Fields in com.evolveum.midpoint.test.ldap with type parameters of type ResourceType | |
---|---|
protected PrismObject<ResourceType> |
AbstractResourceController.resource
|
Methods in com.evolveum.midpoint.test.ldap that return types with arguments of type ResourceType | |
---|---|
PrismObject<ResourceType> |
AbstractResourceController.getResource()
|
Method parameters in com.evolveum.midpoint.test.ldap with type arguments of type ResourceType | |
---|---|
void |
AbstractResourceController.setResource(PrismObject<ResourceType> resource)
|
Uses of ResourceType in com.evolveum.midpoint.web.component.assignment |
---|
Methods in com.evolveum.midpoint.web.component.assignment with parameters of type ResourceType | |
---|---|
void |
ResourceListPanel.resourceSelectedPerformed(org.apache.wicket.ajax.AjaxRequestTarget target,
ResourceType resource)
|
Uses of ResourceType in com.evolveum.midpoint.web.component.wizard.resource |
---|
Constructor parameters in com.evolveum.midpoint.web.component.wizard.resource with type arguments of type ResourceType | |
---|---|
ConfigurationStep(org.apache.wicket.model.IModel<ResourceType> resourceModel)
|
|
NameStep(org.apache.wicket.model.IModel<ResourceType> model)
|
|
SchemaStep(org.apache.wicket.model.IModel<ResourceType> model)
|
Uses of ResourceType in com.evolveum.midpoint.web.page.admin.reports.dto |
---|
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return types with arguments of type ResourceType | |
---|---|
PrismObject<ResourceType> |
UserFilterDto.getResource()
|
Method parameters in com.evolveum.midpoint.web.page.admin.reports.dto with type arguments of type ResourceType | |
---|---|
void |
UserFilterDto.setResource(PrismObject<ResourceType> resource)
|
Uses of ResourceType in com.evolveum.midpoint.web.page.admin.resources |
---|
Methods in com.evolveum.midpoint.web.page.admin.resources that return types with arguments of type ResourceType | |
---|---|
protected PrismObject<ResourceType> |
PageAdminResources.loadResource(Collection<SelectorOptions<GetOperationOptions>> options)
|
Uses of ResourceType in com.evolveum.midpoint.web.page.admin.resources.dto |
---|
Constructor parameters in com.evolveum.midpoint.web.page.admin.resources.dto with type arguments of type ResourceType | |
---|---|
ResourceDto(PrismObject<ResourceType> resource,
ConnectorType connector)
|
|
ResourceDto(PrismObject<ResourceType> resource,
PrismContext prismContext,
ConnectorType connector,
List<String> capabilities)
|
Uses of ResourceType in com.evolveum.midpoint.web.page.admin.users |
---|
Method parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type ResourceType | |
---|---|
protected void |
ResourcesPopup.addPerformed(org.apache.wicket.ajax.AjaxRequestTarget target,
List<ResourceType> newResources)
|
Uses of ResourceType in com.evolveum.midpoint.web.page.admin.users.dto |
---|
Methods in com.evolveum.midpoint.web.page.admin.users.dto that return types with arguments of type ResourceType | |
---|---|
Iterator<SelectableBean<ResourceType>> |
SimpleUserResourceProvider.iterator(int first,
int count)
|
Uses of ResourceType in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as ResourceType | |
---|---|
protected ResourceType |
AccountConstructionType.resource
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ResourceType | |
---|---|
ResourceType |
ResourceType.clone()
|
ResourceType |
ObjectFactory.createResourceType()
Create an instance of ResourceType |
ResourceType |
AccountConstructionType.getResource()
Gets the value of the resource property. |
ResourceType |
ResourceObjectShadowType.getResource()
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ResourceType | |
---|---|
JAXBElement<ResourceType> |
ObjectFactory.createResource(ResourceType value)
Create an instance of JAXBElement < ResourceType > } |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ResourceType | |
---|---|
JAXBElement<ResourceType> |
ObjectFactory.createResource(ResourceType value)
Create an instance of JAXBElement < ResourceType > } |
void |
AccountConstructionType.setResource(ResourceType value)
Sets the value of the resource property. |
void |
ResourceObjectShadowType.setResource(ResourceType value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |