Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType
-
-
Uses of ResourceType in com.evolveum.midpoint.gui.api.component
Method parameters in com.evolveum.midpoint.gui.api.component with type arguments of type ResourceType Modifier and Type Method Description protected org.apache.wicket.model.IModel<Boolean>
ResourceTypeAssignmentPopupTabPanel. getObjectSelectCheckBoxEnableModel(org.apache.wicket.model.IModel<SelectableBean<ResourceType>> rowModel)
protected void
ResourceTypeAssignmentPopupTabPanel. onSelectionPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, List<org.apache.wicket.model.IModel<SelectableBean<ResourceType>>> rowModelList, org.apache.wicket.extensions.markup.html.repeater.data.table.DataTable dataTable)
-
Uses of ResourceType in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that return ResourceType Modifier and Type Method Description ResourceType
WrapperContext. getResource()
Methods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type ResourceType Modifier and Type Method Description void
WrapperContext. setResource(ResourceType resource)
-
Uses of ResourceType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type ResourceType Modifier and Type Method Description static PrismObject<ResourceType>
WebComponentUtil. findResource(PrismPropertyWrapper itemWrapper, PrismPropertyPanelContext panelCtx)
static PrismObject<ResourceType>
WebComponentUtil. getConstructionResource(ConstructionType construction, String operation, PageBase pageBase)
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ResourceType Modifier and Type Method Description static void
WebComponentUtil. deleteSyncTokenPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, ResourceType resourceType, PageBase pageBase)
static CapabilityCollectionType
WebComponentUtil. getNativeCapabilities(ResourceType resource, PageBase pageBase)
static List<ResourceAssociationDefinition>
WebComponentUtil. getRefinedAssociationDefinition(ResourceType resource, ShadowKindType kind, String intent)
static boolean
WebComponentUtil. isTemplateCategory(@NotNull ResourceType resource)
static Collection<QName>
WebComponentUtil. loadResourceObjectClassValues(ResourceType resource, PageBase pageBase)
Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ResourceType Modifier and Type Method Description static String
WebComponentUtil. createResourceIcon(PrismObject<ResourceType> object)
static Collection<String>
WebComponentUtil. getIntentsForKind(PrismObject<ResourceType> resource, ShadowKindType kind)
static boolean
WebComponentUtil. isActivationSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel)
static boolean
WebComponentUtil. isAssociationSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel)
static boolean
WebComponentUtil. isPasswordSupported(ShadowType shadowType, org.apache.wicket.model.IModel<ResourceType> resourceModel)
static void
WebComponentUtil. partialConfigurationTest(@NotNull PrismObject<ResourceType> resource, PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static void
WebComponentUtil. refreshResourceSchema(@NotNull PrismObject<ResourceType> resource, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
static void
WebComponentUtil. switchObjectMode(@NotNull PrismObject<ResourceType> resource, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase, String lifecycleState)
static void
WebComponentUtil. switchResourceMaintenance(@NotNull PrismObject<ResourceType> resource, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase, AdministrativeAvailabilityStatusType mode)
static void
WebComponentUtil. toggleResourceMaintenance(@NotNull PrismObject<ResourceType> resource, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ResourceType Modifier and Type Method Description PrismObjectWrapper<ResourceType>
ResourceWrapperFactoryImpl. createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status)
PrismObjectWrapper<ResourceType>
ResourceWrapperFactoryImpl. createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context)
Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ResourceType Modifier and Type Method Description PrismObjectWrapper<ResourceType>
ResourceWrapperFactoryImpl. createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status)
PrismObjectWrapper<ResourceType>
ResourceWrapperFactoryImpl. createObjectWrapper(PrismObject<ResourceType> object, ItemStatus status, WrapperContext context)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.page.admin.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.component with type arguments of type ResourceType Constructor Description ResourceOperationalButtonsPanel(String id, LoadableModel<PrismObjectWrapper<ResourceType>> model)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.page.admin.resource
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource that return types with arguments of type ResourceType Modifier and Type Method Description Class<ResourceType>
PageResource. getType()
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource with type arguments of type ResourceType Modifier and Type Method Description protected ResourceOperationalButtonsPanel
PageResource. createButtonsPanel(String id, LoadableModel<PrismObjectWrapper<ResourceType>> wrapperModel)
protected ResourceDetailsModel
PageResource. createObjectDetailsModels(PrismObject<ResourceType> object)
protected org.apache.wicket.markup.html.panel.Panel
PageResource. createSummaryPanel(String id, org.apache.wicket.model.IModel<ResourceType> summaryModel)
static ResourceSchema
ResourceDetailsModel. getResourceSchema(PrismObjectWrapper<ResourceType> objectWrapper, PageAdminLTE pageBase)
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource with type arguments of type ResourceType Constructor Description PageResource(PrismObject<ResourceType> resource)
ResourceDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<ResourceType>> prismObjectModel, ModelServiceLocator serviceLocator)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type ResourceType Modifier and Type Method Description static TaskType
ResourceTasksPanel. createResourceTask(PrismContext prismContext, PrismObject<ResourceType> resource, List<ObjectReferenceType> archetypeRefs)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with type arguments of type ResourceType Constructor Description ResourceWizardPanel(String id, WizardPanelHelper<ResourceType,ResourceDetailsModel> helper)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.basic
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.basic with type arguments of type ResourceType Modifier and Type Method Description protected abstract void
CreateResourceTemplatePanel. onTemplateSelectionPerformed(PrismObject<ResourceType> newObject, org.apache.wicket.ajax.AjaxRequestTarget target)
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.basic with type arguments of type ResourceType Constructor Description BasicResourceWizardPanel(String id, WizardPanelHelper<ResourceType,ResourceDetailsModel> helper)
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction that return types with arguments of type ResourceType Modifier and Type Method Description protected List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ResourceType>,String>>
ConstructionResourceStepPanel. createColumns()
protected Class<ResourceType>
ConstructionResourceStepPanel. getType()
-
Uses of ResourceType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type ResourceType Modifier and Type Method Description ObjectDelta<ResourceType>
ResourceWrapper. getObjectDelta()
Method parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ResourceType Modifier and Type Method Description String
ConstructionValueWrapper. determineIntent(PrismObject<ResourceType> resource)
The difference toConstructionValueWrapper.getIntent()
is that this method tries to guess the intent by looking at default type definition for given shadow kind.ResourceSchema
ConstructionValueWrapper. getRefinedSchema(PrismObject<ResourceType> resource)
ResourceObjectDefinition
ConstructionValueWrapper. getResourceObjectDefinition(PrismObject<ResourceType> resource)
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ResourceType Constructor Description ResourceWrapper(PrismObject<ResourceType> item, ItemStatus status)
-
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 String
ModelDiagnosticService. exportDataModel(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
String
DataModelVisualizer. visualize(ResourceType resource, DataModelVisualizer.Target target, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ResourceType Modifier and Type Method Description com.evolveum.midpoint.provisioning.api.DiscoveredConfiguration
ModelService. discoverResourceConnectorConfiguration(PrismObject<ResourceType> resource, OperationResult result)
Method work same asProvisioningService.discoverConfiguration(PrismObject, OperationResult)
.@Nullable ResourceSchema
ModelService. fetchSchema(@NotNull PrismObject<ResourceType> resource, @NotNull OperationResult parentResult)
Method work same asProvisioningService.fetchSchema(PrismObject, OperationResult)
.OperationResult
ModelService. testResource(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Test the resource connection and basic resource connector functionality.OperationResult
ModelService. testResourcePartialConfiguration(PrismObject<ResourceType> resource, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Test partial resource connector configuration. -
Uses of ResourceType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ResourceType Modifier and Type Method Description ResourceType
ModelProjectionContext. getResource()
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.correlation
Methods in com.evolveum.midpoint.model.api.correlation that return ResourceType Modifier and Type Method Description @NotNull ResourceType
CorrelationContext. getResource()
Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type ResourceType Constructor Description CorrelationContext(@NotNull ShadowType resourceObject, @NotNull FocusType preFocus, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition objectDefinition, @Nullable ObjectTemplateType currentObjectTemplate, @Nullable SystemConfigurationType systemConfiguration, @NotNull com.evolveum.midpoint.task.api.Task task)
-
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> Integer
MidpointFunctions. countAccounts(ResourceType resourceType, String attributeName, T attributeValue)
A variant ofMidpointFunctions.countAccounts(String, QName, Object)
.<T> Integer
MidpointFunctions. countAccounts(ResourceType resourceType, QName attributeName, T attributeValue)
A variant ofMidpointFunctions.countAccounts(String, QName, Object)
.Object
MidpointFunctions. executeAdHocProvisioningScript(ResourceType resource, String language, String code)
default ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource)
default ShadowType
MidpointFunctions. getLinkedShadow(FocusType focus, ResourceType resource, boolean repositoryObjectOnly)
<T> boolean
MidpointFunctions. isUniqueAccountValue(ResourceType resourceType, ShadowType shadowType, String attributeName, T attributeValue)
Checks if the value `attributeValue` of `attributeName` in given shadow is unique on given resource.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 void
ResourceUtils. 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 ValidationResult
ResourceValidator. 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.model.impl.correlator
Fields in com.evolveum.midpoint.model.impl.correlator declared as ResourceType Modifier and Type Field Description @NotNull ResourceType
FullCorrelationContext. resource
Constructors in com.evolveum.midpoint.model.impl.correlator with parameters of type ResourceType Constructor Description FullCorrelationContext(@NotNull ShadowType shadow, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull SynchronizationPolicy synchronizationPolicy, @NotNull FocusType preFocus, @Nullable ObjectTemplateType objectTemplate, @Nullable SystemConfigurationType systemConfiguration)
-
Uses of ResourceType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with parameters of type ResourceType Modifier and Type Method Description static <T extends CapabilityType>
TCapabilityUtil. getCapability(@NotNull ResourceType resource, @Nullable ResourceObjectDefinition objectDefinition, @NotNull Class<T> capabilityClass)
Gets a specific capability from resource/connectors/object-class.static boolean
CapabilityUtil. isActivationStatusCapabilityEnabled(@NotNull ResourceType resource, @Nullable ResourceObjectDefinition objectDefinition)
-
Uses of ResourceType in com.evolveum.midpoint.schema.merger.resource
Constructors in com.evolveum.midpoint.schema.merger.resource with parameters of type ResourceType Constructor Description ResourceMergeOperation(@NotNull ResourceType target, @NotNull ResourceType source)
-
Uses of ResourceType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with parameters of type ResourceType Modifier and Type Method Description static @Nullable ResourceObjectDefinition
ResourceSchemaUtil. findDefinitionForBulkOperation(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName)
Looks up appropriate definition for "bulk operation" i.e.static ResourceObjectDefinition
ResourceSchemaUtil. findObjectDefinitionPrecisely(@NotNull ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent, @Nullable QName objectClassName)
Determines object type/class definition in a precise way.static @Nullable SynchronizationPolicy
SynchronizationPolicyFactory. forKindAndIntent(@NotNull ShadowKindType kind, @NotNull String intent, @NotNull ResourceType resource)
CreatesSynchronizationPolicy
by looking for type definition and synchronization definition for given kind and intent in resource schema.static @NotNull SynchronizationPolicy
SynchronizationPolicyFactory. forTypeDefinition(@NotNull ResourceObjectTypeDefinition typeDefinition, @NotNull ResourceType resource)
CreatesSynchronizationPolicy
based on knownResourceObjectTypeDefinition
.static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(@NotNull ResourceType resource)
static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(ResourceType resourceType, LayerType layer)
static @NotNull ResourceSchema
ResourceSchemaFactory. getCompleteSchemaRequired(@NotNull ResourceType resource)
We assume that missing schema is a configuration (not schema) problem.static @NotNull ResourceSchema
ResourceSchemaFactory. getCompleteSchemaRequired(ResourceType resource, LayerType layer)
<T extends CapabilityType>
TAbstractResourceObjectDefinitionImpl. getEnabledCapability(@NotNull Class<T> capabilityClass, ResourceType resource)
<T extends CapabilityType>
TCompositeObjectDefinitionImpl. getEnabledCapability(@NotNull Class<T> capabilityClass, ResourceType resource)
<T extends CapabilityType>
TResourceObjectClassDefinitionImpl. getEnabledCapability(@NotNull Class<T> capabilityClass, ResourceType resource)
<T extends CapabilityType>
TResourceObjectDefinition. getEnabledCapability(@NotNull Class<T> capabilityClass, ResourceType resource)
Checks the presence of capability in: 1.static ResourceSchema
ResourceSchemaFactory. getRawSchema(@NotNull ResourceType resource)
static ResourceSchema
ResourceSchemaFactory. getRawSchemaRequired(ResourceType resource)
static boolean
ResourceSchemaFactory. hasParsedSchema(ResourceType resourceType)
static ResourceSchema
ResourceSchemaFactory. parseCompleteSchema(ResourceType resource)
Executes the real parsing.Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ResourceType Modifier and Type Method Description static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(@NotNull PrismObject<ResourceType> resource)
Obtains refined schema for the resource.static ResourceSchema
ResourceSchemaFactory. getCompleteSchema(PrismObject<ResourceType> resource, LayerType layer)
static @NotNull ResourceSchema
ResourceSchemaFactory. getCompleteSchemaRequired(PrismObject<ResourceType> resource, LayerType layer)
static ResourceSchema
ResourceSchemaFactory. getRawSchema(@NotNull PrismObject<ResourceType> resource)
Obtains "raw" schema for the resource, i.e.Constructors in com.evolveum.midpoint.schema.processor with parameters of type ResourceType Constructor Description RefinedResourceSchemaParser(@NotNull ResourceType resource, @NotNull ResourceSchema rawResourceSchema)
-
Uses of ResourceType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg with parameters of type ResourceType Modifier and Type Method Description default <T extends CapabilityType>
TResourceObjectDefinitionDelegator. getEnabledCapability(@NotNull Class<T> capabilityClass, ResourceType resource)
-
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 void
ResourceTypeUtil. checkNotInMaintenance(ResourceType resource)
static boolean
ResourceTypeUtil. doesNeedExpansion(ResourceType resource)
Note that this method is not 100% accurate.static @Nullable ObjectSynchronizationType
ResourceTypeUtil. findObjectSynchronization(@Nullable ResourceType resource, @Nullable ShadowKindType kind, @Nullable String intent)
Deprecated.static @NotNull ConnectorInstanceSpecificationType
ResourceTypeUtil. getAdditionalConnectorSpec(@NotNull ResourceType resource, @NotNull String name)
static AdministrativeAvailabilityStatusType
ResourceTypeUtil. getAdministrativeAvailabilityStatus(ResourceType resource)
static List<ObjectSynchronizationType>
ResourceTypeUtil. getAllSynchronizationBeans(ResourceType resource)
Deprecated.static List<ObjectReferenceType>
ResourceTypeUtil. getApproverRef(ResourceType resource)
static PrismContainer<ConnectorConfigurationType>
ResourceTypeUtil. getConfigurationContainer(ResourceType resourceType)
static @Nullable PrismContainerValue<ConfigurationPropertiesType>
ResourceTypeUtil. getConfigurationProperties(@NotNull ResourceType resource, @Nullable String connectorName)
static @Nullable ConnectorConfigurationType
ResourceTypeUtil. getConnectorConfiguration(@NotNull ResourceType resource, @Nullable String connectorName)
static ErrorSelectorType
ResourceTypeUtil. getConnectorErrorCriticality(ResourceType resourceType)
static String
ResourceTypeUtil. getConnectorOid(ResourceType resource)
static List<CapabilityType>
ResourceTypeUtil. getEnabledCapabilities(@NotNull ResourceType resource)
Assumes that native capabilities are already cached.static <T extends CapabilityType>
TResourceTypeUtil. getEnabledCapability(@NotNull ResourceType resource, @Nullable ResourceObjectTypeDefinitionType resourceObjectTypeDefinitionBean, @NotNull Class<T> capabilityClass)
Gets an enabled instance of given capability type.static <T extends CapabilityType>
TResourceTypeUtil. getEnabledCapability(ResourceType resource, Class<T> capabilityClass)
Assumes that native capabilities are already cached.static Duration
ResourceTypeUtil. getGroupingInterval(ResourceType resource)
static AvailabilityStatusType
ResourceTypeUtil. getLastAvailabilityStatus(ResourceType resource)
static @Nullable CapabilityCollectionType
ResourceTypeUtil. getNativeCapabilitiesCollection(ResourceType resource)
Returns collection of capabilities.static List<ObjectReferenceType>
ResourceTypeUtil. getOwnerRef(ResourceType resource)
static RecordPendingOperationsType
ResourceTypeUtil. getRecordPendingOperations(ResourceType resourceType)
static Element
ResourceTypeUtil. getResourceXsdSchema(ResourceType resource)
static @Nullable PrismContainerValue<ResultsHandlerConfigurationType>
ResourceTypeUtil. getResultsHandlerConfiguration(@NotNull ResourceType resource, @Nullable String connectorName)
static List<QName>
ResourceTypeUtil. getSchemaGenerationConstraints(ResourceType resource)
Returns `null` if the list of constraints does not exist or is empty.static @NotNull ShadowCheckType
ResourceTypeUtil. getShadowConstraintsCheck(ResourceType resource)
static @Nullable ExpressionType
ResourceTypeUtil. getSynchronizationSorterExpression(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. hasCapabilitiesCached(ResourceType resource)
static <T extends CapabilityType>
booleanResourceTypeUtil. hasEnabledCapability(@NotNull ResourceType resource, @NotNull Class<T> capabilityClass)
static boolean
ResourceTypeUtil. hasResourceNativeActivationCapability(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. hasResourceNativeActivationLockoutCapability(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. hasResourceNativeActivationStatusCapability(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. hasSchema(ResourceType resource)
static boolean
ResourceTypeUtil. hasSchemaGenerationConstraints(ResourceType resource)
static boolean
ResourceTypeUtil. isAbstract(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. isActivationCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefinitionBean)
static boolean
ResourceTypeUtil. isActivationLockoutStatusCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefinitionBean)
static boolean
ResourceTypeUtil. isActivationStatusCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefBean)
static boolean
ResourceTypeUtil. isActivationValidityFromCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefBean)
static boolean
ResourceTypeUtil. isActivationValidityToCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefinitionBean)
static boolean
ResourceTypeUtil. isAddRemoveAttributesValuesCapabilityEnabled(ResourceType resource)
Deprecated.static boolean
ResourceTypeUtil. isAuxiliaryObjectClassCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isAvoidDuplicateValues(ResourceType resource)
static <C extends CapabilityType>
booleanResourceTypeUtil. isCapabilityEnabled(ResourceType resource, Class<C> type)
static boolean
ResourceTypeUtil. isCaseIgnoreAttributeNames(ResourceType resource)
static boolean
ResourceTypeUtil. isComplete(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. isCountObjectsCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isCreateCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isCredentialsCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefinitionBean)
static boolean
ResourceTypeUtil. isDeleteCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isDiscoveryAllowed(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. isDown(ResourceType resource)
static boolean
ResourceTypeUtil. isInMaintenance(ResourceType resource)
static boolean
ResourceTypeUtil. isLiveSyncCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isPagedSearchCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isPasswordCapabilityEnabled(ResourceType resource, ResourceObjectTypeDefinitionType typeDefinitionBean)
static boolean
ResourceTypeUtil. isReadCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isRefreshOnRead(ResourceType resource)
static boolean
ResourceTypeUtil. isScriptCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isSynchronizationDefined(ResourceType resource)
static boolean
ResourceTypeUtil. isTemplate(@NotNull ResourceType resource)
static boolean
ResourceTypeUtil. isTestConnectionCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isUpdateCapabilityEnabled(ResourceType resource)
static boolean
ResourceTypeUtil. isValidateSchema(ResourceType resource)
static boolean
SimulationUtil. isVisible(@NotNull ResourceType resource, @Nullable ResourceObjectDefinition objectDefinition, @NotNull TaskExecutionMode mode)
TODO descriptionstatic Resource
Resource. of(@NotNull ResourceType resourceBean)
static void
ResourceTypeUtil. setResourceXsdSchema(ResourceType resourceType, Element xsdElement)
-
Uses of ResourceType in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment with parameters of type ResourceType Modifier and Type Method Description protected AssignmentEditorDto
AbstractAssignmentListPanel. addSelectedResourceAssignPerformed(ResourceType resource)
-
Uses of ResourceType in com.evolveum.midpoint.web.component.wizard
Method parameters in com.evolveum.midpoint.web.component.wizard with type arguments of type ResourceType Modifier and Type Method Description protected @NotNull List<QName>
WizardStep. loadResourceObjectClassList(org.apache.wicket.model.IModel<PrismObject<ResourceType>> model, Trace LOGGER, String message)
-
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 Constructor Description CapabilityStep(@NotNull NonEmptyLoadableModel<PrismObject<ResourceType>> resourceModel, @NotNull PageResourceWizard parentPage)
ConfigurationStep(NonEmptyLoadableModel<PrismObject<ResourceType>> modelNoFetch, PageResourceWizard parentPage)
NameStep(@NotNull NonEmptyLoadableModel<PrismObject<ResourceType>> modelRaw, @NotNull PageResourceWizard parentPage)
SchemaHandlingStep(@NotNull NonEmptyLoadableModel<PrismObject<ResourceType>> resourceModel, @NotNull PageResourceWizard parentPage)
SchemaStep(@NotNull NonEmptyLoadableModel<PrismObject<ResourceType>> model, @NotNull PageResourceWizard parentPage)
SynchronizationStep(@NotNull NonEmptyLoadableModel<PrismObject<ResourceType>> resourceModel, @NotNull PageResourceWizard parentPage)
-
Uses of ResourceType in com.evolveum.midpoint.web.component.wizard.resource.component
Constructor parameters in com.evolveum.midpoint.web.component.wizard.resource.component with type arguments of type ResourceType Constructor Description SchemaListPanel(String id, org.apache.wicket.model.IModel<PrismObjectWrapper<ResourceType>> model, PageBase parentPage)
-
Uses of ResourceType in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling
Constructor parameters in com.evolveum.midpoint.web.component.wizard.resource.component.schemahandling with type arguments of type ResourceType Constructor Description ResourceAssociationEditor(String id, org.apache.wicket.model.IModel<ResourceObjectAssociationType> model, ResourceObjectTypeDefinitionType objectType, PrismObject<ResourceType> resource, SchemaHandlingStep parentStep, NonEmptyModel<Boolean> readOnlyModel)
ResourceAttributeEditor(String id, org.apache.wicket.model.IModel<ResourceAttributeDefinitionType> model, ResourceObjectTypeDefinitionType objectType, PrismObject<ResourceType> resource, @NotNull SchemaHandlingStep parentStep, NonEmptyModel<Boolean> readOnlyModel)
-
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 Modifier and Type Method Description ObjectDelta<ResourceType>
PageResourceWizard. computeDiff(PrismObject<ResourceType> oldResource, PrismObject<ResourceType> newResource)
org.apache.wicket.model.IModel<PrismObject<ResourceType>>
ResourceContentPanel. getResourceModel()
protected List<SummaryTag<ResourceType>>
ResourceSummaryPanel. getSummaryTagComponentList()
Method parameters in com.evolveum.midpoint.web.page.admin.resources with type arguments of type ResourceType Modifier and Type Method Description ObjectDelta<ResourceType>
PageResourceWizard. computeDiff(PrismObject<ResourceType> oldResource, PrismObject<ResourceType> newResource)
Constructors in com.evolveum.midpoint.web.page.admin.resources with parameters of type ResourceType Constructor Description CapabilitiesDto(ResourceType resource)
-
Uses of ResourceType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ResourceType Modifier and Type Field Description static Producer<ResourceType>
ResourceType. FACTORY
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)
-