Modifier and Type | Method and Description |
---|---|
RContainerType |
RAuditEventRecord.getTargetType() |
Modifier and Type | Method and Description |
---|---|
void |
RAuditEventRecord.setTargetType(RContainerType targetType) |
Modifier and Type | Method and Description |
---|---|
RContainerType |
RAnyContainer.getOwnerType() |
RContainerType |
ObjectReference.getType() |
RContainerType |
RObjectReference.getType()
Represents
QName type attribute in reference e.g. |
Modifier and Type | Method and Description |
---|---|
void |
RAnyContainer.setOwnerType(RContainerType ownerType) |
void |
RObjectReference.setType(RContainerType type) |
Modifier and Type | Method and Description |
---|---|
RContainerType |
RAnyString.getOwnerType() |
RContainerType |
RAnyLong.getOwnerType() |
RContainerType |
RAnyDate.getOwnerType() |
RContainerType |
RAnyClob.getOwnerType() |
RContainerType |
RAnyReference.getOwnerType() |
RContainerType |
RAnyPolyString.getOwnerType() |
RContainerType |
RAnyReference.getTargetType() |
Modifier and Type | Method and Description |
---|---|
void |
RAnyString.setOwnerType(RContainerType ownerType) |
void |
RAnyLong.setOwnerType(RContainerType ownerType) |
void |
RAnyDate.setOwnerType(RContainerType ownerType) |
void |
RAnyClob.setOwnerType(RContainerType ownerType) |
void |
RAnyReference.setOwnerType(RContainerType ownerType) |
void |
RAnyPolyString.setOwnerType(RContainerType ownerType) |
void |
RAnyReference.setTargetType(RContainerType targetType) |
Modifier and Type | Method and Description |
---|---|
RContainerType |
REmbeddedReference.getType() |
Modifier and Type | Method and Description |
---|---|
void |
REmbeddedReference.setType(RContainerType type) |
Modifier and Type | Method and Description |
---|---|
RContainerType |
RAnyLongId.getOwnerType() |
RContainerType |
RAnyClobId.getOwnerType() |
RContainerType |
RAnyContainerId.getOwnerType() |
RContainerType |
RAnyDateId.getOwnerType() |
RContainerType |
RAnyReferenceId.getOwnerType() |
RContainerType |
RAnyStringId.getOwnerType() |
RContainerType |
RAnyPolyStringId.getOwnerType() |
Modifier and Type | Method and Description |
---|---|
void |
RAnyLongId.setOwnerType(RContainerType ownerType) |
void |
RAnyClobId.setOwnerType(RContainerType ownerType) |
void |
RAnyContainerId.setOwnerType(RContainerType ownerType) |
void |
RAnyDateId.setOwnerType(RContainerType ownerType) |
void |
RAnyReferenceId.setOwnerType(RContainerType ownerType) |
void |
RAnyStringId.setOwnerType(RContainerType ownerType) |
void |
RAnyPolyStringId.setOwnerType(RContainerType ownerType) |
Modifier and Type | Method and Description |
---|---|
static <T extends RContainer> |
RContainerType.getType(Class<T> clazz) |
static RContainerType |
RContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RContainerType[] |
RContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RContainerType |
ClassMapper.getHQLTypeForQName(QName qname) |
Modifier and Type | Method and Description |
---|---|
static Collection<RContainerType> |
ClassMapper.getKnownTypes() |
Modifier and Type | Method and Description |
---|---|
static ObjectTypes |
ClassMapper.getObjectTypeForHQLType(RContainerType type) |
static QName |
ClassMapper.getQNameForHQLType(RContainerType type) |
Copyright © 2013 evolveum. All rights reserved.