Class ACAttributeDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.assignment.ACAttributeDto
-
- All Implemented Interfaces:
Serializable
public class ACAttributeDto extends Object implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ACAttributeDtocreateACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)ResourceAttributeDefinitionTypegetConstruction(PrismContext prismContext)PrismPropertyDefinitiongetDefinition()StringgetName()List<ACValueConstructionDto>getValues()booleanisEmpty()
-
-
-
Field Detail
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_VALUES
public static final String F_VALUES
- See Also:
- Constant Field Values
-
-
Method Detail
-
createACAttributeDto
public static ACAttributeDto createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) throws SchemaException
- Throws:
SchemaException
-
getValues
public List<ACValueConstructionDto> getValues()
-
getDefinition
public PrismPropertyDefinition getDefinition()
-
getName
public String getName()
-
isEmpty
public boolean isEmpty()
-
getConstruction
public ResourceAttributeDefinitionType getConstruction(PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
-