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 ACAttributeDto
createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)
ResourceAttributeDefinitionType
getConstruction(PrismContext prismContext)
PrismPropertyDefinition
getDefinition()
String
getName()
List<ACValueConstructionDto>
getValues()
boolean
isEmpty()
-
-
-
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
-
-