Class ACAttributeDto
java.lang.Object
com.evolveum.midpoint.web.component.assignment.ACAttributeDto
- All Implemented Interfaces:
- Serializable
- Author:
- lazyman
- See Also:
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic ACAttributeDtocreateACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) getConstruction(PrismContext prismContext) getName()booleanisEmpty()
- 
Field Details- 
F_NAME- See Also:
 
- 
F_VALUES- See Also:
 
 
- 
- 
Method Details- 
createACAttributeDtopublic static ACAttributeDto createACAttributeDto(PrismPropertyDefinition definition, ResourceAttributeDefinitionType construction, PrismContext context) throws SchemaException - Throws:
- SchemaException
 
- 
getValues
- 
getDefinition
- 
getName
- 
isEmptypublic boolean isEmpty()
- 
getConstructionpublic ResourceAttributeDefinitionType getConstruction(PrismContext prismContext) throws SchemaException - Throws:
- SchemaException
 
 
-