Uses of Class
com.evolveum.midpoint.gui.api.page.PageBase
-
-
Uses of PageBase in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component that return PageBase Modifier and Type Method Description PageBase
BasePanel. getPageBase()
Constructors in com.evolveum.midpoint.gui.api.component with parameters of type PageBase Constructor Description ObjectBrowserPanel(String id, Class<? extends O> defaultType, List<QName> supportedTypes, boolean multiselect, PageBase parentPage)
ObjectBrowserPanel(String id, Class<? extends O> defaultType, List<QName> supportedTypes, boolean multiselect, PageBase parentPage, ObjectFilter queryFilter)
ObjectBrowserPanel(String id, Class<? extends O> defaultType, List<QName> supportedTypes, boolean multiselect, PageBase parentPage, ObjectFilter queryFilter, List<O> selectedData)
-
Uses of PageBase in com.evolveum.midpoint.gui.api.component.autocomplete
Constructors in com.evolveum.midpoint.gui.api.component.autocomplete with parameters of type PageBase Constructor Description ReferenceConverter(org.apache.wicket.util.convert.IConverter<ObjectReferenceType> originConverter, List<ObjectReferenceType> referenceList, org.apache.wicket.markup.html.form.FormComponent baseComponent, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.gui.api.component.delta
Constructors in com.evolveum.midpoint.gui.api.component.delta with parameters of type PageBase Constructor Description ObjectDeltaOperationPanel(String id, org.apache.wicket.model.IModel<ObjectDeltaOperationType> model, PageBase parentPage)
-
Uses of PageBase in com.evolveum.midpoint.gui.api.component.result
Methods in com.evolveum.midpoint.gui.api.component.result with parameters of type PageBase Modifier and Type Method Description static OpResult
OpResult. getOpResult(PageBase page, OperationResult result)
-
Uses of PageBase in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PageBase Modifier and Type Method Description static PageBase
WebComponentUtil. getPageBase(org.apache.wicket.Component component)
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type PageBase Modifier and Type Method Description static Class<? extends PageBase>
WebComponentUtil. getNewlyCreatedObjectPage(Class<? extends ObjectType> type)
static Class<? extends PageBase>
WebComponentUtil. getObjectDetailsPage(Class<? extends ObjectType> type)
static Class<? extends PageBase>
WebComponentUtil. getObjectListPage(Class<? extends ObjectType> type)
static Class<? extends PageBase>
WebComponentUtil. resolveSelfPage()
Methods in com.evolveum.midpoint.gui.api.util with parameters of type PageBase Modifier and Type Method Description static <T extends AssignmentHolderType>
voidWebComponentUtil. addNewArchetype(PrismObjectWrapper<T> object, String archetypeOid, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
static void
WebComponentUtil. assumePowerOfAttorneyIfRequested(OperationResult result, PrismObject<UserType> powerDonor, PageBase pageBase)
static boolean
WebComponentUtil. canResumeTask(TaskType task, PageBase pageBase)
static boolean
WebComponentUtil. canRunNowTask(TaskType task, PageBase pageBase)
static boolean
WebComponentUtil. canSuspendTask(TaskType task, PageBase pageBase)
static void
WebComponentUtil. claimWorkItemActionPerformed(CaseWorkItemType workItemToClaim, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
static <C extends Containerable>
intWebModelServiceUtils. countContainers(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, PageBase page)
static <T extends ObjectType>
intWebModelServiceUtils. countObjects(Class<T> type, ObjectQuery query, PageBase page)
static <AR extends AbstractRoleType>
org.apache.wicket.model.IModel<String>WebComponentUtil. createAbstractRoleConfirmationMessage(String actionName, ColumnMenuAction action, MainObjectListPanel<AR> abstractRoleTable, PageBase pageBase)
static CompositedIcon
WebComponentUtil. createAccountIcon(ShadowType shadow, PageBase pageBase, boolean isColumn)
static <O extends ObjectType>
CompositedIconWebComponentUtil. createCompositeIconForObject(O obj, OperationResult result, PageBase pageBase)
static <T> DropDownChoicePanel
WebComponentUtil. createDropDownChoices(String id, org.apache.wicket.model.IModel<DisplayableValue<T>> model, org.apache.wicket.model.IModel<List<DisplayableValue<T>>> choices, boolean allowNull, PageBase pageBase)
static @NotNull List<InlineMenuItem>
WebComponentUtil. createMenuItemsFromActions(@NotNull List<GuiActionType> actions, String operation, PageBase pageBase, @NotNull Supplier<Collection<? extends ObjectType>> selectedObjectsSupplier)
static <IW extends ItemWrapper,PV extends PrismValue,VW extends PrismValueWrapper>
VWWebPrismUtil. createNewValueWrapper(IW itemWrapper, PV newValue, PageBase pageBase, org.apache.wicket.ajax.AjaxRequestTarget target)
static <O extends ObjectType>
List<ObjectReferenceType>WebModelServiceUtils. createObjectReferenceList(Class<O> type, PageBase page, Map<String,String> referenceMap)
static SceneDto
WebComponentUtil. createSceneDto(CaseType caseObject, PageBase pageBase, String operation)
static SceneDto
WebComponentUtil. createSceneDto(CaseWorkItemType caseWorkItem, PageBase pageBase, String operation)
static SceneDto
WebComponentUtil. createSceneDtoForManualCase(CaseType caseObject, PageBase pageBase, String operation)
static @NotNull TabbedPanel<org.apache.wicket.extensions.markup.html.tabs.ITab>
WebComponentUtil. createTabPanel(String id, PageBase parentPage, List<org.apache.wicket.extensions.markup.html.tabs.ITab> tabs, TabbedPanel.RightSideItemProvider provider)
static @NotNull TabbedPanel<org.apache.wicket.extensions.markup.html.tabs.ITab>
WebComponentUtil. createTabPanel(String id, PageBase parentPage, List<org.apache.wicket.extensions.markup.html.tabs.ITab> tabs, TabbedPanel.RightSideItemProvider provider, String tabChangeParameter)
static <T extends ObjectType>
voidWebModelServiceUtils. deleteObject(Class<T> type, String oid, ModelExecuteOptions options, OperationResult result, PageBase page)
static <T extends ObjectType>
voidWebModelServiceUtils. deleteObject(Class<T> type, String oid, ModelExecuteOptions options, OperationResult result, PageBase page, PrismObject<UserType> principal)
static <T extends ObjectType>
voidWebModelServiceUtils. deleteObject(Class<T> type, String oid, OperationResult result, PageBase page)
static void
WebComponentUtil. deleteSyncTokenPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, ResourceType resourceType, PageBase pageBase)
static void
WebComponentUtil. dropPowerOfAttorneyIfRequested(OperationResult result, PrismObject<UserType> powerDonor, PageBase pageBase)
static ObjectFilter
WebComponentUtil. evaluateExpressionsInFilter(ObjectFilter objectFilter, VariablesMap variables, OperationResult result, PageBase pageBase)
static ObjectFilter
WebComponentUtil. evaluateExpressionsInFilter(ObjectFilter objectFilter, OperationResult result, PageBase pageBase)
static <I extends Item>
PrismObject<LookupTableType>WebComponentUtil. findLookupTable(ItemDefinition<I> definition, PageBase page)
static PrismObject<LookupTableType>
WebComponentUtil. findLookupTable(PrismReferenceValue valueEnumerationRef, PageBase page)
static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil. getArchetypePolicyDisplayType(PrismObject<O> object, PageBase pageBase)
static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil. getArchetypePolicyDisplayType(O object, PageBase pageBase)
static List<QName>
WebComponentUtil. getAssignableRelationsList(PrismObject<? extends FocusType> focusObject, Class<? extends AbstractRoleType> type, WebComponentUtil.AssignmentOrder assignmentOrder, OperationResult result, com.evolveum.midpoint.task.api.Task task, PageBase pageBase)
static ObjectFilter
WebComponentUtil. getAssignableRolesFilter(PrismObject<? extends FocusType> focusObject, Class<? extends AbstractRoleType> type, WebComponentUtil.AssignmentOrder assignmentOrder, OperationResult result, com.evolveum.midpoint.task.api.Task task, PageBase pageBase)
static ObjectFilter
WebComponentUtil. getAssignableRolesFilter(PrismObject<? extends FocusType> focusObject, Class<? extends AbstractRoleType> type, QName relation, WebComponentUtil.AssignmentOrder assignmentOrder, OperationResult result, com.evolveum.midpoint.task.api.Task task, PageBase pageBase)
static ActivationStatusType
WebModelServiceUtils. getAssignmentEffectiveStatus(String lifecycleStatus, ActivationType activationType, PageBase pageBase)
static DisplayType
GuiDisplayTypeUtil. getAssignmentObjectRelationDisplayType(PageBase pageBase, AssignmentObjectRelation assignmentTargetRelation, String defaultTitleKey)
static CompositedIconBuilder
WebComponentUtil. getAssignmentRelationIconBuilder(PageBase pageBase, AssignmentObjectRelation relationSpec, IconType relationIcon, IconType actionButtonIcon)
static ExpressionType
WebComponentUtil. getAssociationExpression(PrismContainerValueWrapper<AssignmentType> assignmentValueWrapper, boolean createIfNotExist, PrismContext prismContext, PageBase pageBase)
Deprecated.static ExpressionType
WebComponentUtil. getAssociationExpression(PrismContainerValueWrapper<AssignmentType> assignmentValueWrapper, PageBase pageBase)
Deprecated.static AccessCertificationConfigurationType
WebModelServiceUtils. getCertificationConfiguration(PageBase pageBase)
static org.apache.wicket.util.string.StringValue
WebComponentUtil. getCollectionNameParameterValue(PageBase pageBase)
static CompiledObjectCollectionView
WebComponentUtil. getCollectionViewByObject(AssignmentHolderType assignmentHolder, PageBase pageBase)
static PrismObject<ResourceType>
WebComponentUtil. getConstructionResource(ConstructionType construction, String operation, PageBase pageBase)
static CompiledObjectCollectionView
WebComponentUtil. getDefaultGuiObjectListType(PageBase pageBase)
Deprecated.static <O extends ObjectType>
StringWebComponentUtil. getDisplayNameOrName(ObjectReferenceType ref, PageBase pageBase, String operation)
static <O extends ObjectType>
StringWebComponentUtil. getDisplayNameOrName(ObjectReferenceType ref, PageBase pageBase, String operation, boolean translate)
static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil. getDisplayTypeForObject(PrismObject<O> obj, OperationResult result, PageBase pageBase)
static <O extends ObjectType>
DisplayTypeGuiDisplayTypeUtil. getDisplayTypeForObject(O obj, OperationResult result, PageBase pageBase)
static <O extends ObjectType>
StringWebComponentUtil. getEffectiveName(Referencable ref, QName propertyName, PageBase pageBase, String operation, boolean translate)
static <O extends ObjectType>
StringWebComponentUtil. getEffectiveName(ObjectReferenceType ref, QName propertyName, PageBase pageBase, String operation)
static String
WebComponentUtil. getLongDateTimeFormat(PageBase pageBase)
static String
WebComponentUtil. getLongDateTimeFormattedValue(Date date, PageBase pageBase)
static String
WebComponentUtil. getLongDateTimeFormattedValue(XMLGregorianCalendar date, PageBase pageBase)
static <O extends ObjectType>
StringWebComponentUtil. getName(ObjectReferenceType ref, PageBase pageBase, String operation)
static CapabilityCollectionType
WebComponentUtil. getNativeCapabilities(ResourceType resource, PageBase pageBase)
static DisplayType
GuiDisplayTypeUtil. getNewObjectDisplayTypeFromCollectionView(CompiledObjectCollectionView view, PageBase pageBase)
static CredentialsPolicyType
WebComponentUtil. getPasswordCredentialsPolicy(PrismObject<? extends FocusType> focus, PageBase pagebase, com.evolveum.midpoint.task.api.Task task)
static Class<?>
WebComponentUtil. getPreviousPageClass(PageBase parentPage)
static <C extends Containerable>
GuiObjectListViewTypeWebComponentUtil. getPrincipalUserObjectListView(PageBase pageBase, FocusType principalFocus, @NotNull Class<C> viewType, boolean createIfNotExist, String defaultIdentifier)
static String
WebComponentUtil. getReferencedObjectDisplayNameAndName(Referencable ref, boolean loadObject, PageBase pageBase)
static String
WebComponentUtil. getReferenceObjectTextValue(ObjectReferenceType ref, PrismReferenceDefinition referenceDef, PageBase pageBase)
static String
WebComponentUtil. getRelationLabelValue(PrismContainerValueWrapper<AssignmentType> assignmentWrapper, PageBase pageBase)
static String
WebComponentUtil. getRelationLabelValue(AssignmentType assignment, PageBase pageBase)
static org.apache.wicket.model.IModel<String>
WebComponentUtil. getResourceAttributesLabelModel(ShadowType shadow, PageBase pageBase)
static org.apache.wicket.model.IModel<String>
WebComponentUtil. getResourceLabelModel(ShadowType shadow, PageBase pageBase)
static ObjectFilter
WebComponentUtil. getShadowTypeFilterForAssociation(ConstructionType construction, String operation, PageBase pageBase)
static String
WebComponentUtil. getShortDateTimeFormat(PageBase pageBase)
static String
WebComponentUtil. getShortDateTimeFormattedValue(Date date, PageBase pageBase)
static String
WebComponentUtil. getShortDateTimeFormattedValue(XMLGregorianCalendar date, PageBase pageBase)
static String
WebComponentUtil. getTaskProgressDescription(TaskInformation taskInformation, boolean longForm, PageBase pageBase)
static <AHT extends AssignmentHolderType>
voidWebComponentUtil. initNewObjectWithReference(PageBase pageBase, AHT assignmentHolder, List<ObjectReferenceType> newReferences)
static <AHT extends AssignmentHolderType>
voidWebComponentUtil. initNewObjectWithReference(PageBase pageBase, QName type, List<ObjectReferenceType> newReferences)
static boolean
WebComponentUtil. isRefreshEnabled(PageBase pageBase, QName type)
static LookupTableType
WebModelServiceUtils. loadLookupTable(String lookupTableOid, PageBase pageBase)
static <O extends ObjectType>
PrismObject<O>WebModelServiceUtils. loadObject(PrismReferenceValue objectRef, QName expectedTargetType, PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static <T extends ObjectType>
@Nullable PrismObject<T>WebModelServiceUtils. loadObject(Referencable objectReference, PageBase page)
static <O extends ObjectType>
List<O>WebComponentUtil. loadReferencedObjectList(List<ObjectReferenceType> refList, String operation, PageBase pageBase)
static Collection<QName>
WebComponentUtil. loadResourceObjectClassValues(ResourceType resource, PageBase pageBase)
static PrismObject<SystemConfigurationType>
WebModelServiceUtils. loadSystemConfigurationAsPrismObject(PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static void
WebComponentUtil. partialConfigurationTest(@NotNull PrismObject<ResourceType> resource, PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static void
WebComponentUtil. redirectFromDashboardWidget(GuiActionType action, PageBase pageBase, org.apache.wicket.Component component)
static void
WebComponentUtil. refreshResourceSchema(@NotNull PrismObject<ResourceType> resource, String operation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
static String
WebModelServiceUtils. resolveReferenceName(Referencable ref, PageBase page)
static String
WebModelServiceUtils. resolveReferenceName(Referencable ref, PageBase page, boolean translate)
static String
WebModelServiceUtils. resolveReferenceName(Referencable ref, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static String
WebModelServiceUtils. resolveReferenceName(Referencable ref, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean translate)
static <T extends ObjectType>
PrismObject<T>WebModelServiceUtils. resolveReferenceNoFetch(Referencable reference, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static <T> T
WebComponentUtil. runUnderPowerOfAttorneyIfNeeded(CheckedProducer<T> producer, PrismObject<? extends FocusType> powerDonor, PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static <C extends Containerable>
List<C>WebModelServiceUtils. searchContainers(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page)
static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, OperationResult result, PageBase page)
static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page)
static <T extends ObjectType>
@NotNull List<PrismObject<T>>WebModelServiceUtils. searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page, PrismObject<UserType> principal)
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)
static void
WebComponentUtil. workItemApproveActionPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, CaseWorkItemType workItem, org.apache.wicket.Component formPanel, PrismObject<UserType> powerDonor, boolean approved, OperationResult result, PageBase pageBase)
Constructors in com.evolveum.midpoint.gui.api.util with parameters of type PageBase Constructor Description HistoryPageTabVisibleBehavior(org.apache.wicket.model.IModel<PrismObject<O>> objectModel, String uiAuthorizationUrl, boolean visibleOnHistoryPage, PageBase pageBase)
ObjectTabVisibleBehavior(org.apache.wicket.model.IModel<PrismObject<O>> objectModel, String uiAuthorizationUrl, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.component.data.column
Fields in com.evolveum.midpoint.gui.impl.component.data.column declared as PageBase Modifier and Type Field Description protected PageBase
AbstractItemWrapperColumnPanel. pageBase
Constructors in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type PageBase Constructor Description PrismContainerWrapperColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<C>> rowModel, ItemPath itemName, PageBase pageBase)
PrismPropertyWrapperColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<C>> mainModel, ItemPath itemName, AbstractItemWrapperColumn.ColumnType columnType, PageBase pageBase)
PrismReferenceWrapperColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<C>> mainModel, ItemPath itemName, AbstractItemWrapperColumn.ColumnType columnType, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.component.menu
Methods in com.evolveum.midpoint.gui.impl.component.menu that return types with arguments of type PageBase Modifier and Type Method Description Class<? extends PageBase>
PageTypes. getDetailsPage()
Class<? extends PageBase>
PageTypes. getListClass()
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type PageBase Modifier and Type Method Description static <C extends Containerable>
voidSearchFactory. addSearchRefDef(PrismContainerDefinition<C> containerDef, ItemPath path, List<SearchItemDefinition> defs, AreaCategoryType category, PageBase pageBase)
Deprecated.static <C extends Containerable>
voidSearchFactory. addSearchRefWrapper(PrismContainerDefinition<C> containerDef, ItemPath path, List<? super AbstractSearchItemWrapper> defs, AreaCategoryType category, PageBase pageBase)
ObjectFilter
AbstractRoleSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
abstract <C extends Containerable>
ObjectFilterAbstractSearchItemWrapper. createFilter(Class<C> type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ChoicesSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
DateSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
DeadShadowSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ItemPathSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ObjectCollectionListSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ObjectCollectionSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ObjectTypeSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
OidSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
PropertySearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectFilter
ReferenceSearchItemWrapper. createFilter(Class type, PageBase pageBase, VariablesMap variables)
ObjectQuery
Search. createObjectQuery(PageBase pageBase)
ObjectQuery
Search. createObjectQuery(VariablesMap variables, PageBase pageBase)
ObjectQuery
Search. createObjectQuery(VariablesMap variables, PageBase pageBase, ObjectQuery customizeContentQuery)
VariablesMap
Search. getFilterVariables(VariablesMap defaultVariables, PageBase pageBase)
List<ObjectFilter>
Search. getSearchItemFilterList(PageBase pageBase, VariablesMap defaultVariables)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.factory.panel
Methods in com.evolveum.midpoint.gui.impl.factory.panel that return PageBase Modifier and Type Method Description PageBase
ItemPanelContext. getPageBase()
protected PageBase
SearchFilterTypeModel. getPageBase()
Constructors in com.evolveum.midpoint.gui.impl.factory.panel with parameters of type PageBase Constructor Description ExpressionModel(org.apache.wicket.model.IModel<ExpressionType> valueWrapper, PageBase pageBase)
SearchFilterTypeForQueryModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, org.apache.wicket.model.IModel<Class<O>> filterTypeModel)
SearchFilterTypeForQueryModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, org.apache.wicket.model.IModel<Class<O>> filterTypeModel, boolean useParsing)
SearchFilterTypeForXmlModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase)
SearchFilterTypeModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin Modifier and Type Class Description class
AbstractPageObjectDetails<O extends ObjectType,ODM extends ObjectDetailsModels<O>>
Methods in com.evolveum.midpoint.gui.impl.page.admin that return PageBase Modifier and Type Method Description protected PageBase
AbstractObjectMainPanel. getPageBase()
protected PageBase
ObjectDetailsModels. getPageBase()
-
Uses of PageBase 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 PageBase Modifier and Type Method Description static <O extends AssignmentHolderType>
voidMemberOperationsGuiHelper. assignArchetypeMembers(PageBase pageBase, ArchetypeType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, RelationSearchItemConfigurationType relationConfig, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList)
static <R extends AbstractRoleType>
voidMemberOperationsGuiHelper. assignMembers(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, RelationSearchItemConfigurationType relationConfig, List<QName> objectTypes)
static <R extends AbstractRoleType>
voidMemberOperationsGuiHelper. assignMembers(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, RelationSearchItemConfigurationType relationConfig, List<QName> objectTypes, boolean isOrgTreePanelVisible)
static <O extends ObjectType,R extends AbstractRoleType>
voidMemberOperationsGuiHelper. assignMembers(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, RelationSearchItemConfigurationType relationConfig, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList, boolean isOrgTreePanelVisible)
static <O extends ObjectType>
voidMemberOperationsGuiHelper. assignOrgMembers(PageBase pageBase, OrgType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, RelationSearchItemConfigurationType relationConfig, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList)
static void
MemberOperationsHelper. createAndSubmitAssignMembersTask(AbstractRoleType targetObject, QName memberType, ObjectQuery memberQuery, @NotNull QName relation, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
static void
MemberOperationsHelper. createAndSubmitDeleteMembersTask(AbstractRoleType targetObject, AbstractRoleMemberPanel.QueryScope scope, QName memberType, ObjectQuery memberQuery, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
static void
MemberOperationsHelper. createAndSubmitRecomputeMembersTask(AbstractRoleType targetObject, AbstractRoleMemberPanel.QueryScope scope, QName memberType, ObjectQuery memberQuery, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
Creates and submits a task that recomputes the role members.static void
MemberOperationsHelper. createAndSubmitUnassignMembersTask(AbstractRoleType targetObject, AbstractRoleMemberPanel.QueryScope scope, QName memberType, ObjectQuery memberQuery, Collection<QName> relations, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
Creates and executes (i.e.static com.evolveum.midpoint.task.api.Task
MemberOperationsHelper. createRecomputeMembersTask(AbstractRoleType targetObject, AbstractRoleMemberPanel.QueryScope scope, QName memberType, ObjectQuery memberQuery, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
Creates a task that recomputes the role members.static @Nullable com.evolveum.midpoint.task.api.Task
MemberOperationsHelper. createUnassignMembersTask(AbstractRoleType targetObject, AbstractRoleMemberPanel.QueryScope scope, QName memberType, ObjectQuery memberQuery, @NotNull Collection<QName> relations, org.apache.wicket.ajax.AjaxRequestTarget target, PageBase pageBase)
Creates the member unassignment task. -
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.archetype
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.archetype Modifier and Type Class Description class
PageArchetype
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder Modifier and Type Class Description class
PageAssignmentHolderDetails<AH extends AssignmentHolderType,AHDM extends AssignmentHolderDetailsModel<AH>>
Constructors in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with parameters of type PageBase Constructor Description FocusDetailsModels(org.apache.wicket.model.LoadableDetachableModel<PrismObject<F>> prismObjectModel, boolean history, PageBase serviceLocator)
FocusDetailsModels(org.apache.wicket.model.LoadableDetachableModel<PrismObject<F>> prismObjectModel, PageBase serviceLocator)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.cases
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.cases Modifier and Type Class Description class
PageCase
Constructors in com.evolveum.midpoint.gui.impl.page.admin.cases with parameters of type PageBase Constructor Description CaseDetailsModels(org.apache.wicket.model.LoadableDetachableModel<PrismObject<CaseType>> prismObjectModel, PageBase serviceLocator)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.focus
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.focus Modifier and Type Class Description class
PageFocusDetails<F extends FocusType,FDM extends FocusDetailsModels<F>>
class
PageFocusPreviewChanges<O extends ObjectType>
class
PageMergeObjects
Created by honchar.Constructors in com.evolveum.midpoint.gui.impl.page.admin.focus with parameters of type PageBase Constructor Description PageFocusPreviewChanges(Map<PrismObject<O>,ModelContext<O>> modelContextMap, PageBase previousPage)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.messagetemplate
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.messagetemplate Modifier and Type Class Description class
PageMessageTemplate
class
PageMessageTemplates
Methods in com.evolveum.midpoint.gui.impl.page.admin.messagetemplate with parameters of type PageBase Modifier and Type Method Description int
LocalizedContentCounter. count(AssignmentHolderDetailsModel<MessageTemplateType> model, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.objectcollection
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.objectcollection Modifier and Type Class Description class
PageObjectCollection
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.objecttemplate
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.objecttemplate Modifier and Type Class Description class
PageObjectTemplate
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.org
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.org Modifier and Type Class Description class
PageOrg
class
PageOrgHistory
Created by honchar. -
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.report
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.report Modifier and Type Class Description class
PageReport
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.report.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.report.component with parameters of type PageBase Modifier and Type Method Description static void
ReportOperationalButtonsPanel. importReportPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<ReportType> report, PageBase pageBase)
static void
ReportOperationalButtonsPanel. runReportPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<ReportType> report, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.resource
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.resource Modifier and Type Class Description class
PageResource
class
PageShadow
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.role
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.role Modifier and Type Class Description class
PageRole
class
PageRoleHistory
Created by honchar -
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.service
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.service Modifier and Type Class Description class
PageService
class
PageServiceHistory
Created by honchar -
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration Modifier and Type Class Description class
PageSystemConfiguration
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.page
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.page Modifier and Type Class Description class
PageAccessCertification
class
PageBaseSystemConfiguration
class
PageProfiling
class
PageRoleManagement
class
PageSystemAdminGui
class
PageSystemBasic
class
PageSystemInternals
class
PageSystemLogging
class
PageSystemNotification
class
PageSystemPolicies
class
PageSystemWorkflow
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.task
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.task Modifier and Type Class Description class
PageTask
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.user
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.admin.user Modifier and Type Class Description class
PageUser
class
PageUserHistory
Created by honchar.Constructors in com.evolveum.midpoint.gui.impl.page.admin.user with parameters of type PageBase Constructor Description UserDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<UserType>> prismObjectModel, boolean history, PageBase serviceLocator)
UserDetailsModel(org.apache.wicket.model.LoadableDetachableModel<PrismObject<UserType>> prismObjectModel, PageBase serviceLocator)
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.forgotpassword
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.forgotpassword Modifier and Type Class Description class
PageResetPassword
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.login
Methods in com.evolveum.midpoint.gui.impl.page.login that return PageBase Modifier and Type Method Description PageBase
PageEmailNonce. getPageBase()
PageBase
PageSecurityQuestions. getPageBase()
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.self
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.self Modifier and Type Class Description class
PageOrgSelfProfile
class
PageRequestAccess
class
PageRoleSelfProfile
class
PageServiceSelfProfile
class
PageUserSelfProfile
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.self.credentials
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.self.credentials Modifier and Type Class Description class
PageSelfCredentials
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.self.dashboard
Subclasses of PageBase in com.evolveum.midpoint.gui.impl.page.self.dashboard Modifier and Type Class Description class
PageSelfDashboard
-
Uses of PageBase in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type PageBase Modifier and Type Method Description void
RequestAccess. computeConflicts(PageBase page)
List<Conflict>
RequestAccess. computeConflictsForOnePerson(ObjectReferenceType ref, com.evolveum.midpoint.task.api.Task task, PageBase page)
ObjectFilter
RequestAccess. getAssignableRolesFilter(PageBase page, Class<? extends AbstractRoleType> targetType)
List<QName>
RequestAccess. getAvailableRelations(PageBase page)
OperationResult
RequestAccess. submitRequest(PageBase page)
Constructors in com.evolveum.midpoint.gui.impl.page.self.requestAccess with parameters of type PageBase Constructor Description CartSummaryPanel(String id, WizardModel wizard, org.apache.wicket.model.IModel<RequestAccess> model, PageBase page)
PersonOfInterestPanel(org.apache.wicket.model.IModel<RequestAccess> model, PageBase page)
RelationPanel(org.apache.wicket.model.IModel<RequestAccess> model, PageBase page)
RoleCatalogPanel(org.apache.wicket.model.IModel<RequestAccess> model, PageBase page)
ShoppingCartPanel(org.apache.wicket.model.IModel<RequestAccess> model, PageBase page)
-
Uses of PageBase in com.evolveum.midpoint.web.application
Methods in com.evolveum.midpoint.web.application with parameters of type PageBase Modifier and Type Method Description int
AssignmentCounter. count(AssignmentHolderDetailsModel<AH> objectDetailsModels, PageBase pageBase)
int
CaseWorkitemsCounter. count(CaseDetailsModels objectDetailsModels, PageBase pageBase)
int
ChildrenCasesCounter. count(CaseDetailsModels objectDetailsModels, PageBase pageBase)
int
DelegatedToMeCounter. count(UserDetailsModel objectDetailsModels, PageBase pageBase)
int
FocusCasesCounter. count(FocusDetailsModels<F> objectDetailsModels, PageBase pageBase)
int
FocusProjectionsCounter. count(FocusDetailsModels<F> objectDetailsModels, PageBase pageBase)
int
FocusTriggersCounter. count(FocusDetailsModels<F> objectDetailsModels, PageBase pageBase)
int
InducementCounter. count(ObjectDetailsModels<AR> objectDetailsModels, PageBase pageBase)
int
PersonasCounter. count(UserDetailsModel objectDetailsModels, PageBase pageBase)
int
SimpleCounter. count(ODM objectDetailsModels, PageBase pageBase)
int
UserDelegationsCounter. count(UserDetailsModel objectDetailsModels, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.component
Constructors in com.evolveum.midpoint.web.component with parameters of type PageBase Constructor Description DefaultAjaxSubmitButton(String id, org.apache.wicket.model.IModel<String> label, PageBase pageBase, TargetAndFormAcceptor onSubmit)
-
Uses of PageBase in com.evolveum.midpoint.web.component.assignment
Methods in com.evolveum.midpoint.web.component.assignment with parameters of type PageBase Modifier and Type Method Description static String
AssignmentsUtil. createActivationTitleModel(ActivationStatusType administrativeStatus, XMLGregorianCalendar validFrom, XMLGregorianCalendar validTo, PageBase basePanel)
static String
AssignmentsUtil. createActivationTitleModel(ActivationType activation, String defaultTitle, PageBase basePanel)
static AssignmentEditorDto
AssignmentEditorDto. createDtoAddFromSelectedObject(ObjectType object, PageBase pageBase)
static AssignmentEditorDto
AssignmentEditorDto. createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase)
static AssignmentEditorDto
AssignmentEditorDto. createDtoAddFromSelectedObject(ObjectType object, QName relation, PageBase pageBase, UserType delegationOwner)
static AssignmentEditorDto
AssignmentEditorDto. createDtoFromObject(ObjectType object, UserDtoStatus status, PageBase pageBase)
static AssignmentEditorDto
AssignmentEditorDto. createDtoFromObject(ObjectType object, UserDtoStatus status, QName relation, PageBase pageBase)
static String
AssignmentsUtil. getAssignmentSpecificInfoLabel(AssignmentType assignmentType, PageBase pageBase)
static <AR extends AbstractRoleType>
org.apache.wicket.model.IModel<String>AssignmentsUtil. getIdentifierLabelModel(AssignmentType assignment, PageBase pageBase)
static String
AssignmentsUtil. getName(PrismContainerValueWrapper<AssignmentType> assignmentValueWrapper, PageBase pageBase)
static String
AssignmentsUtil. getName(AssignmentType assignment, PageBase pageBase)
static int
AssignmentsUtil. loadAssignmentsLimit(OperationResult result, PageBase pageBase)
static <F extends FocusType>
PrismObject<F>AssignmentsUtil. loadTargetObject(AssignmentType assignmentType, PageBase pageBase)
Constructors in com.evolveum.midpoint.web.component.assignment with parameters of type PageBase Constructor Description AssignmentEditorDto(UserDtoStatus status, AssignmentType assignment, PageBase pageBase)
AssignmentEditorDto(UserDtoStatus status, AssignmentType assignment, PageBase pageBase, UserType delegationOwner)
SelfConsentPanel(String id, org.apache.wicket.model.IModel<AssignmentType> model, PageBase parentPage)
-
Uses of PageBase in com.evolveum.midpoint.web.component.data
Methods in com.evolveum.midpoint.web.component.data that return PageBase Modifier and Type Method Description protected PageBase
BaseSortableDataProvider. getPageBase()
-
Uses of PageBase in com.evolveum.midpoint.web.component.data.column
Methods in com.evolveum.midpoint.web.component.data.column with parameters of type PageBase Modifier and Type Method Description static <S extends SelectableRow<AssignmentType>>
CompositedIconColumn<S>ColumnUtils. createAssignmentIconColumn(PageBase pageBase)
static org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<SelectableBean<CaseType>,String>
ColumnUtils. createCaseActorsColumn(PageBase pageBase)
static <O extends ObjectType>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,String>ColumnUtils. createIconColumn(PageBase pageBase)
static <S extends SelectableRow<AssignmentType>>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<S,String>>ColumnUtils. getDefaultAssignmentsColumns(String realValuePath, PageBase pageBase)
static <S extends SelectableRow<AssignmentType>>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<S,String>>ColumnUtils. getDefaultAssignmentsColumns(QName assignmentTargetRefType, String realValuePath, boolean showAllColumns, PageBase pageBase)
static List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<CaseType>,String>>
ColumnUtils. getDefaultCaseColumns(PageBase pageBase, boolean isDashboard)
static <C extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,String>>ColumnUtils. getDefaultColumns(Class<? extends C> type, PageBase pageBase)
static <T extends ObjectType>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<T>,String>>ColumnUtils. getDefaultOrgColumns(PageBase pageBase)
static List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<CaseWorkItemType>,String>>
ColumnUtils. getDefaultWorkItemColumns(PageBase pageBase, boolean isFullView)
static org.apache.wicket.markup.repeater.RepeatingView
ColumnUtils. getMultilineLinkPanel(String componentId, List<ObjectReferenceType> referencesList, PageBase pageBase)
static <S extends SelectableRow<AssignmentType>>
StringColumnUtils. loadValuesForAssignmentNameColumn(org.apache.wicket.model.IModel<S> rowModel, Collection<String> evaluatedExpressionValues, boolean useEvaluatedValues, PageBase pageBase)
Constructors in com.evolveum.midpoint.web.component.data.column with parameters of type PageBase Constructor Description InlineMenuButtonColumn(List<InlineMenuItem> menuItems, PageBase pageBase)
ObjectNameColumn(org.apache.wicket.model.IModel<String> displayModel, ItemPath itemPath, ExpressionType expression, PageBase pageBase, boolean useDefaultPath)
-
Uses of PageBase in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input with parameters of type PageBase Modifier and Type Method Description protected void
ExpressionEditorPanel. initLayout(PageBase parentPage)
Constructors in com.evolveum.midpoint.web.component.input with parameters of type PageBase Constructor Description DataLanguagePanel(String id, String dataLanguage, Class<T> dataType, PageBase pageBase)
ExpressionEditorPanel(String id, org.apache.wicket.model.IModel<ExpressionType> model, PageBase parentPage)
MultiStateHorizontalButton(String id, int selectedIndex, List<String> propertyKeysList, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.component.menu
Methods in com.evolveum.midpoint.web.component.menu with parameters of type PageBase Modifier and Type Method Description <MI extends BaseMenuItem>
MISideBarMenuItem. getActiveMenu(PageBase pageBase)
Constructor parameters in com.evolveum.midpoint.web.component.menu with type arguments of type PageBase Constructor Description AdditionalMenuItem(RichHyperlinkType link, Class<? extends PageBase> page)
MainMenuItem(String name, String iconClass, Class<? extends PageBase> page)
MainMenuItem(String name, String iconClass, Class<? extends PageBase> page, org.apache.wicket.request.mapper.parameter.PageParameters params)
-
Uses of PageBase in com.evolveum.midpoint.web.component.prism
Methods in com.evolveum.midpoint.web.component.prism that return PageBase Modifier and Type Method Description PageBase
InputPanel. getPageBase()
-
Uses of PageBase in com.evolveum.midpoint.web.component.search
Methods in com.evolveum.midpoint.web.component.search with parameters of type PageBase Modifier and Type Method Description abstract ObjectFilter
SpecialSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
ObjectQuery
Search. createObjectQuery(PageBase pageBase)
ObjectQuery
Search. createObjectQuery(VariablesMap variables, PageBase pageBase)
ObjectQuery
Search. createObjectQuery(VariablesMap variables, PageBase pageBase, ObjectQuery customizeContentQuery)
List<DisplayableValue<?>>
FilterSearchItem. getAllowedValues(PageBase pageBase)
List<DisplayableValue<QName>>
ObjectClassSearchItem. getAllowedValues(PageBase pageBase)
List<DisplayableValue<T>>
PropertySearchItem. getAllowedValues(PageBase pageBase)
VariablesMap
Search. getFilterVariables(VariablesMap defaultVariables, PageBase pageBase)
String
ContainerTypeSearchItem. getHelp(PageBase pageBase)
String
FilterSearchItem. getHelp(PageBase pageBase)
String
ObjectCollectionSearchItem. getHelp(PageBase pageBase)
String
PropertySearchItem. getHelp(PageBase pageBase)
String
SearchItem. getHelp(PageBase pageBase)
SearchItem.Type
FilterSearchItem. getInputType(Class clazz, PageBase pageBase)
LookupTableType
FilterSearchItem. getLookupTable(PageBase pageBase)
protected String
FilterSearchItem. getTitle(PageBase pageBase)
protected String
ObjectClassSearchItem. getTitle(PageBase pageBase)
protected String
ObjectCollectionSearchItem. getTitle(PageBase pageBase)
protected String
SearchItem. getTitle(PageBase pageBase)
Constructors in com.evolveum.midpoint.web.component.search with parameters of type PageBase Constructor Description BasicSearchFilterModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, Class<O> type, PageBase pageBase)
ReferenceAutocomplete(String id, org.apache.wicket.model.IModel<ObjectReferenceType> model, org.apache.wicket.extensions.ajax.markup.html.autocomplete.IAutoCompleteRenderer<ObjectReferenceType> renderer, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.component.search.filter
Constructors in com.evolveum.midpoint.web.component.search.filter with parameters of type PageBase Constructor Description BasicSearchFilter(PageBase pageBase, ObjectFilter baseFilter, Class<C> type)
SearchFilter(PageBase pageBase, ObjectFilter baseFilter, Class<C> type)
-
Uses of PageBase in com.evolveum.midpoint.web.component.util
Methods in com.evolveum.midpoint.web.component.util that return PageBase Modifier and Type Method Description PageBase
BaseDeprecatedPanel. getPageBase()
Deprecated.PageBase
SimplePanel. getPageBase()
Deprecated.Methods in com.evolveum.midpoint.web.component.util with parameters of type PageBase Modifier and Type Method Description protected void
BasePageAwarePanel. initLayout(PageBase parentPage)
Constructors in com.evolveum.midpoint.web.component.util with parameters of type PageBase Constructor Description BasePageAwarePanel(String id, PageBase parentPage)
BasePageAwarePanel(String id, org.apache.wicket.model.IModel<T> model, PageBase parentPage)
FocusListInlineMenuHelper(@NotNull Class<F> objectClass, @NotNull PageBase parentPage, @NotNull MainObjectListPanel<F> focusListComponent)
-
Uses of PageBase in com.evolveum.midpoint.web.component.wf
Constructors in com.evolveum.midpoint.web.component.wf with parameters of type PageBase Constructor Description SwitchableApprovalProcessPreviewsPanel(String id, org.apache.wicket.model.IModel<String> taskOidModel, org.apache.wicket.model.IModel<Boolean> showNextStagesModel, PageBase parentPage)
-
Uses of PageBase in com.evolveum.midpoint.web.component.wizard
Methods in com.evolveum.midpoint.web.component.wizard that return PageBase Modifier and Type Method Description PageBase
WizardStep. getPageBase()
Constructors in com.evolveum.midpoint.web.component.wizard with parameters of type PageBase Constructor Description WizardStep(PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.model
Method parameters in com.evolveum.midpoint.web.model with type arguments of type PageBase Modifier and Type Method Description static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T>PrismContainerWrapperModel. fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path, Supplier<PageBase> page)
static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T>PrismContainerWrapperModel. fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path, SerializableSupplier<PageBase> page)
Constructors in com.evolveum.midpoint.web.model with parameters of type PageBase Constructor Description PrismContainerWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase)
PrismPropertyWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase)
PrismReferenceWrapperHeaderModel(org.apache.wicket.model.IModel<?> parent, ItemPath path, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page
Subclasses of PageBase in com.evolveum.midpoint.web.page Modifier and Type Class Description class
PageTestNoAuthorizations
Page with no authorizations. -
Uses of PageBase in com.evolveum.midpoint.web.page.admin
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin Modifier and Type Class Description class
PageAdmin
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.archetype
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.archetype Modifier and Type Class Description class
PageArchetypes
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.cases
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.cases Modifier and Type Class Description class
PageAdminCases
Created by acope on 9/14/17.class
PageAdminCaseWorkItems
class
PageCases
class
PageCaseWorkItem
class
PageCaseWorkItems
class
PageCaseWorkItemsAll
class
PageCaseWorkItemsAllocatedToMe
class
PageWorkItemsClaimable
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.certification
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.certification Modifier and Type Class Description class
PageAdminCertification
class
PageCertCampaign
class
PageCertCampaigns
class
PageCertDecisions
class
PageCertDecisionsAll
Displays all certification decisions.class
PageCertDefinition
class
PageCertDefinitions
Methods in com.evolveum.midpoint.web.page.admin.certification with parameters of type PageBase Modifier and Type Method Description <T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createConflictingNameColumn(PageBase page, String headerKey)
<T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createDetailedInfoColumn(PageBase page)
<T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createObjectNameColumn(PageBase page, String headerKey)
<T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createReviewerNameColumn(PageBase page, String headerKey)
<T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createTargetNameColumn(PageBase page, String headerKey)
<T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createTypeColumn(CertDecisionHelper.WhichObject which, PageBase page)
static String
CertMiscUtil. getStopReviewOnText(List<AccessCertificationResponseType> stopOn, PageBase page)
protected void
DefinitionStagePanel. initLayout(PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type PageBase Modifier and Type Method Description static String
CertCampaignDto. resolveOwnerName(ObjectReferenceType ownerRef, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Constructors in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type PageBase Constructor Description CertCampaignDto(AccessCertificationCampaignType campaign, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.certification.handlers
Methods in com.evolveum.midpoint.web.page.admin.certification.handlers with parameters of type PageBase Modifier and Type Method Description String
CertGuiHandler. getCaseInfoButtonTitle(org.apache.wicket.model.IModel<? extends CertCaseOrWorkItemDto> rowModel, PageBase page)
String
DirectAssignmentCertGuiHandler. getCaseInfoButtonTitle(org.apache.wicket.model.IModel<? extends CertCaseOrWorkItemDto> rowModel, PageBase page)
protected String
DirectAssignmentCertGuiHandler. getLocalizedTypeName(QName typeQName, PageBase page)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.certification.helpers
Constructors in com.evolveum.midpoint.web.page.admin.certification.helpers with parameters of type PageBase Constructor Description AvailableResponses(PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.configuration
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.configuration Modifier and Type Class Description class
PageAbout
class
PageAdminConfiguration
class
PageBulkAction
class
PageDebugList
class
PageDebugView
class
PageEvaluateMapping
class
PageImportObject
class
PageInternals
class
PageRepositoryQuery
class
PageTraceView
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.home
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.home Modifier and Type Class Description class
PageAdminHome
class
PageDashboard
class
PageDashboardConfigurable
class
PageDashboardInfo
Constructors in com.evolveum.midpoint.web.page.admin.home with parameters of type PageBase Constructor Description DashboardWidgetDto(DashboardWidget dashboardWidget, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.objectCollection
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.objectCollection Modifier and Type Class Description class
PageObjectCollections
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.objectTemplate
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.objectTemplate Modifier and Type Class Description class
PageObjectTemplates
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.orgs
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.orgs Modifier and Type Class Description class
PageOrgs
class
PageOrgTree
Methods in com.evolveum.midpoint.web.page.admin.orgs with parameters of type PageBase Modifier and Type Method Description protected abstract org.apache.wicket.markup.html.panel.Panel
AbstractOrgTabPanel. createTreePanel(String id, org.apache.wicket.model.Model<String> model, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.reports
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.reports Modifier and Type Class Description class
PageAuditLogDetails
class
PageAuditLogViewer
Created by honchar.class
PageCreatedReports
class
PageReports
Methods in com.evolveum.midpoint.web.page.admin.reports that return PageBase Modifier and Type Method Description PageBase
PageCreatedReports. getPageBase()
Methods in com.evolveum.midpoint.web.page.admin.reports with parameters of type PageBase Modifier and Type Method Description static InputStream
PageCreatedReports. createReport(ReportDataType report, AjaxDownloadBehaviorFromStream ajaxDownloadBehaviorFromStream, PageBase pageBase)
void
PageReports. importReportPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<ReportType> report, PageBase pageBase)
void
PageReports. runReportPerformed(org.apache.wicket.ajax.AjaxRequestTarget target, PrismObject<ReportType> report, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.resources
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.resources Modifier and Type Class Description class
PageConnectorHosts
class
PageImportResource
Created by honchar this class is created to link Import resource definition menu item to a separate class (to fix menu item enabling issue)class
PageResources
class
PageResourceVisualization
class
PageResourceWizard
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.resources.component
Constructors in com.evolveum.midpoint.web.page.admin.resources.component with parameters of type PageBase Constructor Description TestConnectionMessagesPanel(String id, String resourceOid, PageBase parentPage)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.roles
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.roles Modifier and Type Class Description class
PageRoles
Methods in com.evolveum.midpoint.web.page.admin.roles with parameters of type PageBase Modifier and Type Method Description ObjectFilter
AbstractRoleCompositedSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
ObjectFilter
IndirectSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
ObjectFilter
ProjectSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
ObjectFilter
RelationSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
ObjectFilter
ScopeSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
ObjectFilter
TenantSearchItem. createFilter(PageBase pageBase, VariablesMap variables)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.server
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.server Modifier and Type Class Description class
PageAdminTasks
class
PageNodes
class
PageTasks
class
PageTasksCertScheduling
Temporary solution for MID-3098 (expanding both "tasks" and "certification scheduling" menu sections when opening tasks page). -
Uses of PageBase in com.evolveum.midpoint.web.page.admin.services
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.services Modifier and Type Class Description class
PageServices
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.shadows
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.shadows Modifier and Type Class Description class
PageShadows
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.users
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.users Modifier and Type Class Description class
PageUsers
class
PageXmlDataReview
Created by honchar. -
Uses of PageBase in com.evolveum.midpoint.web.page.admin.users.component
Methods in com.evolveum.midpoint.web.page.admin.users.component with parameters of type PageBase Modifier and Type Method Description void
AssignmentsInfoDialog. initLayout(PageBase pageBase)
Constructors in com.evolveum.midpoint.web.page.admin.users.component with parameters of type PageBase Constructor Description DelegationTargetLimitationDialog(String id, List<AssignmentInfoDto> data, PageBase pageBase)
MergeObjectsPanel(String id, org.apache.wicket.model.IModel<F> mergeObjectModel, org.apache.wicket.model.IModel<F> mergeWithObjectModel, Class<F> type, PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.admin.workflow
Subclasses of PageBase in com.evolveum.midpoint.web.page.admin.workflow Modifier and Type Class Description class
PageAdminWorkItems
class
PageAttorneySelection
Created by Viliam Repan (lazyman).class
PageWorkItemsAttorney
Created by Viliam Repan (lazyman). -
Uses of PageBase in com.evolveum.midpoint.web.page.admin.workflow.dto
Methods in com.evolveum.midpoint.web.page.admin.workflow.dto with parameters of type PageBase Modifier and Type Method Description static <O extends ObjectType>
@Nullable DecisionDtoDecisionDto. create(CaseEventType e, @Nullable PageBase pageBase)
-
Uses of PageBase in com.evolveum.midpoint.web.page.error
Subclasses of PageBase in com.evolveum.midpoint.web.page.error Modifier and Type Class Description class
PageError
Base class for error web pages.class
PageError401
class
PageError403
class
PageError404
class
PageError410
class
PageOperationResult
Page that displays just the operation result. -
Uses of PageBase in com.evolveum.midpoint.web.page.self
Subclasses of PageBase in com.evolveum.midpoint.web.page.self Modifier and Type Class Description class
PageAbstractSelfCredentials
class
PageAccountActivation
class
PageSelf
class
PageSelfConsents
class
PageSelfCredentials
class
PageSelfDashboard
class
PageSelfProfile
-
Uses of PageBase in com.evolveum.midpoint.web.page.self.component
Methods in com.evolveum.midpoint.web.page.self.component that return PageBase Modifier and Type Method Description PageBase
SecurityQuestionsPanel. getPageBase()
-
Uses of PageBase in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util with parameters of type PageBase Modifier and Type Method Description static List<CompiledObjectCollectionView>
TaskOperationUtils. getAllApplicableArchetypeForNewTask(PageBase pageBase)
static OperationResult
TaskOperationUtils. resumeTasks(List<TaskType> selectedTasks, PageBase pageBase)
Resumes tasks "intelligently" i.e.static OperationResult
TaskOperationUtils. runNowPerformed(List<String> oids, PageBase pageBase)
Schedules the tasks for immediate execution.static OperationResult
TaskOperationUtils. suspendTasks(List<TaskType> selectedTasks, PageBase pageBase)
Suspends tasks "intelligently" i.e.
-