com.evolveum.midpoint.web.component.assignment
Class ACAttributeDto
java.lang.Object
com.evolveum.midpoint.web.component.assignment.ACAttributeDto
- All Implemented Interfaces:
- java.io.Serializable
public class ACAttributeDto
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
F_NAME
|
static java.lang.String |
F_VALUES
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F_NAME
public static final java.lang.String F_NAME
- See Also:
- Constant Field Values
F_VALUES
public static final java.lang.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 java.util.List<ACValueConstructionDto> getValues()
getDefinition
public PrismPropertyDefinition getDefinition()
getName
public java.lang.String getName()
isEmpty
public boolean isEmpty()
getConstruction
public ResourceAttributeDefinitionType getConstruction()
throws SchemaException
- Throws:
SchemaException
Copyright © 2012 evolveum. All Rights Reserved.