Uses of Class
com.evolveum.prism.xml.ns._public.types_2.PolyStringType

Packages that use PolyStringType
com.evolveum.midpoint.common   
com.evolveum.midpoint.model.security.api   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.polystring   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.provisioning.util   
com.evolveum.midpoint.repo.sql.data.common.embedded   
com.evolveum.midpoint.repo.sql.util   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.test   
com.evolveum.midpoint.web.util   
com.evolveum.midpoint.wf.processes   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
com.evolveum.prism.xml.ns._public.types_2   
 

Uses of PolyStringType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type PolyStringType
static ObjectQuery QueryUtil.createNameQuery(PolyStringType name, PrismContext prismContext)
           
 

Uses of PolyStringType in com.evolveum.midpoint.model.security.api
 

Methods in com.evolveum.midpoint.model.security.api that return PolyStringType
 PolyStringType PrincipalUser.getName()
           
 

Uses of PolyStringType in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return PolyStringType
 PolyStringType Objectable.getName()
           
 

Methods in com.evolveum.midpoint.prism with parameters of type PolyStringType
 void Objectable.setName(PolyStringType name)
           
 

Uses of PolyStringType in com.evolveum.midpoint.prism.polystring
 

Methods in com.evolveum.midpoint.prism.polystring with parameters of type PolyStringType
static String PolyString.getOrig(PolyStringType s)
           
 

Uses of PolyStringType in com.evolveum.midpoint.prism.util
 

Methods in com.evolveum.midpoint.prism.util that return PolyStringType
static PolyStringType PrismTestUtil.createPolyStringType(String string)
           
 

Methods in com.evolveum.midpoint.prism.util with parameters of type PolyStringType
static void PrismAsserts.assertEqualsPolyString(String message, PolyStringType expected, PolyStringType actual)
           
static void PrismAsserts.assertEqualsPolyString(String message, String expectedOrig, PolyStringType actual)
           
static boolean PrismUtil.isEmpty(PolyStringType value)
           
static void PrismValidate.notEmpty(PolyStringType value, String message)
           
 

Uses of PolyStringType in com.evolveum.midpoint.provisioning.util
 

Methods in com.evolveum.midpoint.provisioning.util that return PolyStringType
static PolyStringType ShadowCacheUtil.determineShadowName(ResourceObjectShadowType shadow)
           
 

Uses of PolyStringType in com.evolveum.midpoint.repo.sql.data.common.embedded
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded that return PolyStringType
static PolyStringType RPolyString.copyToJAXB(RPolyString string)
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.embedded with parameters of type PolyStringType
static RPolyString RPolyString.copyFromJAXB(PolyStringType string)
           
 

Uses of PolyStringType in com.evolveum.midpoint.repo.sql.util
 

Methods in com.evolveum.midpoint.repo.sql.util that return types with arguments of type PolyStringType
static List<PolyStringType> RUtil.safeSetPolyToList(Set<RPolyString> set)
           
 

Method parameters in com.evolveum.midpoint.repo.sql.util with type arguments of type PolyStringType
static Set<RPolyString> RUtil.listPolyToSet(List<PolyStringType> list)
           
 

Uses of PolyStringType in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return PolyStringType
 PolyStringType Task.getName()
          Returns human-readable name of the task.
 

Methods in com.evolveum.midpoint.task.api with parameters of type PolyStringType
 void Task.setName(PolyStringType value)
          Sets the human-readable name of the task.
 void Task.setNameImmediate(PolyStringType value, OperationResult parentResult)
           
 

Uses of PolyStringType in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return PolyStringType
 PolyStringType TaskQuartzImpl.getName()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type PolyStringType
 void TaskQuartzImpl.setName(PolyStringType value)
           
 void TaskQuartzImpl.setNameImmediate(PolyStringType value, OperationResult parentResult)
           
 void TaskQuartzImpl.setNameTransient(PolyStringType name)
           
 

Uses of PolyStringType in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test with parameters of type PolyStringType
static void IntegrationTestTools.assertNotEmpty(PolyStringType ps)
           
static void IntegrationTestTools.assertNotEmpty(String message, PolyStringType ps)
           
 

Uses of PolyStringType in com.evolveum.midpoint.web.util
 

Methods in com.evolveum.midpoint.web.util that return PolyStringType
static PolyStringType WebMiscUtil.createPolyFromOrigString(String str)
           
 

Methods in com.evolveum.midpoint.web.util with parameters of type PolyStringType
static String WebMiscUtil.getOrigStringFromPoly(PolyStringType str)
           
 

Uses of PolyStringType in com.evolveum.midpoint.wf.processes
 

Methods in com.evolveum.midpoint.wf.processes that return PolyStringType
 PolyStringType StartProcessInstruction.getTaskName()
           
 

Methods in com.evolveum.midpoint.wf.processes with parameters of type PolyStringType
 void StartProcessInstruction.setTaskName(PolyStringType taskName)
           
 

Uses of PolyStringType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return PolyStringType
 PolyStringType UserType.getAdditionalName()
           
 PolyStringType OrgType.getDisplayName()
           
 PolyStringType UserType.getFamilyName()
           
 PolyStringType UserType.getFullName()
           
 PolyStringType UserType.getGivenName()
           
 PolyStringType UserType.getHonorificPrefix()
           
 PolyStringType UserType.getHonorificSuffix()
           
 PolyStringType OrgType.getLocality()
           
 PolyStringType UserType.getLocality()
           
 PolyStringType ObjectType.getName()
           
 PolyStringType UserType.getNickName()
           
 PolyStringType UserType.getTitle()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type PolyStringType
 List<PolyStringType> UserType.getOrganization()
           
 List<PolyStringType> UserType.getOrganizationalUnit()
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type PolyStringType
 void UserType.setAdditionalName(PolyStringType value)
           
 void OrgType.setDisplayName(PolyStringType value)
           
 void UserType.setFamilyName(PolyStringType value)
           
 void UserType.setFullName(PolyStringType value)
           
 void UserType.setGivenName(PolyStringType value)
           
 void UserType.setHonorificPrefix(PolyStringType value)
           
 void UserType.setHonorificSuffix(PolyStringType value)
           
 void OrgType.setLocality(PolyStringType value)
           
 void UserType.setLocality(PolyStringType value)
           
 void ObjectType.setName(PolyStringType value)
           
 void UserType.setNickName(PolyStringType value)
           
 void UserType.setTitle(PolyStringType value)
           
 

Uses of PolyStringType in com.evolveum.prism.xml.ns._public.types_2
 

Methods in com.evolveum.prism.xml.ns._public.types_2 that return PolyStringType
 PolyStringType PolyStringType.clone()
           
 PolyStringType ObjectFactory.createPolyStringType()
          Create an instance of PolyStringType
 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_2 with parameters of type PolyStringType
 PolyStringType PolyStringType.plus(PolyStringType operand)
           
 



Copyright © 2013 evolveum. All Rights Reserved.