Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
QueryUtil.createNameQuery(PolyStringType name,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PolyStringType |
MidPointPrincipal.getName() |
Modifier and Type | Method and Description |
---|---|
PolyStringType |
Objectable.getName() |
Modifier and Type | Method and Description |
---|---|
void |
Objectable.setName(PolyStringType name) |
Modifier and Type | Method and Description |
---|---|
static String |
PolyString.getOrig(PolyStringType s) |
PolyString |
PolyString.plus(PolyStringType other) |
Modifier and Type | Method and Description |
---|---|
static EqualsFilter |
EqualsFilter.createPolyStringOrigEqual(Class<? extends Objectable> type,
PrismContext prismContext,
QName propertyName,
PolyStringType realValue) |
Modifier and Type | Method and Description |
---|---|
static PolyStringType |
PrismTestUtil.createPolyStringType(String string) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static <T extends ShadowType> |
ProvisioningUtil.determineShadowName(PrismObject<T> shadow) |
Modifier and Type | Method and Description |
---|---|
static PolyStringType |
RPolyString.copyToJAXB(RPolyString string) |
Modifier and Type | Method and Description |
---|---|
static RPolyString |
RPolyString.copyFromJAXB(PolyStringType string) |
Modifier and Type | Method and Description |
---|---|
static List<PolyStringType> |
RUtil.safeSetPolyToList(Set<RPolyString> set) |
Modifier and Type | Method and Description |
---|---|
static Set<RPolyString> |
RUtil.listPolyToSet(List<PolyStringType> list) |
Modifier and Type | Method and Description |
---|---|
PolyStringType |
Task.getName()
Returns human-readable name of the task.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setName(PolyStringType value)
Sets the human-readable name of the task.
|
void |
Task.setNameImmediate(PolyStringType value,
OperationResult parentResult)
Sets the human-readable name of the task, immediately into repository.
|
Modifier and Type | Method and Description |
---|---|
PolyStringType |
TaskQuartzImpl.getName() |
Modifier and Type | Method and Description |
---|---|
void |
TaskQuartzImpl.setName(PolyStringType value) |
void |
TaskQuartzImpl.setNameImmediate(PolyStringType value,
OperationResult parentResult) |
void |
TaskQuartzImpl.setNameTransient(PolyStringType name) |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationTestTools.assertNotEmpty(PolyStringType ps) |
static void |
IntegrationTestTools.assertNotEmpty(String message,
PolyStringType ps) |
Modifier and Type | Method and Description |
---|---|
static PolyStringType |
WebMiscUtil.createPolyFromOrigString(String str) |
Modifier and Type | Method and Description |
---|---|
static String |
WebMiscUtil.getOrigStringFromPoly(PolyStringType str) |
Modifier and Type | Method and Description |
---|---|
PolyStringType |
StartProcessInstruction.getTaskName() |
Modifier and Type | Method and Description |
---|---|
void |
StartProcessInstruction.setTaskName(PolyStringType taskName) |
void |
WfTaskUtil.setTaskNameIfEmpty(Task t,
PolyStringType taskName) |
Modifier and Type | Method and Description |
---|---|
PolyStringType |
UserType.getAdditionalName() |
PolyStringType |
OrgType.getDisplayName() |
PolyStringType |
UserType.getFamilyName() |
PolyStringType |
UserType.getFullName() |
PolyStringType |
UserType.getGivenName() |
PolyStringType |
UserType.getHonorificPrefix() |
PolyStringType |
UserType.getHonorificSuffix() |
PolyStringType |
UserType.getLocality() |
PolyStringType |
OrgType.getLocality() |
PolyStringType |
ObjectType.getName() |
PolyStringType |
UserType.getNickName() |
PolyStringType |
UserType.getTitle() |
Modifier and Type | Method and Description |
---|---|
List<PolyStringType> |
UserType.getOrganization() |
List<PolyStringType> |
UserType.getOrganizationalUnit() |
Modifier and Type | Method and Description |
---|---|
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 |
UserType.setLocality(PolyStringType value) |
void |
OrgType.setLocality(PolyStringType value) |
void |
ObjectType.setName(PolyStringType value) |
void |
UserType.setNickName(PolyStringType value) |
void |
UserType.setTitle(PolyStringType value) |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
PolyStringType |
PolyStringType.plus(PolyStringType operand) |
Copyright © 2013 evolveum. All rights reserved.