Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType
Packages that use OrgType
Package
Description
Package for reusable and stable GUI Wicket Components.
-
Uses of OrgType in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionOrgTreeAssignmentPopupTabPanel.getSelectedObjectsList()
OrgTreeMemberPopupTabPanel.getSelectedObjectsList()
-
Uses of OrgType in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionIterator<? extends TreeSelectableBean<OrgType>>
OrgTreeProvider.getChildren
(TreeSelectableBean<OrgType> node) OrgTreeProvider.getRoots()
org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>>
OrgTreeProvider.model
(TreeSelectableBean<OrgType> object) Method parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type OrgTypeModifier and TypeMethodDescriptionIterator<? extends TreeSelectableBean<OrgType>>
OrgTreeProvider.getChildren
(TreeSelectableBean<OrgType> node) boolean
OrgTreeProvider.hasChildren
(TreeSelectableBean<OrgType> node) org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>>
OrgTreeProvider.model
(TreeSelectableBean<OrgType> object) long
OrgTreeProvider.size
(TreeSelectableBean<OrgType> node) -
Uses of OrgType 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 OrgTypeModifier and TypeMethodDescriptionstatic <O extends ObjectType>
voidMemberOperationsGuiHelper.assignOrgMembers
(PageBase pageBase, OrgType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList) -
Uses of OrgType in com.evolveum.midpoint.gui.impl.page.admin.org
Methods in com.evolveum.midpoint.gui.impl.page.admin.org that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionprotected FocusDetailsModels<OrgType>
PageOrgHistory.createObjectDetailsModels
(PrismObject<OrgType> object) PageOrg.getType()
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.org with type arguments of type OrgTypeModifier and TypeMethodDescriptionprotected FocusDetailsModels<OrgType>
PageOrgHistory.createObjectDetailsModels
(PrismObject<OrgType> object) protected org.apache.wicket.markup.html.panel.Panel
PageOrg.createSummaryPanel
(String id, org.apache.wicket.model.IModel<OrgType> summaryModel) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.org with type arguments of type OrgType -
Uses of OrgType in com.evolveum.midpoint.gui.impl.page.admin.org.component
Fields in com.evolveum.midpoint.gui.impl.page.admin.org.component with type parameters of type OrgTypeModifier and TypeFieldDescriptionprotected org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>>
AbstractTreeTablePanel.selected
Methods in com.evolveum.midpoint.gui.impl.page.admin.org.component that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionprotected TreeSelectableBean<OrgType>
AbstractTreeTablePanel.getRootFromProvider()
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.org.component with type arguments of type OrgTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<?>
SelectableFolderContent.newLabelModel
(org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.org.component with type arguments of type OrgTypeModifierConstructorDescriptionOrgMemberPanel
(String id, FocusDetailsModels<OrgType> model, ContainerPanelConfigurationType config) OrgSummaryPanel
(String id, org.apache.wicket.model.IModel<OrgType> model, SummaryPanelSpecificationType summaryPanelSpecificationType) SelectableFolderContent
(String id, org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree<TreeSelectableBean<OrgType>> tree, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> selected) SelectableFolderContent
(String id, org.apache.wicket.extensions.markup.html.repeater.tree.AbstractTree<TreeSelectableBean<OrgType>> tree, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> selected) -
Uses of OrgType in com.evolveum.midpoint.gui.impl.page.self
Methods in com.evolveum.midpoint.gui.impl.page.self that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionprotected FocusDetailsModels<OrgType>
PageOrgSelfProfile.createObjectDetailsModels
(PrismObject<OrgType> object) Method parameters in com.evolveum.midpoint.gui.impl.page.self with type arguments of type OrgTypeModifier and TypeMethodDescriptionprotected FocusDetailsModels<OrgType>
PageOrgSelfProfile.createObjectDetailsModels
(PrismObject<OrgType> object) -
Uses of OrgType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return OrgTypeModifier and TypeMethodDescriptionMidpointFunctions.getOrgByName
(String name) OrgStructFunctions.getOrgByName
(String name, boolean preAuthorized) MidpointFunctions.getOrgByOid
(String oid) OrgStructFunctions.getOrgByOid
(String oid, boolean preAuthorized) MidpointFunctions.getParentOrgByArchetype
(ObjectType object, String archetypeOid) Returns parent org of the specified object that have a specific archetype.OrgStructFunctions.getParentOrgByArchetype
(ObjectType object, String archetypeOid, boolean preAuthorized) MidpointFunctions.getParentOrgByOrgType
(ObjectType object, String orgType) Returns parent org of the specified object that have a specific orgType.OrgStructFunctions.getParentOrgByOrgType
(ObjectType object, String orgType, boolean preAuthorized) Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionMidpointFunctions.getParentOrgs
(ObjectType object) Returns all parent orgs of the specified object.MidpointFunctions.getParentOrgs
(ObjectType object, String relation, String orgType) Returns parent orgs of the specified object that have a specific relation and orgType.MidpointFunctions.getParentOrgs
(ObjectType object, QName relation, String orgType) Returns parent orgs of the specified object that have a specific relation and orgType.OrgStructFunctions.getParentOrgs
(ObjectType object, boolean preAuthorized) OrgStructFunctions.getParentOrgs
(ObjectType object, String relation, String orgType, boolean preAuthorized) OrgStructFunctions.getParentOrgs
(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized) OrgStructFunctions.getParentOrgs
(ObjectType object, QName relation, String orgType, boolean preAuthorized) MidpointFunctions.getParentOrgsByRelation
(ObjectType object, String relation) Returns parent orgs of the specified object that have a specific relation.MidpointFunctions.getParentOrgsByRelation
(ObjectType object, QName relation) Returns parent orgs of the specified object that have a specific relation.OrgStructFunctions.getParentOrgsByRelation
(ObjectType object, String relation, boolean preAuthorized) OrgStructFunctions.getParentOrgsByRelation
(ObjectType object, QName relation, boolean preAuthorized) Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type OrgTypeModifier and TypeMethodDescriptionOrgStructFunctions.getParentOrgs
(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized) -
Uses of OrgType in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionAssignmentEditorDto.getOrgRef()
AssignmentEditorDto.getTenantRef()
Method parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type OrgTypeModifier and TypeMethodDescriptionvoid
AssignmentEditorDto.setOrgRef
(ObjectViewDto<OrgType> orgRef) void
AssignmentEditorDto.setTenantRef
(ObjectViewDto<OrgType> tenantRef) -
Uses of OrgType in com.evolveum.midpoint.web.page.admin.orgs
Methods in com.evolveum.midpoint.web.page.admin.orgs that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionOrgTreeAssignablePanel.getAllTabPanelsSelectedOrgs()
OrgTreePanel.getCollapsedItems
(OrgTreeStateStorage storage) OrgTreePanel.getExpandedItems
(OrgTreeStateStorage storage) org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>>
MidpointSubtree.getModel()
MidpointSubtree.getModelObject()
OrgTreeAssignablePanel.getPreselectedOrgsList()
OrgTreePanel.getSelected()
OrgTreePanel.getSelectedItem
(OrgTreeStateStorage storage) org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>>
OrgTreePanel.getSelectedOrgModel()
protected org.apache.wicket.extensions.markup.html.repeater.tree.nested.BranchItem<TreeSelectableBean<OrgType>>
MidpointSubtree.newBranchItem
(String id, int index, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) Method parameters in com.evolveum.midpoint.web.page.admin.orgs with type arguments of type OrgTypeModifier and TypeMethodDescriptionvoid
OrgTreePanel.addCollapsedItem
(TreeSelectableBean<OrgType> item, OrgTreeStateStorage storage) void
OrgTreePanel.addExpandedItem
(TreeSelectableBean<OrgType> item, OrgTreeStateStorage storage) protected void
OrgTreeAssignablePanel.assignSelectedOrgPerformed
(List<OrgType> selectedOrgs, org.apache.wicket.ajax.AjaxRequestTarget target) protected List<InlineMenuItem>
OrgTreePanel.createTreeChildrenMenu
(TreeSelectableBean<OrgType> org) protected org.apache.wicket.model.IModel<Boolean>
OrgTreeFolderContent.getCheckboxModel
(org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) protected org.apache.wicket.model.IModel<Boolean>
OrgTreePanel.getCheckBoxValueModel
(org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> rowModel) protected org.apache.wicket.extensions.markup.html.repeater.tree.nested.BranchItem<TreeSelectableBean<OrgType>>
MidpointSubtree.newBranchItem
(String id, int index, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) protected org.apache.wicket.Component
MidpointNestedTree.newContentComponent
(String id, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) org.apache.wicket.Component
MidpointNestedTree.newSubtree
(String id, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) protected void
OrgTreeAssignablePanel.onItemSelect
(SelectableBeanImpl<OrgType> selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected void
OrgTreeAssignablePanel.onOrgTreeCheckBoxSelectionPerformed
(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> rowModel) protected void
OrgTreePanel.onOrgTreeCheckBoxSelectionPerformed
(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> rowModel) protected void
OrgTreeFolderContent.selectTreeItemPerformed
(TreeSelectableBean<OrgType> selected, org.apache.wicket.ajax.AjaxRequestTarget target) protected void
OrgTreePanel.selectTreeItemPerformed
(TreeSelectableBean<OrgType> selected, org.apache.wicket.ajax.AjaxRequestTarget target) void
OrgTreePanel.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> items, OrgTreeStateStorage storage) void
OrgTreePanel.setSelected
(TreeSelectableBean<OrgType> org) void
OrgTreeFolderContent.setSelectedItem
(TreeSelectableBean<OrgType> item, OrgTreeStateStorage storage) void
OrgTreePanel.setSelectedItem
(TreeSelectableBean<OrgType> item, OrgTreeStateStorage storage) Constructor parameters in com.evolveum.midpoint.web.page.admin.orgs with type arguments of type OrgTypeModifierConstructorDescriptionMidpointNestedTree
(String id, org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider<TreeSelectableBean<OrgType>> provider) MidpointNestedTree
(String id, org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider<TreeSelectableBean<OrgType>> provider, org.apache.wicket.model.IModel<? extends Set<TreeSelectableBean<OrgType>>> state) MidpointNestedTree
(String id, org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider<TreeSelectableBean<OrgType>> provider, org.apache.wicket.model.IModel<? extends Set<TreeSelectableBean<OrgType>>> state) MidpointSubtree
(String id, MidpointNestedTree tree, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model) Create a subtree for the children of the node contained in the given model or the root nodes if the model containsnull
.OrgTreeFolderContent
(String id, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> model, boolean selectable, org.apache.wicket.model.IModel<TreeSelectableBean<OrgType>> selected, MidpointNestedTree tree, OrgTreeStateStorage orgTreeStorage) OrgTreePanel
(String id, org.apache.wicket.model.IModel<String> rootOid, boolean selectable, ModelServiceLocator serviceLocator, String treeTitleKey, List<OrgType> preselecteOrgsList) -
Uses of OrgType in com.evolveum.midpoint.web.session
Methods in com.evolveum.midpoint.web.session that return types with arguments of type OrgTypeModifier and TypeMethodDescriptionOrgStructurePanelStorage.getCollapsedItems()
OrgTabPanelStorage.getCollapsedItems()
OrgTreeStateStorage.getCollapsedItems()
OrgStructurePanelStorage.getExpandedItems()
OrgTabPanelStorage.getExpandedItems()
OrgTreeStateStorage.getExpandedItems()
OrgStructurePanelStorage.getSelectedItem()
OrgTabPanelStorage.getSelectedItem()
OrgTreeStateStorage.getSelectedItem()
Method parameters in com.evolveum.midpoint.web.session with type arguments of type OrgTypeModifier and TypeMethodDescriptionvoid
OrgStructurePanelStorage.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> collapsedItem) void
OrgTabPanelStorage.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> collapsedItems) void
OrgTreeStateStorage.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> collapsedItems) void
OrgStructurePanelStorage.setExpandedItems
(TreeStateSet<TreeSelectableBean<OrgType>> expandedItems) void
OrgTabPanelStorage.setExpandedItems
(TreeStateSet<TreeSelectableBean<OrgType>> expandedItems) void
OrgTreeStateStorage.setExpandedItems
(TreeStateSet<TreeSelectableBean<OrgType>> expandedItems) void
OrgStructurePanelStorage.setSelectedItem
(TreeSelectableBean<OrgType> selectedItem) void
OrgTabPanelStorage.setSelectedItem
(TreeSelectableBean<OrgType> selectedItem) void
OrgTreeStateStorage.setSelectedItem
(TreeSelectableBean<OrgType> selectedItem) -
Uses of OrgType 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 OrgTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OrgTypeModifier and TypeMethodDescriptionOrgType.activation
(ActivationType value) OrgType.adminGuiConfiguration
(AdminGuiConfigurationType value) OrgType.archetypeRef
(ObjectReferenceType value) OrgType.archetypeRef
(String oid, QName type) OrgType.archetypeRef
(String oid, QName type, QName relation) OrgType.assignment
(AssignmentType value) OrgType.authorization
(AuthorizationType value) OrgType.autoassign
(AutoassignSpecificationType value) OrgType.behavior
(BehaviorType value) OrgType.clone()
OrgType.condition
(MappingType value) OrgType.costCenter
(String value) ObjectFactory.createOrgType()
OrgType.credentials
(CredentialsType value) OrgType.dataProtection
(DataProtectionType value) OrgType.delegatedRef
(ObjectReferenceType value) OrgType.delegatedRef
(String oid, QName type) OrgType.delegatedRef
(String oid, QName type, QName relation) OrgType.description
(String value) OrgType.diagnosticInformation
(DiagnosticInformationType value) OrgType.displayName
(PolyStringType value) OrgType.displayName
(String value) OrgType.displayOrder
(Integer value) OrgType.documentation
(String value) OrgType.effectiveMarkRef
(ObjectReferenceType value) OrgType.effectiveMarkRef
(String oid, QName type) OrgType.effectiveMarkRef
(String oid, QName type, QName relation) OrgType.effectiveOperationPolicy
(ObjectOperationPolicyType value) OrgType.emailAddress
(String value) OrgType.extension
(ExtensionType value) OrgType.fetchResult
(OperationResultType value) OrgType.idempotence
(IdempotenceType value) OrgType.identifier
(String value) OrgType.identities
(FocusIdentitiesType value) OrgType.indestructible
(Boolean value) OrgType.inducement
(AssignmentType value) OrgType.iterationToken
(String value) OrgType.jpegPhoto
(byte[] value) OrgType.lensContext
(LensContextType value) OrgType.lifecycleState
(String value) OrgType.linkRef
(ObjectReferenceType value) OrgType.locality
(PolyStringType value) OrgType.mailDomain
(String value) OrgType.metadata
(MetadataType value) OrgType.name
(PolyStringType value) OrgType.operationExecution
(OperationExecutionType value) OrgType.parentOrgRef
(ObjectReferenceType value) OrgType.parentOrgRef
(String oid, QName type) OrgType.parentOrgRef
(String oid, QName type, QName relation) OrgType.personaRef
(ObjectReferenceType value) OrgType.personaRef
(String oid, QName type) OrgType.personaRef
(String oid, QName type, QName relation) OrgType.policyException
(PolicyExceptionType value) OrgType.policySituation
(String value) OrgType.policyStatement
(PolicyStatementType value) OrgType.preferredLanguage
(String value) OrgType.requestable
(Boolean value) OrgType.roleInfluenceRef
(ObjectReferenceType value) OrgType.roleInfluenceRef
(String oid, QName type) OrgType.roleInfluenceRef
(String oid, QName type, QName relation) OrgType.roleMembershipRef
(ObjectReferenceType value) OrgType.roleMembershipRef
(String oid, QName type) OrgType.roleMembershipRef
(String oid, QName type, QName relation) OrgType.securityPolicyRef
(ObjectReferenceType value) OrgType.securityPolicyRef
(String oid, QName type) OrgType.securityPolicyRef
(String oid, QName type, QName relation) OrgType.telephoneNumber
(String value) OrgType.tenantRef
(ObjectReferenceType value) OrgType.trigger
(TriggerType value) OrgType.triggeredPolicyRule
(EvaluatedPolicyRuleType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OrgTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OrgType