| Package | Description |
|---|---|
| org.apache.syncope.common.to | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
IntMappingType |
MappingItemTO.getIntMappingType() |
IntMappingType |
NotificationTO.getRecipientAttrType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingItemTO.setIntMappingType(IntMappingType intMappingType) |
void |
NotificationTO.setRecipientAttrType(IntMappingType recipientAttrType) |
| Modifier and Type | Method and Description |
|---|---|
static IntMappingType |
IntMappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntMappingType[] |
IntMappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IntMappingType> |
IntMappingType.getAttributeTypes(AttributableType attributableType)
Get attribute types for a certain attributable type.
|
static Set<IntMappingType> |
IntMappingType.getAttributeTypes(AttributableType attributableType,
Collection<IntMappingType> toBeFiltered)
Get attribute types for a certain attributable type.
|
static Set<IntMappingType> |
IntMappingType.getEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
static Set<IntMappingType> |
IntMappingType.getAttributeTypes(AttributableType attributableType,
Collection<IntMappingType> toBeFiltered)
Get attribute types for a certain attributable type.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.