Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.createEmptyObjectWithName(Class<T> type,
PolyStringType name)
Creates empty prism object of specified type and with specified name in memory.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
PolyStringType name)
Search for objects by name.
|
Modifier and Type | Method and Description |
---|---|
static PolyStringType |
ModelClientUtil.createPolyStringType(String string,
Document doc) |
Modifier and Type | Method and Description |
---|---|
static String |
ModelClientUtil.getOrig(PolyStringType polyStringType) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.createEmptyObjectWithName(Class<T> type,
PolyStringType name) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjectByName(Class<T> type,
PolyStringType name) |
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 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 PolyStringType |
RPolyString.copyToJAXB(RPolyString string) |
Modifier and Type | Method and Description |
---|---|
static RPolyString |
RPolyString.copyFromJAXB(PolyStringType string) |
Modifier and Type | Method and Description |
---|---|
static Set<RPolyString> |
RUtil.listPolyToSet(List<PolyStringType> list) |
Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
ObjectQueryUtil.createNameQuery(PolyStringType name,
PrismContext prismContext) |
static ObjectQuery |
ObjectQueryUtil.createOrigNameQuery(PolyStringType name,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PolyStringType |
MidPointPrincipal.getName() |
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 |
JobCreationInstruction.getTaskName() |
Modifier and Type | Method and Description |
---|---|
void |
JobCreationInstruction.setTaskName(PolyStringType taskName) |
void |
WfTaskUtil.setTaskNameIfEmpty(Task t,
PolyStringType taskName) |
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 © 2014 evolveum. All rights reserved.