Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType
-
-
Uses of ResourceType in com.evolveum.midpoint.common
Method parameters in com.evolveum.midpoint.common with type arguments of type ResourceType Modifier and Type Method Description static booleanSynchronizationUtils. isPolicyApplicable(QName objectClass, ShadowKindType kind, String intent, ObjectSynchronizationType synchronizationPolicy, PrismObject<ResourceType> resource)static booleanSynchronizationUtils. isPolicyApplicable(QName objectClass, ShadowKindType kind, String intent, ObjectSynchronizationType synchronizationPolicy, PrismObject<ResourceType> resource, boolean strictIntent) -
Uses of ResourceType in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery with parameters of type ResourceType Modifier and Type Method Description <T extends CapabilityType>
TCompositeRefinedObjectClassDefinitionImpl. getEffectiveCapability(Class<T> capabilityClass, ResourceType resourceType)<T extends CapabilityType>
TLayerRefinedObjectClassDefinitionImpl. getEffectiveCapability(Class<T> capabilityClass, ResourceType resourceType)<T extends CapabilityType>
TRefinedObjectClassDefinition. getEffectiveCapability(Class<T> capabilityClass, ResourceType resourceType)<T extends CapabilityType>
TRefinedObjectClassDefinitionImpl. getEffectiveCapability(Class<T> capabilityClass, ResourceType resourceType)PagedSearchCapabilityTypeCompositeRefinedObjectClassDefinitionImpl. getPagedSearches(ResourceType resourceType)PagedSearchCapabilityTypeLayerRefinedObjectClassDefinitionImpl. getPagedSearches(ResourceType resourceType)PagedSearchCapabilityTypeRefinedObjectClassDefinition. getPagedSearches(ResourceType resourceType)PagedSearchCapabilityTypeRefinedObjectClassDefinitionImpl. getPagedSearches(ResourceType resourceType)static RefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(ResourceType resourceType)static RefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(ResourceType resourceType, PrismContext prismContext)static LayerRefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(ResourceType resourceType, LayerType layer)static LayerRefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(ResourceType resourceType, LayerType layer, PrismContext prismContext)static ResourceSchemaRefinedResourceSchemaImpl. getResourceSchema(ResourceType resourceType, PrismContext prismContext)static booleanRefinedResourceSchemaImpl. hasParsedSchema(ResourceType resourceType)static booleanRefinedResourceSchemaImpl. hasRefinedSchema(ResourceType resourceType)booleanCompositeRefinedObjectClassDefinitionImpl. isObjectCountingEnabled(ResourceType resourceType)booleanLayerRefinedObjectClassDefinitionImpl. isObjectCountingEnabled(ResourceType resourceType)booleanRefinedObjectClassDefinition. isObjectCountingEnabled(ResourceType resourceType)booleanRefinedObjectClassDefinitionImpl. isObjectCountingEnabled(ResourceType resourceType)booleanCompositeRefinedObjectClassDefinitionImpl. isPagedSearchEnabled(ResourceType resourceType)booleanLayerRefinedObjectClassDefinitionImpl. isPagedSearchEnabled(ResourceType resourceType)booleanRefinedObjectClassDefinition. isPagedSearchEnabled(ResourceType resourceType)booleanRefinedObjectClassDefinitionImpl. isPagedSearchEnabled(ResourceType resourceType)static RefinedResourceSchemaRefinedResourceSchemaImpl. parse(ResourceType resourceType, PrismContext prismContext)static RefinedObjectClassDefinitionRefinedObjectClassDefinitionImpl. parseFromSchema(ObjectClassComplexTypeDefinition objectClassDef, ResourceType resourceType, RefinedResourceSchema rSchema, PrismContext prismContext, String contextDescription)Method parameters in com.evolveum.midpoint.common.refinery with type arguments of type ResourceType Modifier and Type Method Description static RefinedResourceSchemaRefinedResourceSchemaImpl. getExistingRefinedSchema(PrismObject<ResourceType> resource)static RefinedResourceSchemaRefinedResourceSchema. getRefinedSchema(PrismObject<ResourceType> resource)static RefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(PrismObject<ResourceType> resource)static RefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(PrismObject<ResourceType> resource, PrismContext prismContext)Obtains refined schema for the resource.static LayerRefinedResourceSchemaRefinedResourceSchemaImpl. getRefinedSchema(PrismObject<ResourceType> resource, LayerType layer, PrismContext prismContext)static ResourceSchemaRefinedResourceSchema. getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)static ResourceSchemaRefinedResourceSchemaImpl. getResourceSchema(PrismObject<ResourceType> resource, PrismContext prismContext)Obtains schema for the resource.static RefinedResourceSchemaRefinedResourceSchemaImpl. parse(PrismObject<ResourceType> resource, PrismContext prismContext)static voidRefinedResourceSchemaImpl. validateRefinedSchema(RefinedResourceSchema refinedSchema, PrismObject<ResourceType> resource) -
Uses of ResourceType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ResourceType Modifier and Type Method Description StringModelDiagnosticService. exportDataModel(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)StringDataModelVisualizer. visualize(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ResourceType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ResourceType Modifier and Type Method Description @NotNull PrismObject<ResourceType>EvaluatedResourceObjectConstruction. getResource()Resource on which the object is to be constructed. -
Uses of ResourceType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ResourceType Modifier and Type Method Description <F extends FocusType>
StringMidpointFunctions. computeProjectionLifecycle(F focus, ShadowType shadow, ResourceType resource)Default function used to compute projection lifecycle.<T> IntegerMidpointFunctions. countAccounts(ResourceType resourceType, String attributeName, T attributeValue)<T> IntegerMidpointFunctions. countAccounts(ResourceType resourceType, QName attributeName, T attributeValue)ObjectMidpointFunctions. executeAdHocProvisioningScript(ResourceType resource, String language, String code)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource)ShadowTypeMidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)<T> booleanMidpointFunctions. isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue)Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type ResourceType Modifier and Type Method Description <T> @NotNull ResourceAttributeDefinition<T>MidpointFunctions. getAttributeDefinition(PrismObject<ResourceType> resource, String objectClassName, String attributeName)<T> @NotNull ResourceAttributeDefinition<T>MidpointFunctions. getAttributeDefinition(PrismObject<ResourceType> resource, QName objectClassName, QName attributeName) -
Uses of ResourceType in com.evolveum.midpoint.model.api.util
Method parameters in com.evolveum.midpoint.model.api.util with type arguments of type ResourceType Modifier and Type Method Description static voidResourceUtils. deleteSchema(PrismObject<? extends ResourceType> resource, ModelService modelService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) -
Uses of ResourceType in com.evolveum.midpoint.model.api.validator
Method parameters in com.evolveum.midpoint.model.api.validator with type arguments of type ResourceType Modifier and Type Method Description @NotNull ValidationResultResourceValidator. validate(@NotNull PrismObject<ResourceType> resourceObject, @NotNull Scope scope, @Nullable Locale locale, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of ResourceType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ResourceType Modifier and Type Method Description static voidResourceTypeUtil. checkNotInMaintenance(ResourceType resource)static @Nullable ObjectSynchronizationTypeResourceTypeUtil. findObjectSynchronization(@Nullable ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent)static AdministrativeAvailabilityStatusTypeResourceTypeUtil. getAdministrativeAvailabilityStatus(ResourceType resource)static List<Object>ResourceTypeUtil. getAllCapabilities(ResourceType resource)Assumes that native capabilities are already cached.static List<ObjectReferenceType>ResourceTypeUtil. getApproverRef(ResourceType resource)static PrismContainer<ConnectorConfigurationType>ResourceTypeUtil. getConfigurationContainer(ResourceType resourceType)static ErrorSelectorTypeResourceTypeUtil. getConnectorErrorCriticality(ResourceType resourceType)static StringResourceTypeUtil. getConnectorOid(ResourceType resource)static ActivationLockoutStatusCapabilityTypeResourceTypeUtil. getEffectiveActivationLockoutStatusCapability(ResourceType resource)static ActivationStatusCapabilityTypeResourceTypeUtil. getEffectiveActivationStatusCapability(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static ActivationValidityCapabilityTypeResourceTypeUtil. getEffectiveActivationValidFromCapability(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static ActivationValidityCapabilityTypeResourceTypeUtil. getEffectiveActivationValidToCapability(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static List<Object>ResourceTypeUtil. getEffectiveCapabilities(ResourceType resource)Assumes that native capabilities are already cached.static <T extends CapabilityType>
TResourceTypeUtil. getEffectiveCapability(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType, Class<T> capabilityClass)Assumes that native capabilities are already cached.static <T extends CapabilityType>
TResourceTypeUtil. getEffectiveCapability(ResourceType resource, Class<T> capabilityClass)Assumes that native capabilities are already cached.static PasswordCapabilityTypeResourceTypeUtil. getEffectivePasswordCapability(ResourceType resource, ResourceObjectTypeDefinitionType def)static AvailabilityStatusTypeResourceTypeUtil. getLastAvailabilityStatus(ResourceType resource)static Collection<Object>ResourceTypeUtil. getNativeCapabilitiesCollection(ResourceType resource)Returns collection of capabilities.static @NotNull Collection<Class<? extends CapabilityType>>ResourceTypeUtil. getNativeCapabilityClasses(ResourceType resource)static List<ObjectReferenceType>ResourceTypeUtil. getOwnerRef(ResourceType resource)static RecordPendingOperationsTypeResourceTypeUtil. getRecordPendingOperations(ResourceType resourceType)static @NotNull StringResourceTypeUtil. getResourceNamespace(ResourceType resourceType)static ResourceObjectTypeDefinitionTypeResourceTypeUtil. getResourceObjectTypeDefinitionType(ResourceType resource, ShadowKindType kind, String intent)static ElementResourceTypeUtil. getResourceXsdSchema(ResourceType resource)static List<QName>ResourceTypeUtil. getSchemaGenerationConstraints(ResourceType resource)static ShadowCheckTypeResourceTypeUtil. getShadowConstraintsCheck(ResourceType resource)static <T extends CapabilityType>
booleanResourceTypeUtil. hasEffectiveCapability(ResourceType resource, Class<T> capabilityClass)static booleanResourceTypeUtil. hasResourceNativeActivationCapability(ResourceType resource)static booleanResourceTypeUtil. hasResourceNativeActivationLockoutCapability(ResourceType resource)static booleanResourceTypeUtil. hasResourceNativeActivationStatusCapability(ResourceType resource)static booleanResourceTypeUtil. hasSchemaGenerationConstraints(ResourceType resource)static booleanResourceTypeUtil. isActivationCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static booleanResourceTypeUtil. isActivationLockoutStatusCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static booleanResourceTypeUtil. isActivationStatusCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static booleanResourceTypeUtil. isActivationValidityFromCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static booleanResourceTypeUtil. isActivationValidityToCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static booleanResourceTypeUtil. isAddRemoveAttributesValuesCapabilityEnabled(ResourceType resource)Deprecated.static booleanResourceTypeUtil. isAuxiliaryObjectClassCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isAvoidDuplicateValues(ResourceType resource)static <C extends CapabilityType>
booleanResourceTypeUtil. isCapabilityEnabled(ResourceType resource, Class<C> type)static booleanResourceTypeUtil. isCaseIgnoreAttributeNames(ResourceType resource)static booleanResourceTypeUtil. isCountObjectsCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isCreateCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isCredentialsCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionType)static booleanResourceTypeUtil. isDeleteCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isDown(ResourceType resource)static booleanResourceTypeUtil. isInMaintenance(ResourceType resource)static booleanResourceTypeUtil. isLiveSyncCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isPagedSearchCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isPasswordCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType def)static booleanResourceTypeUtil. isReadCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isRefreshOnRead(ResourceType resource)static booleanResourceTypeUtil. isScriptCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isSynchronizationOpportunistic(ResourceType resourceType)static booleanResourceTypeUtil. isTestConnectionCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isUpdateCapabilityEnabled(ResourceType resource)static booleanResourceTypeUtil. isValidateSchema(ResourceType resource)static voidResourceTypeUtil. setResourceXsdSchema(ResourceType resourceType, Element xsdElement) -
Uses of ResourceType in com.evolveum.midpoint.schema.validator.processor
Method parameters in com.evolveum.midpoint.schema.validator.processor with type arguments of type ResourceType Modifier and Type Method Description booleanAddRemoveAttributeValuesProcessor. process(PrismObject<ResourceType> object, ItemPath path) -
Uses of ResourceType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ResourceType Modifier and Type Method Description PrismObject<ResourceType>ResourceType. asPrismObject()javax.xml.bind.JAXBElement<ResourceType>ObjectFactory. createResource(ResourceType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ResourceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResourceType>ObjectFactory. createResource(ResourceType value)
-