Uses of Class
com.evolveum.prism.xml.ns._public.types_3.PolyStringType
-
-
Uses of PolyStringType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return PolyStringType Modifier and Type Method Description PolyStringType
CompiledDashboardType. getName()
-
Uses of PolyStringType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type PolyStringType Modifier and Type Method Description <T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyStringType name)
Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, PolyStringType name)
Search for objects by name. -
Uses of PolyStringType in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return PolyStringType Modifier and Type Method Description PolyStringType
StringLimitationResult. getHelp()
PolyStringType
StringLimitationResult. getName()
Methods in com.evolveum.midpoint.model.api.validator with parameters of type PolyStringType Modifier and Type Method Description void
StringLimitationResult. setHelp(PolyStringType help)
void
StringLimitationResult. setName(PolyStringType name)
-
Uses of PolyStringType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PolyStringType Modifier and Type Method Description PolyStringType
Objectable. getName()
PolyStringType
Referencable. getTargetName()
Methods in com.evolveum.midpoint.prism with parameters of type PolyStringType Modifier and Type Method Description void
Objectable. setName(PolyStringType name)
void
PrismReferenceValue. setTargetName(PolyStringType name)
-
Uses of PolyStringType in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring that return PolyStringType Modifier and Type Method Description static PolyStringType
PolyString. toPolyStringType(PolyString value)
Methods in com.evolveum.midpoint.prism.polystring with parameters of type PolyStringType Modifier and Type Method Description static String
PolyString. getNorm(PolyStringType s)
Returns norm value or null for the nullable input polystring.static String
PolyString. getOrig(PolyStringType s)
Returns orig value or null for the nullable input polystring.static PolyString
PolyString. toPolyString(PolyStringType value)
-
Uses of PolyStringType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PolyStringType Modifier and Type Method Description static PolyStringType
PrismTestUtil. createPolyStringType(String string)
static PolyStringType
PrismTestUtil. createPolyStringType(String orig, String norm)
Methods in com.evolveum.midpoint.prism.util with parameters of type PolyStringType Modifier and Type Method Description static void
PrismAsserts. assertEqualsPolyString(String message, PolyStringType expected, PolyStringType actual)
static void
PrismAsserts. assertEqualsPolyString(String message, String expectedOrig, PolyStringType actual)
static boolean
PolyStringUtils. isEmpty(PolyStringType polyString)
static boolean
PrismUtil. isEmpty(PolyStringType value)
static boolean
PolyStringUtils. isNotEmpty(PolyStringType polyString)
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PolyStringType Modifier and Type Method Description static void
PrismAsserts. assertOrigEqualsPolyStringCollectionUnordered(String message, Collection<PolyStringType> actualCollection, String... expectedValues)
-
Uses of PolyStringType in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that return PolyStringType Modifier and Type Method Description PolyStringType
OpNodeTreeBuilder.NameResolver. getName(String oid)
-
Uses of PolyStringType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PolyStringType Modifier and Type Method Description static PolyStringType
ObjectTypeUtil. getDisplayName(PrismObject<?> object)
static PolyStringType
ObjectTypeUtil. getDisplayName(Referencable ref)
static PolyStringType
ObjectTypeUtil. getDisplayName(ObjectType object)
static PolyStringType
ObjectTypeUtil. getName(Referencable ref)
Methods in com.evolveum.midpoint.schema.util with parameters of type PolyStringType Modifier and Type Method Description static ObjectQuery
ObjectQueryUtil. createNameQuery(PolyStringType name, PrismContext prismContext)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(String oid, PolyStringType name, ObjectTypes type)
-
Uses of PolyStringType in com.evolveum.midpoint.xml.ns._public.common.audit_3
Fields in com.evolveum.midpoint.xml.ns._public.common.audit_3 declared as PolyStringType Modifier and Type Field Description protected PolyStringType
AuditEventRecordReferenceValueType. targetName
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return PolyStringType Modifier and Type Method Description PolyStringType
AuditEventRecordReferenceValueType. getTargetName()
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 with parameters of type PolyStringType Modifier and Type Method Description void
AuditEventRecordReferenceValueType. setTargetName(PolyStringType value)
AuditEventRecordReferenceValueType
AuditEventRecordReferenceValueType. targetName(PolyStringType value)
-
Uses of PolyStringType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as PolyStringType Modifier and Type Field Description protected PolyStringType
EvaluatedExclusionTriggerType. conflictingObjectDisplayName
protected PolyStringType
EvaluatedPolicyRuleType. directOwnerDisplayName
protected PolyStringType
StringLimitType. name
protected PolyStringType
ObjectDeltaOperationType. objectName
protected PolyStringType
ObjectDeltaOperationType. resourceName
protected PolyStringType
AssignmentPathSegmentType. sourceDisplayName
protected PolyStringType
AssignmentPathSegmentType. targetDisplayName
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type PolyStringType Modifier and Type Method Description List<PolyStringType>
UserType. getOrganization()
List<PolyStringType>
UserType. getOrganizationalUnit()
-
Uses of PolyStringType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return PolyStringType Modifier and Type Method Description PolyStringType
PolyStringType. clone()
PolyStringType
ObjectFactory. createPolyStringType()
Create an instance ofPolyStringType
static PolyStringType
PolyStringType. fromOrig(String name)
PolyStringType
RawObjectType. getName()
PolyStringType
PolyStringType. plus(PolyStringType operand)
PolyStringType
PolyStringType. plus(String operand)
Plus method for ease of use of PolyStrings in groovy (mapped from + operator).Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type PolyStringType Modifier and Type Method Description PolyStringType
PolyStringType. plus(PolyStringType operand)
void
RawObjectType. setName(PolyStringType name)
-