com.evolveum.midpoint.web.component.assignment
Class ACAttributeDto

java.lang.Object
  extended by com.evolveum.midpoint.web.component.assignment.ACAttributeDto
All Implemented Interfaces:
Serializable

public class ACAttributeDto
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Field Summary
static String F_NAME
           
static String F_VALUES
           
 
Method Summary
static ACAttributeDto createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context)
           
 ResourceAttributeDefinitionType getConstruction()
           
 PrismPropertyDefinition getDefinition()
           
 String getName()
           
 List<ACValueConstructionDto> getValues()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()
                                                throws SchemaException
Throws:
SchemaException


Copyright © 2013 evolveum. All Rights Reserved.