Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.InformationType
-
-
Uses of InformationType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return InformationType Modifier and Type Method Description static InformationTypeMidpointParsingMigrator. stringToInformationType(String s) -
Uses of InformationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return InformationType Modifier and Type Method Description static @NotNull InformationTypeMiscSchemaUtil. createInformationType(List<LocalizableMessageType> messages) -
Uses of InformationType in com.evolveum.midpoint.web.page.admin.workflow
Constructor parameters in com.evolveum.midpoint.web.page.admin.workflow with type arguments of type InformationType Constructor Description InformationListPanel(String id, org.apache.wicket.model.IModel<List<InformationType>> model)InformationPanel(String id, org.apache.wicket.model.IModel<InformationType> model) -
Uses of InformationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return InformationType Modifier and Type Method Description InformationTypeCaseWorkItemType. beginAdditionalInformation()InformationTypeInformationType. clone()InformationTypeObjectFactory. createInformationType()InformationTypeInformationType. localizableTitle(LocalizableMessageType value)InformationTypeInformationType. order(Integer value)InformationTypeInformationType. part(InformationPartType value)InformationTypeInformationType. title(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type InformationType Modifier and Type Method Description List<InformationType>CaseWorkItemType. getAdditionalInformation()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type InformationType Modifier and Type Method Description CaseWorkItemTypeCaseWorkItemType. additionalInformation(InformationType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type InformationType Constructor Description InformationType(InformationType other)
-