Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ArchetypeType
Packages that use ArchetypeType
Package
Description
-
Uses of ArchetypeType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type ArchetypeTypeModifier and TypeMethodDescriptionstatic <O extends AssignmentHolderType>
voidMemberOperationsGuiHelper.assignArchetypeMembers(PageBase pageBase, ArchetypeType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList) -
Uses of ArchetypeType in com.evolveum.midpoint.gui.impl.page.admin.archetype
Methods in com.evolveum.midpoint.gui.impl.page.admin.archetype that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescriptionprotected PrismObject<ArchetypeType>PageArchetype.getObjectForResolvingArchetypePolicyDisplayType()PageArchetype.getType()Method parameters in com.evolveum.midpoint.gui.impl.page.admin.archetype with type arguments of type ArchetypeTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.PanelPageArchetype.createSummaryPanel(String id, org.apache.wicket.model.IModel<ArchetypeType> summaryModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.archetype with type arguments of type ArchetypeType -
Uses of ArchetypeType in com.evolveum.midpoint.gui.impl.page.admin.archetype.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.archetype.component with type arguments of type ArchetypeTypeModifierConstructorDescriptionArchetypePolicyPanel(String id, FocusDetailsModels<ArchetypeType> model, ContainerPanelConfigurationType config) -
Uses of ArchetypeType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescription@NotNull List<ArchetypeType>ModelInteractionService.determineArchetypes(@Nullable ObjectType object, OperationResult result) <O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionService.getFilteredArchetypesByHolderType(PrismObject<O> object, OperationResult result) This method is used to differentiate which archetypes can be added to object with holderType type.<O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionService.getFilteredArchetypesByHolderType(Class<O> objectType, OperationResult result) Method parameters in com.evolveum.midpoint.model.api with type arguments of type ArchetypeTypeModifier and TypeMethodDescriptionvoidAssignmentObjectRelation.addArchetypeRef(PrismObject<ArchetypeType> archetype) ModelInteractionService.mergeArchetypePolicies(PrismObject<ArchetypeType> archetype, OperationResult result) -
Uses of ArchetypeType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return ArchetypeTypeModifier and TypeMethodDescriptionModelElementContext.getArchetype()TODO is this method ever used?Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescriptionModelElementContext.getArchetypes()TODO is this method ever used? -
Uses of ArchetypeType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return ArchetypeTypeModifier and TypeMethodDescription<O extends ObjectType>
ArchetypeTypeMidpointFunctions.getArchetype(O object) Deprecated.<O extends AssignmentHolderType>
@Nullable ArchetypeTypeMidpointFunctions.getStructuralArchetype(O object) Returns the structural archetype for the object, possibly `null`.Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescription<O extends ObjectType>
@NotNull List<ArchetypeType>MidpointFunctions.getArchetypes(O object) -
Uses of ArchetypeType in com.evolveum.midpoint.model.common.archetypes
Methods in com.evolveum.midpoint.model.common.archetypes that return ArchetypeTypeModifier and TypeMethodDescriptionArchetypeManager.determineStructuralArchetype(@Nullable ObjectType object, OperationResult result) Determines the structural archetype for a "static" object.@NotNull ArchetypeTypeArchetypeManager.getArchetype(String oid, OperationResult result) Gets an archetype by OID.Methods in com.evolveum.midpoint.model.common.archetypes that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescription@NotNull List<ArchetypeType>ArchetypeManager.determineArchetypes(@Nullable ObjectType object, OperationResult result) Determines all archetypes for a "static" object.ArchetypeManager.resolveArchetypeOids(Collection<String> oids, Object context, OperationResult result) Resolves archetype OIDs to full objects.Methods in com.evolveum.midpoint.model.common.archetypes with parameters of type ArchetypeTypeModifier and TypeMethodDescriptionArchetypeManager.getPolicyForArchetype(ArchetypeType archetype, OperationResult result) Returns policy collected from this archetype and its super-archetypes.Method parameters in com.evolveum.midpoint.model.common.archetypes with type arguments of type ArchetypeTypeModifier and TypeMethodDescriptionArchetypeManager.determineArchetypePolicy(Collection<ArchetypeType> allArchetypes, ObjectType object, OperationResult result) Determines "complex" archetype policy; takes auxiliary archetypes, super archetypes, and even legacy (subtype) configuration into account. -
Uses of ArchetypeType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescription@NotNull List<ArchetypeType>ModelInteractionServiceImpl.determineArchetypes(@Nullable ObjectType object, OperationResult result) <O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionServiceImpl.getFilteredArchetypesByHolderType(PrismObject<O> object, OperationResult result) <O extends AssignmentHolderType>
List<ArchetypeType>ModelInteractionServiceImpl.getFilteredArchetypesByHolderType(Class<O> objectType, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type ArchetypeTypeModifier and TypeMethodDescriptionModelInteractionServiceImpl.mergeArchetypePolicies(PrismObject<ArchetypeType> archetype, OperationResult result) -
Uses of ArchetypeType in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr that return ArchetypeTypeModifier and TypeMethodDescription<O extends ObjectType>
ArchetypeTypeMidpointFunctionsImpl.getArchetype(O object) Deprecated.<O extends AssignmentHolderType>
@Nullable ArchetypeTypeMidpointFunctionsImpl.getStructuralArchetype(O object) Methods in com.evolveum.midpoint.model.impl.expr that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescription<O extends ObjectType>
@NotNull List<ArchetypeType>MidpointFunctionsImpl.getArchetypes(O object) -
Uses of ArchetypeType in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return ArchetypeTypeModifier and TypeMethodDescriptionLensFocusContext.getArchetype()LensProjectionContext.getArchetype()Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescriptionLensFocusContext.getArchetypes()LensProjectionContext.getArchetypes()Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ArchetypeTypeModifier and TypeMethodDescriptionvoidLensFocusContext.setArchetypes(List<ArchetypeType> archetypes) -
Uses of ArchetypeType in com.evolveum.midpoint.ninja.action.mining.generator.object
Methods in com.evolveum.midpoint.ninja.action.mining.generator.object that return ArchetypeTypeMethods in com.evolveum.midpoint.ninja.action.mining.generator.object that return types with arguments of type ArchetypeType -
Uses of ArchetypeType in com.evolveum.midpoint.repo.common
Methods in com.evolveum.midpoint.repo.common that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescriptionSystemObjectCache.getAllArchetypes(OperationResult result) SystemObjectCache.getArchetype(String oid, OperationResult result) -
Uses of ArchetypeType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ArchetypeTypeModifier and TypeMethodDescriptionstatic ArchetypeTypeArchetypeTypeUtil.getStructuralArchetype(Collection<ArchetypeType> archetypes) Methods in com.evolveum.midpoint.schema.util with parameters of type ArchetypeTypeModifier and TypeMethodDescriptionstatic ArchetypeTypeTypeArchetypeTypeUtil.getType(@NotNull ArchetypeType archetype) static booleanArchetypeTypeUtil.isAuxiliary(@NotNull ArchetypeType archetype) static booleanArchetypeTypeUtil.isStructural(@NotNull ArchetypeType archetype) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ArchetypeTypeModifier and TypeMethodDescriptionstatic ArchetypeTypeArchetypeTypeUtil.getStructuralArchetype(Collection<ArchetypeType> archetypes) -
Uses of ArchetypeType in com.evolveum.midpoint.web.page.admin.archetype
Constructor parameters in com.evolveum.midpoint.web.page.admin.archetype with type arguments of type ArchetypeTypeModifierConstructorDescriptionArchetypeSummaryPanel(String id, org.apache.wicket.model.IModel<ArchetypeType> modelWithApplyDelta, org.apache.wicket.model.IModel<ArchetypeType> model, SummaryPanelSpecificationType summaryPanelSpecificationType) -
Uses of ArchetypeType 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 ArchetypeTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ArchetypeTypeModifier and TypeMethodDescriptionArchetypeType.activation(ActivationType value) ArchetypeType.adminGuiConfiguration(AdminGuiConfigurationType value) ArchetypeType.archetypePolicy(ArchetypePolicyType value) ArchetypeType.archetypeRef(ObjectReferenceType value) ArchetypeType.archetypeRef(String oid, QName type) ArchetypeType.archetypeRef(String oid, QName type, QName relation) ArchetypeType.archetypeType(ArchetypeTypeType value) ArchetypeType.assignment(AssignmentType value) ArchetypeType.authorization(AuthorizationType value) ArchetypeType.autoassign(AutoassignSpecificationType value) ArchetypeType.behavior(BehaviorType value) ArchetypeType.clone()ArchetypeType.condition(MappingType value) ArchetypeType.costCenter(String value) ObjectFactory.createArchetypeType()ArchetypeType.credentials(CredentialsType value) ArchetypeType.dataProtection(DataProtectionType value) ArchetypeType.delegatedRef(ObjectReferenceType value) ArchetypeType.delegatedRef(String oid, QName type) ArchetypeType.delegatedRef(String oid, QName type, QName relation) ArchetypeType.description(String value) ArchetypeType.diagnosticInformation(DiagnosticInformationType value) ArchetypeType.displayName(PolyStringType value) ArchetypeType.displayName(String value) ArchetypeType.documentation(String value) ArchetypeType.effectiveMarkRef(ObjectReferenceType value) ArchetypeType.effectiveMarkRef(String oid, QName type) ArchetypeType.effectiveMarkRef(String oid, QName type, QName relation) ArchetypeType.effectiveOperationPolicy(ObjectOperationPolicyType value) ArchetypeType.emailAddress(String value) ArchetypeType.extension(ExtensionType value) ArchetypeType.fetchResult(OperationResultType value) ArchetypeType.idempotence(IdempotenceType value) ArchetypeType.identifier(String value) ArchetypeType.identities(FocusIdentitiesType value) ArchetypeType.indestructible(Boolean value) ArchetypeType.inducement(AssignmentType value) ArchetypeType.iterationToken(String value) ArchetypeType.jpegPhoto(byte[] value) ArchetypeType.lensContext(LensContextType value) ArchetypeType.lifecycleState(String value) ArchetypeType.linkRef(ObjectReferenceType value) ArchetypeType.locality(PolyStringType value) ArchetypeType.metadata(MetadataType value) ArchetypeType.name(PolyStringType value) ArchetypeType.operationExecution(OperationExecutionType value) ArchetypeType.parentOrgRef(ObjectReferenceType value) ArchetypeType.parentOrgRef(String oid, QName type) ArchetypeType.parentOrgRef(String oid, QName type, QName relation) ArchetypeType.personaRef(ObjectReferenceType value) ArchetypeType.personaRef(String oid, QName type) ArchetypeType.personaRef(String oid, QName type, QName relation) ArchetypeType.policyException(PolicyExceptionType value) ArchetypeType.policySituation(String value) ArchetypeType.policyStatement(PolicyStatementType value) ArchetypeType.preferredLanguage(String value) ArchetypeType.requestable(Boolean value) ArchetypeType.roleInfluenceRef(ObjectReferenceType value) ArchetypeType.roleInfluenceRef(String oid, QName type) ArchetypeType.roleInfluenceRef(String oid, QName type, QName relation) ArchetypeType.roleMembershipRef(ObjectReferenceType value) ArchetypeType.roleMembershipRef(String oid, QName type) ArchetypeType.roleMembershipRef(String oid, QName type, QName relation) ArchetypeType.securityPolicyRef(ObjectReferenceType value) ArchetypeType.securityPolicyRef(String oid, QName type) ArchetypeType.securityPolicyRef(String oid, QName type, QName relation) ArchetypeType.superArchetypeRef(ObjectReferenceType value) ArchetypeType.superArchetypeRef(String oid, QName type) ArchetypeType.superArchetypeRef(String oid, QName type, QName relation) ArchetypeType.telephoneNumber(String value) ArchetypeType.tenantRef(ObjectReferenceType value) ArchetypeType.trigger(TriggerType value) ArchetypeType.triggeredPolicyRule(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ArchetypeTypeModifier and TypeMethodDescriptionArchetypeType.asPrismObject()jakarta.xml.bind.JAXBElement<ArchetypeType>ObjectFactory.createArchetype(ArchetypeType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ArchetypeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ArchetypeType>ObjectFactory.createArchetype(ArchetypeType value)