Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SpecialObjectSpecificationType
-
Packages that use SpecialObjectSpecificationType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of SpecialObjectSpecificationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SpecialObjectSpecificationType Modifier and Type Method Description static SpecialObjectSpecificationTypeSpecialObjectSpecificationType. fromValue(String v)static SpecialObjectSpecificationTypeSpecialObjectSpecificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecialObjectSpecificationType[]SpecialObjectSpecificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type SpecialObjectSpecificationType Modifier and Type Method Description List<SpecialObjectSpecificationType>SubjectedObjectSelectorType. createSpecialList()List<SpecialObjectSpecificationType>SubjectedObjectSelectorType. getSpecial()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SpecialObjectSpecificationType Modifier and Type Method Description OwnedObjectSelectorTypeOwnedObjectSelectorType. special(SpecialObjectSpecificationType value)SubjectedObjectSelectorTypeSubjectedObjectSelectorType. special(SpecialObjectSpecificationType value)
-