Uses of Class
com.evolveum.midpoint.model.api.AssignmentObjectRelation
Packages that use AssignmentObjectRelation
Package
Description
Package for reusable and stable GUI Wicket Components.
GUI API package for various utility classes and interfaces.
-
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return AssignmentObjectRelationMethods in com.evolveum.midpoint.gui.api.component that return types with arguments of type AssignmentObjectRelationMethods in com.evolveum.midpoint.gui.api.component with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected abstract voidNewObjectCreationPopup.buttonClickPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, CompiledObjectCollectionView collectionViews, Class<? extends org.apache.wicket.markup.html.WebPage> page) protected List<org.apache.wicket.extensions.markup.html.tabs.ITab>AssignmentPopup.createAssignmentTabs(AssignmentObjectRelation relationSpec) protected List<org.apache.wicket.extensions.markup.html.tabs.ITab>ChooseArchetypeMemberPopup.createAssignmentTabs(AssignmentObjectRelation relationSpec) protected List<org.apache.wicket.extensions.markup.html.tabs.ITab>ChooseMemberPopup.createAssignmentTabs(AssignmentObjectRelation relationSpec) protected List<org.apache.wicket.extensions.markup.html.tabs.ITab>ChooseOrgMemberPopup.createAssignmentTabs(AssignmentObjectRelation relationSpec) protected List<ObjectReferenceType>MainObjectListPanel.getNewObjectReferencesList(CompiledObjectCollectionView collectionView, AssignmentObjectRelation relation) protected booleanAssignmentPopup.isOrgTreeTabVisible(AssignmentObjectRelation relationSpec) protected voidMainObjectListPanel.newObjectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relation, CompiledObjectCollectionView collectionView) Constructors in com.evolveum.midpoint.gui.api.component with parameters of type AssignmentObjectRelationModifierConstructorDescriptionAbstractAssignmentPopupTabPanel(String id, ObjectTypes type, AssignmentObjectRelation relationSpec) FocusTypeAssignmentPopupTabPanel(String id, ObjectTypes type, AssignmentObjectRelation relationSpec) OrgTreeAssignmentPopupTabPanel(String id, AssignmentObjectRelation assignmentObjectRelation) ResourceTypeAssignmentPopupTabPanel(String id, AssignmentObjectRelation assignmentObjectRelation) Constructor parameters in com.evolveum.midpoint.gui.api.component with type arguments of type AssignmentObjectRelationModifierConstructorDescriptionAssignmentPopupDto(List<AssignmentObjectRelation> assignmentObjectRelation) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type AssignmentObjectRelationModifier and TypeMethodDescriptionstatic List<AssignmentObjectRelation>WebComponentUtil.divideAssignmentRelationsByAllValues(List<AssignmentObjectRelation> initialAssignmentRelationsList) static List<AssignmentObjectRelation>WebComponentUtil.divideAssignmentRelationsByAllValues(List<AssignmentObjectRelation> initialAssignmentRelationsList, boolean addDefaultObjectRelations) The idea is to divide the list of AssignmentObjectRelation objects in such way that each AssignmentObjectRelation in the list will contain not more than 1 relation, not more than 1 object type and not more than one archetype reference.static List<AssignmentObjectRelation>WebComponentUtil.divideAssignmentRelationsByRelationValue(List<AssignmentObjectRelation> initialRelationsList) The idea is to divide the list of AssignmentObjectRelation objects in such way that each AssignmentObjectRelation in the list will contain not more than 1 relation.Methods in com.evolveum.midpoint.gui.api.util with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionstatic booleanWebComponentUtil.assignmentObjectRelationAlreadyExists(List<AssignmentObjectRelation> list, AssignmentObjectRelation relation) it's expected that the list of AssignmentObjectRelation will be pre-prepared in such manner that each AssignmentObjectRelation in the list will contain only one object type, one relation and one archetypeRef.static DisplayTypeGuiDisplayTypeUtil.getAssignmentObjectRelationDisplayType(PageBase pageBase, AssignmentObjectRelation assignmentTargetRelation, String defaultTitleKey) static CompositedIconBuilderWebComponentUtil.getAssignmentRelationIconBuilder(PageBase pageBase, AssignmentObjectRelation relationSpec, IconType relationIcon, IconType actionButtonIcon) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type AssignmentObjectRelationModifier and TypeMethodDescriptionstatic booleanWebComponentUtil.assignmentObjectRelationAlreadyExists(List<AssignmentObjectRelation> list, AssignmentObjectRelation relation) it's expected that the list of AssignmentObjectRelation will be pre-prepared in such manner that each AssignmentObjectRelation in the list will contain only one object type, one relation and one archetypeRef.static List<AssignmentObjectRelation>WebComponentUtil.divideAssignmentRelationsByAllValues(List<AssignmentObjectRelation> initialAssignmentRelationsList) static List<AssignmentObjectRelation>WebComponentUtil.divideAssignmentRelationsByAllValues(List<AssignmentObjectRelation> initialAssignmentRelationsList, boolean addDefaultObjectRelations) The idea is to divide the list of AssignmentObjectRelation objects in such way that each AssignmentObjectRelation in the list will contain not more than 1 relation, not more than 1 object type and not more than one archetype reference.static List<AssignmentObjectRelation>WebComponentUtil.divideAssignmentRelationsByRelationValue(List<AssignmentObjectRelation> initialRelationsList) The idea is to divide the list of AssignmentObjectRelation objects in such way that each AssignmentObjectRelation in the list will contain not more than 1 relation. -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected voidBasicMultivalueContainerListPanel.newItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc) protected voidMultivalueContainerListPanel.newItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc) protected voidMultivalueContainerListPanelWithDetailsPanel.newItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return types with arguments of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected List<AssignmentObjectRelation>AbstractRoleMemberPanel.getDefaultNewMemberRelations()Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected voidAbstractRoleMemberPanel.newObjectPerformed(AssignmentObjectRelation relationSpec, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected voidAbstractResourceWizardTable.newItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected voidAppendersContentPanel.newItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc) protected voidClassLoggersContentPanel.newItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relation) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected booleanItemRefinedPanel.customNewItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc) protected booleanResourceAssociationPanel.customNewItemPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return types with arguments of type AssignmentObjectRelationModifier and TypeMethodDescriptionAssignmentCandidatesSpecification.getAssignmentObjectRelations()Returns list of assignment target relation specifications.Method parameters in com.evolveum.midpoint.model.api with type arguments of type AssignmentObjectRelationModifier and TypeMethodDescriptionvoidAssignmentCandidatesSpecification.setAssignmentObjectRelations(List<AssignmentObjectRelation> assignmentTargetRelations) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.web.component
Methods in com.evolveum.midpoint.web.component that return AssignmentObjectRelationMethods in com.evolveum.midpoint.web.component with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected voidMultiCompositedButtonPanel.buttonClickPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSpec, CompiledObjectCollectionView collectionViews, Class<? extends org.apache.wicket.markup.html.WebPage> page) this method should return the display properties for the last button on the dropdown panel with additional buttons.protected voidMultifunctionalButton.buttonClickPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relationSepc, CompiledObjectCollectionView collectionViews) this method should return the display properties for the last button on the dropdown panel with additional buttons.voidCompositedIconButtonDto.setAssignmentObjectRelation(AssignmentObjectRelation assignmentObjectRelation) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.web.component.dialog
Methods in com.evolveum.midpoint.web.component.dialog with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected abstract voidAssignmentObjectRelationDefinitionDialog.okPerformed(AssignmentObjectRelation assignmentObjectRelation, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of AssignmentObjectRelation in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server with parameters of type AssignmentObjectRelationModifier and TypeMethodDescriptionprotected voidTaskTablePanel.newObjectPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, AssignmentObjectRelation relation, CompiledObjectCollectionView collectionView)