com.evolveum.midpoint.web.component.assignment
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()
throws SchemaException
- Throws:
SchemaException
Copyright © 2013 evolveum. All Rights Reserved.