public class ACAttributeDto extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
F_NAME |
static String |
F_VALUES |
Modifier and Type | Method and Description |
---|---|
static ACAttributeDto |
createACAttributeDto(PrismPropertyDefinition definition,
ResourceAttributeDefinitionType construction,
PrismContext context) |
ResourceAttributeDefinitionType |
getConstruction() |
PrismPropertyDefinition |
getDefinition() |
String |
getName() |
List<ACValueConstructionDto> |
getValues() |
boolean |
isEmpty() |
public static final String F_NAME
public static final String F_VALUES
public static ACAttributeDto createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) throws SchemaException
SchemaException
public List<ACValueConstructionDto> getValues()
public PrismPropertyDefinition getDefinition()
public String getName()
public boolean isEmpty()
public ResourceAttributeDefinitionType getConstruction() throws SchemaException
SchemaException
Copyright © 2013 evolveum. All rights reserved.